Enum Allocation.SpecificSKUAllocation.AllocatedInstanceProperties.AllocatedDisk.DiskInterface (0.1.0)

public enum Allocation.SpecificSKUAllocation.AllocatedInstanceProperties.AllocatedDisk.DiskInterface extends Enum<Allocation.SpecificSKUAllocation.AllocatedInstanceProperties.AllocatedDisk.DiskInterface> implements ProtocolMessageEnum

guest device interface options to use for the disk.

Protobuf enum google.cloud.capacityplanner.v1beta.Allocation.SpecificSKUAllocation.AllocatedInstanceProperties.AllocatedDisk.DiskInterface

Implements

ProtocolMessageEnum

Static Fields

Name Description
DISK_INTERFACE_UNSPECIFIED

Default value. This value is unused.

DISK_INTERFACE_UNSPECIFIED = 0;

DISK_INTERFACE_UNSPECIFIED_VALUE

Default value. This value is unused.

DISK_INTERFACE_UNSPECIFIED = 0;

ISCSI

ISCSI disk interface.

ISCSI = 4;

ISCSI_VALUE

ISCSI disk interface.

ISCSI = 4;

NVDIMM

NVDIMM disk interface.

NVDIMM = 3;

NVDIMM_VALUE

NVDIMM disk interface.

NVDIMM = 3;

NVME

NVME disk interface.

NVME = 2;

NVME_VALUE

NVME disk interface.

NVME = 2;

SCSI

SCSI disk interface.

SCSI = 1;

SCSI_VALUE

SCSI disk interface.

SCSI = 1;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()