public enum Allocation.SpecificSKUAllocation.AllocatedInstanceProperties.AllocatedDisk.DiskInterface extends Enum<Allocation.SpecificSKUAllocation.AllocatedInstanceProperties.AllocatedDisk.DiskInterface> implements ProtocolMessageEnumguest device interface options to use for the disk.
Protobuf enum
google.cloud.capacityplanner.v1beta.Allocation.SpecificSKUAllocation.AllocatedInstanceProperties.AllocatedDisk.DiskInterface
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DISK_INTERFACE_UNSPECIFIED |
Default value. This value is unused. |
DISK_INTERFACE_UNSPECIFIED_VALUE |
Default value. This value is unused. |
ISCSI |
ISCSI disk interface. |
ISCSI_VALUE |
ISCSI disk interface. |
NVDIMM |
NVDIMM disk interface. |
NVDIMM_VALUE |
NVDIMM disk interface. |
NVME |
NVME disk interface. |
NVME_VALUE |
NVME disk interface. |
SCSI |
SCSI disk interface. |
SCSI_VALUE |
SCSI disk interface. |
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() |
|