Enum DiskEntry.InterfaceType (0.24.0)

public enum DiskEntry.InterfaceType extends Enum<DiskEntry.InterfaceType> implements ProtocolMessageEnum

Disks interface type.

Protobuf enum google.cloud.migrationcenter.v1.DiskEntry.InterfaceType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FC

FC interface type.

FC = 6;

FC_VALUE

FC interface type.

FC = 6;

IDE

IDE interface type.

IDE = 1;

IDE_VALUE

IDE interface type.

IDE = 1;

INTERFACE_TYPE_UNSPECIFIED

Interface type unknown or unspecified.

INTERFACE_TYPE_UNSPECIFIED = 0;

INTERFACE_TYPE_UNSPECIFIED_VALUE

Interface type unknown or unspecified.

INTERFACE_TYPE_UNSPECIFIED = 0;

ISCSI

iSCSI interface type.

ISCSI = 7;

ISCSI_VALUE

iSCSI interface type.

ISCSI = 7;

NVME

NVME interface type.

NVME = 5;

NVME_VALUE

NVME interface type.

NVME = 5;

SAS

SAS interface type.

SAS = 3;

SAS_VALUE

SAS interface type.

SAS = 3;

SATA

SATA interface type.

SATA = 2;

SATA_VALUE

SATA interface type.

SATA = 2;

SCSI

SCSI interface type.

SCSI = 4;

SCSI_VALUE

SCSI interface type.

SCSI = 4;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()