Compute V1 Client - Class LocalDisk (1.14.0)

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

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

Namespace

Google \ Cloud \ Compute \ V1

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.

Returns
TypeDescription
int

hasDiskCount

clearDiskCount

setDiskCount

Specifies the number of such disks.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getDiskSizeGb

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

Returns
TypeDescription
int

hasDiskSizeGb

clearDiskSizeGb

setDiskSizeGb

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

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.

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this