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