@Generated(value="software.amazon.awssdk:codegen") public enum ResourceAttributeType extends Enum<ResourceAttributeType>
Enum Constant and Description |
---|
BIOS_ID |
FQDN |
IPV4_ADDRESS |
IPV6_ADDRESS |
LABEL |
MAC_ADDRESS |
MOTHERBOARD_SERIAL_NUMBER |
UNKNOWN_TO_SDK_VERSION |
VM_MANAGED_OBJECT_REFERENCE |
VM_MANAGER_ID |
VM_NAME |
VM_PATH |
Modifier and Type | Method and Description |
---|---|
static ResourceAttributeType |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<ResourceAttributeType> |
knownValues()
|
String |
toString() |
static ResourceAttributeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceAttributeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceAttributeType IPV4_ADDRESS
public static final ResourceAttributeType IPV6_ADDRESS
public static final ResourceAttributeType MAC_ADDRESS
public static final ResourceAttributeType FQDN
public static final ResourceAttributeType VM_MANAGER_ID
public static final ResourceAttributeType VM_MANAGED_OBJECT_REFERENCE
public static final ResourceAttributeType VM_NAME
public static final ResourceAttributeType VM_PATH
public static final ResourceAttributeType BIOS_ID
public static final ResourceAttributeType MOTHERBOARD_SERIAL_NUMBER
public static final ResourceAttributeType LABEL
public static final ResourceAttributeType UNKNOWN_TO_SDK_VERSION
public static ResourceAttributeType[] values()
for (ResourceAttributeType c : ResourceAttributeType.values()) System.out.println(c);
public static ResourceAttributeType 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<ResourceAttributeType>
public static ResourceAttributeType fromValue(String value)
value
- real valuepublic static Set<ResourceAttributeType> knownValues()
values()
to return a Set
of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION
.Set
of known ResourceAttributeType
sCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.