Compute V1 Client - Class AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk (1.14.0)

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

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

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ disk_size_gb int|string

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

↳ interface string

Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance. Check the Interface enum for the list of possible values.

getDiskSizeGb

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

Returns
TypeDescription
int|string

hasDiskSizeGb

clearDiskSizeGb

setDiskSizeGb

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

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getInterface

Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance.

Check the Interface enum for the list of possible values.

Returns
TypeDescription
string

hasInterface

clearInterface

setInterface

Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance.

Check the Interface enum for the list of possible values.

Parameter
NameDescription
var string
Returns
TypeDescription
$this