Compute V1 Client - Class LocalDisk (1.5.0)

Reference documentation and code samples for the Compute V1 Client class LocalDisk.

Generated from protobuf message google.cloud.compute.v1.LocalDisk

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ disk_count int

Specifies the number of such disks.

↳ disk_size_gb int

Specifies the size of the disk in base-2 GB.

↳ disk_type string

Specifies the desired disk type on the node. This disk type must be a local storage type (e.g.: local-ssd). Note that for nodeTemplates, this should be the name of the disk type and not its URL.

getDiskCount

Specifies the number of such disks.

Generated from protobuf field optional int32 disk_count = 182933485;

Returns
TypeDescription
int

hasDiskCount

clearDiskCount

setDiskCount

Specifies the number of such disks.

Generated from protobuf field optional int32 disk_count = 182933485;

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getDiskSizeGb

Specifies the size of the disk in base-2 GB.

Generated from protobuf field optional int32 disk_size_gb = 316263735;

Returns
TypeDescription
int

hasDiskSizeGb

clearDiskSizeGb

setDiskSizeGb

Specifies the size of the disk in base-2 GB.

Generated from protobuf field optional int32 disk_size_gb = 316263735;

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getDiskType

Specifies the desired disk type on the node. This disk type must be a local storage type (e.g.: local-ssd). Note that for nodeTemplates, this should be the name of the disk type and not its URL.

Generated from protobuf field optional string disk_type = 93009052;

Returns
TypeDescription
string

hasDiskType

clearDiskType

setDiskType

Specifies the desired disk type on the node. This disk type must be a local storage type (e.g.: local-ssd). Note that for nodeTemplates, this should be the name of the disk type and not its URL.

Generated from protobuf field optional string disk_type = 93009052;

Parameter
NameDescription
var string
Returns
TypeDescription
$this