Compute V1 Client - Class AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk (1.5.0)

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

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

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.

Generated from protobuf field optional int64 disk_size_gb = 316263735;

Returns
TypeDescription
int|string

hasDiskSizeGb

clearDiskSizeGb

setDiskSizeGb

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

Generated from protobuf field optional int64 disk_size_gb = 316263735;

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.

Generated from protobuf field optional string interface = 502623545;

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.

Generated from protobuf field optional string interface = 502623545;

Parameter
NameDescription
var string
Returns
TypeDescription
$this