@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum VirtualInterfaceState extends Enum<VirtualInterfaceState>
Enum Constant and Description |
---|
Available |
Confirming |
Deleted |
Deleting |
Down |
Pending |
Rejected |
Unknown |
Verifying |
Modifier and Type | Method and Description |
---|---|
static VirtualInterfaceState |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static VirtualInterfaceState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualInterfaceState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VirtualInterfaceState Confirming
public static final VirtualInterfaceState Verifying
public static final VirtualInterfaceState Pending
public static final VirtualInterfaceState Available
public static final VirtualInterfaceState Down
public static final VirtualInterfaceState Deleting
public static final VirtualInterfaceState Deleted
public static final VirtualInterfaceState Rejected
public static final VirtualInterfaceState Unknown
public static VirtualInterfaceState[] values()
for (VirtualInterfaceState c : VirtualInterfaceState.values()) System.out.println(c);
public static VirtualInterfaceState 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 String toString()
toString
in class Enum<VirtualInterfaceState>
public static VirtualInterfaceState fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.