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
Name Description
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
Type Description
int

hasDiskCount

clearDiskCount

setDiskCount

Specifies the number of such disks.

Generated from protobuf field optional int32 disk_count = 182933485;

Parameter
Name Description
var int
Returns
Type Description
$this

getDiskSizeGb

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

Generated from protobuf field optional int32 disk_size_gb = 316263735;

Returns
Type Description
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
Name Description
var int
Returns
Type Description
$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
Type Description
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
Name Description
var string
Returns
Type Description
$this