public enum GoogleComputeMetadataKeys extends Enum<GoogleComputeMetadataKeys>
Enum Constant and Description |
---|
ACCESS_CONFIGS |
ATTRIBUTES |
CPU_PLATFORM |
DEFAULTS |
DESCRIPTION |
DISKS |
DNS_SERVERS |
FORWARDED_IPS |
GATEWAY |
HOSTNAME |
ID |
IMAGE |
IP |
IP_ALIASES |
LICENSES |
MAC |
MACHINE_TYPE |
MAINTENANCE_EVENT |
NAME |
NETMASK |
NETWORK |
NETWORK_INTERFACES |
NUMERIC_PROJECT_ID |
PROJECT_ID |
SCOPES |
SERVICE_ACCOUNTS |
TAGS |
VIRTUAL_CLOCK |
ZONE |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static GoogleComputeMetadataKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoogleComputeMetadataKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoogleComputeMetadataKeys DESCRIPTION
public static final GoogleComputeMetadataKeys HOSTNAME
public static final GoogleComputeMetadataKeys ID
public static final GoogleComputeMetadataKeys ATTRIBUTES
public static final GoogleComputeMetadataKeys CPU_PLATFORM
public static final GoogleComputeMetadataKeys DISKS
public static final GoogleComputeMetadataKeys DNS_SERVERS
public static final GoogleComputeMetadataKeys FORWARDED_IPS
public static final GoogleComputeMetadataKeys GATEWAY
public static final GoogleComputeMetadataKeys IP
public static final GoogleComputeMetadataKeys IP_ALIASES
public static final GoogleComputeMetadataKeys MAC
public static final GoogleComputeMetadataKeys NETWORK
public static final GoogleComputeMetadataKeys SCOPES
public static final GoogleComputeMetadataKeys MACHINE_TYPE
public static final GoogleComputeMetadataKeys MAINTENANCE_EVENT
public static final GoogleComputeMetadataKeys NAME
public static final GoogleComputeMetadataKeys NETWORK_INTERFACES
public static final GoogleComputeMetadataKeys SERVICE_ACCOUNTS
public static final GoogleComputeMetadataKeys DEFAULTS
public static final GoogleComputeMetadataKeys PROJECT_ID
public static final GoogleComputeMetadataKeys NUMERIC_PROJECT_ID
public static final GoogleComputeMetadataKeys ZONE
public static final GoogleComputeMetadataKeys TAGS
public static final GoogleComputeMetadataKeys VIRTUAL_CLOCK
public static final GoogleComputeMetadataKeys IMAGE
public static final GoogleComputeMetadataKeys LICENSES
public static final GoogleComputeMetadataKeys ACCESS_CONFIGS
public static final GoogleComputeMetadataKeys NETMASK
public static GoogleComputeMetadataKeys[] values()
for (GoogleComputeMetadataKeys c : GoogleComputeMetadataKeys.values()) System.out.println(c);
public static GoogleComputeMetadataKeys 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 getName()