class LocalDiskInitializeParams extends Model (View source)

Properties

string $description
string $diskName
string $diskSizeGb
string $diskType
string[] $labels

Methods

setDescription($description)

No description

string
getDescription()

No description

setDiskName($diskName)

No description

string
getDiskName()

No description

setDiskSizeGb($diskSizeGb)

No description

string
getDiskSizeGb()

No description

setDiskType($diskType)

No description

string
getDiskType()

No description

setLabels($labels)

No description

string[]
getLabels()

No description

Details

setDescription($description)

No description

Parameters

$description

string getDescription()

No description

Return Value

string

setDiskName($diskName)

No description

Parameters

$diskName

string getDiskName()

No description

Return Value

string

setDiskSizeGb($diskSizeGb)

No description

Parameters

$diskSizeGb

string getDiskSizeGb()

No description

Return Value

string

setDiskType($diskType)

No description

Parameters

$diskType

string getDiskType()

No description

Return Value

string

setLabels($labels)

No description

Parameters

$labels

string[] getLabels()

No description

Return Value

string[]