public static enum DiskEntry.InterfaceType extends Enum<DiskEntry.InterfaceType> implements com.google.protobuf.ProtocolMessageEnum
Disks interface type.Protobuf enum
google.cloud.migrationcenter.v1.DiskEntry.InterfaceType| Enum Constant and Description |
|---|
FC
FC interface type.
|
IDE
IDE interface type.
|
INTERFACE_TYPE_UNSPECIFIED
Interface type unknown or unspecified.
|
ISCSI
iSCSI interface type.
|
NVME
NVME interface type.
|
SAS
SAS interface type.
|
SATA
SATA interface type.
|
SCSI
SCSI interface type.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
FC_VALUE
FC interface type.
|
static int |
IDE_VALUE
IDE interface type.
|
static int |
INTERFACE_TYPE_UNSPECIFIED_VALUE
Interface type unknown or unspecified.
|
static int |
ISCSI_VALUE
iSCSI interface type.
|
static int |
NVME_VALUE
NVME interface type.
|
static int |
SAS_VALUE
SAS interface type.
|
static int |
SATA_VALUE
SATA interface type.
|
static int |
SCSI_VALUE
SCSI interface type.
|
| Modifier and Type | Method and Description |
|---|---|
static DiskEntry.InterfaceType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<DiskEntry.InterfaceType> |
internalGetValueMap() |
static DiskEntry.InterfaceType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DiskEntry.InterfaceType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DiskEntry.InterfaceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiskEntry.InterfaceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiskEntry.InterfaceType INTERFACE_TYPE_UNSPECIFIED
Interface type unknown or unspecified.
INTERFACE_TYPE_UNSPECIFIED = 0;public static final DiskEntry.InterfaceType IDE
IDE interface type.
IDE = 1;public static final DiskEntry.InterfaceType SATA
SATA interface type.
SATA = 2;public static final DiskEntry.InterfaceType SAS
SAS interface type.
SAS = 3;public static final DiskEntry.InterfaceType SCSI
SCSI interface type.
SCSI = 4;public static final DiskEntry.InterfaceType NVME
NVME interface type.
NVME = 5;public static final DiskEntry.InterfaceType FC
FC interface type.
FC = 6;public static final DiskEntry.InterfaceType ISCSI
iSCSI interface type.
ISCSI = 7;public static final DiskEntry.InterfaceType UNRECOGNIZED
public static final int INTERFACE_TYPE_UNSPECIFIED_VALUE
Interface type unknown or unspecified.
INTERFACE_TYPE_UNSPECIFIED = 0;public static final int IDE_VALUE
IDE interface type.
IDE = 1;public static final int SATA_VALUE
SATA interface type.
SATA = 2;public static final int SAS_VALUE
SAS interface type.
SAS = 3;public static final int SCSI_VALUE
SCSI interface type.
SCSI = 4;public static final int NVME_VALUE
NVME interface type.
NVME = 5;public static final int FC_VALUE
FC interface type.
FC = 6;public static final int ISCSI_VALUE
iSCSI interface type.
ISCSI = 7;public static DiskEntry.InterfaceType[] values()
for (DiskEntry.InterfaceType c : DiskEntry.InterfaceType.values()) System.out.println(c);
public static DiskEntry.InterfaceType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static DiskEntry.InterfaceType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static DiskEntry.InterfaceType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<DiskEntry.InterfaceType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static DiskEntry.InterfaceType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.