Reference documentation and code samples for the Google Cloud Capacity Planner V1beta Client class DiskInterface.
guest device interface options to use for the disk.
Protobuf type google.cloud.capacityplanner.v1beta.Allocation.SpecificSKUAllocation.AllocatedInstanceProperties.AllocatedDisk.DiskInterface
Namespace
Google \ Cloud \ CapacityPlanner \ V1beta \ Allocation \ SpecificSKUAllocation \ AllocatedInstanceProperties \ AllocatedDiskMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DISK_INTERFACE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum DISK_INTERFACE_UNSPECIFIED = 0;
SCSI
Value: 1SCSI disk interface.
Generated from protobuf enum SCSI = 1;
NVME
Value: 2NVME disk interface.
Generated from protobuf enum NVME = 2;
NVDIMM
Value: 3NVDIMM disk interface.
Generated from protobuf enum NVDIMM = 3;
ISCSI
Value: 4ISCSI disk interface.
Generated from protobuf enum ISCSI = 4;