@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum ResourceAttributeType extends Enum<ResourceAttributeType>
Enum Constant and Description |
---|
BIOS_ID |
FQDN |
IPV4_ADDRESS |
IPV6_ADDRESS |
LABEL |
MAC_ADDRESS |
MOTHERBOARD_SERIAL_NUMBER |
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.
|
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 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 valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.