Google Cloud Capacity Planner V1beta Client - Class DiskInterface (0.1.0)

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 \ AllocatedDisk

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DISK_INTERFACE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum DISK_INTERFACE_UNSPECIFIED = 0;

SCSI

Value: 1

SCSI disk interface.

Generated from protobuf enum SCSI = 1;

NVME

Value: 2

NVME disk interface.

Generated from protobuf enum NVME = 2;

NVDIMM

Value: 3

NVDIMM disk interface.

Generated from protobuf enum NVDIMM = 3;

ISCSI

Value: 4

ISCSI disk interface.

Generated from protobuf enum ISCSI = 4;