Enum DiskEntry.InterfaceType
- java.lang.Object
-
- java.lang.Enum<DiskEntry.InterfaceType>
-
- com.google.cloud.migrationcenter.v1.DiskEntry.InterfaceType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<DiskEntry.InterfaceType>
- Enclosing class:
- DiskEntry
public static enum DiskEntry.InterfaceType extends Enum<DiskEntry.InterfaceType> implements com.google.protobuf.ProtocolMessageEnum
Disks interface type.
Protobuf enumgoogle.cloud.migrationcenter.v1.DiskEntry.InterfaceType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description FCFC interface type.IDEIDE interface type.INTERFACE_TYPE_UNSPECIFIEDInterface type unknown or unspecified.ISCSIiSCSI interface type.NVMENVME interface type.SASSAS interface type.SATASATA interface type.SCSISCSI interface type.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intFC_VALUEFC interface type.static intIDE_VALUEIDE interface type.static intINTERFACE_TYPE_UNSPECIFIED_VALUEInterface type unknown or unspecified.static intISCSI_VALUEiSCSI interface type.static intNVME_VALUENVME interface type.static intSAS_VALUESAS interface type.static intSATA_VALUESATA interface type.static intSCSI_VALUESCSI interface type.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static DiskEntry.InterfaceTypeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<DiskEntry.InterfaceType>internalGetValueMap()static DiskEntry.InterfaceTypevalueOf(int value)Deprecated.static DiskEntry.InterfaceTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static DiskEntry.InterfaceTypevalueOf(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.
-
-
-
Enum Constant Detail
-
INTERFACE_TYPE_UNSPECIFIED
public static final DiskEntry.InterfaceType INTERFACE_TYPE_UNSPECIFIED
Interface type unknown or unspecified.
INTERFACE_TYPE_UNSPECIFIED = 0;
-
IDE
public static final DiskEntry.InterfaceType IDE
IDE interface type.
IDE = 1;
-
SATA
public static final DiskEntry.InterfaceType SATA
SATA interface type.
SATA = 2;
-
SAS
public static final DiskEntry.InterfaceType SAS
SAS interface type.
SAS = 3;
-
SCSI
public static final DiskEntry.InterfaceType SCSI
SCSI interface type.
SCSI = 4;
-
NVME
public static final DiskEntry.InterfaceType NVME
NVME interface type.
NVME = 5;
-
FC
public static final DiskEntry.InterfaceType FC
FC interface type.
FC = 6;
-
ISCSI
public static final DiskEntry.InterfaceType ISCSI
iSCSI interface type.
ISCSI = 7;
-
UNRECOGNIZED
public static final DiskEntry.InterfaceType UNRECOGNIZED
-
-
Field Detail
-
INTERFACE_TYPE_UNSPECIFIED_VALUE
public static final int INTERFACE_TYPE_UNSPECIFIED_VALUE
Interface type unknown or unspecified.
INTERFACE_TYPE_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
IDE_VALUE
public static final int IDE_VALUE
IDE interface type.
IDE = 1;- See Also:
- Constant Field Values
-
SATA_VALUE
public static final int SATA_VALUE
SATA interface type.
SATA = 2;- See Also:
- Constant Field Values
-
SAS_VALUE
public static final int SAS_VALUE
SAS interface type.
SAS = 3;- See Also:
- Constant Field Values
-
SCSI_VALUE
public static final int SCSI_VALUE
SCSI interface type.
SCSI = 4;- See Also:
- Constant Field Values
-
NVME_VALUE
public static final int NVME_VALUE
NVME interface type.
NVME = 5;- See Also:
- Constant Field Values
-
FC_VALUE
public static final int FC_VALUE
FC interface type.
FC = 6;- See Also:
- Constant Field Values
-
ISCSI_VALUE
public static final int ISCSI_VALUE
iSCSI interface type.
ISCSI = 7;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static DiskEntry.InterfaceType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (DiskEntry.InterfaceType c : DiskEntry.InterfaceType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DiskEntry.InterfaceType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static DiskEntry.InterfaceType valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static DiskEntry.InterfaceType forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<DiskEntry.InterfaceType> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static DiskEntry.InterfaceType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-