public enum DiskEntry.InterfaceType extends Enum<DiskEntry.InterfaceType> implements ProtocolMessageEnum
Disks interface type.
Protobuf enum google.cloud.migrationcenter.v1.DiskEntry.InterfaceType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
FC |
FC interface type. |
FC_VALUE |
FC interface type. |
IDE |
IDE interface type. |
IDE_VALUE |
IDE interface type. |
INTERFACE_TYPE_UNSPECIFIED |
Interface type unknown or unspecified. |
INTERFACE_TYPE_UNSPECIFIED_VALUE |
Interface type unknown or unspecified. |
ISCSI |
iSCSI interface type. |
ISCSI_VALUE |
iSCSI interface type. |
NVME |
NVME interface type. |
NVME_VALUE |
NVME interface type. |
SAS |
SAS interface type. |
SAS_VALUE |
SAS interface type. |
SATA |
SATA interface type. |
SATA_VALUE |
SATA interface type. |
SCSI |
SCSI interface type. |
SCSI_VALUE |
SCSI interface type. |
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() |