public static enum EC2Provider.EC2ProviderConfigurationPropertyToken extends Enum<EC2Provider.EC2ProviderConfigurationPropertyToken> implements com.cloudera.director.spi.v1.model.ConfigurationPropertyToken
Enum Constant and Description |
---|
ASSOCIATE_PUBLIC_IP_ADDRESSES
Whether to associate a public IP address with instances.
|
IAM_ENDPOINT |
REGION
EC2 region.
|
REGION_ENDPOINT
Custom endpoint identifying a region.
|
Modifier and Type | Method and Description |
---|---|
com.cloudera.director.spi.v1.model.ConfigurationProperty |
unwrap() |
static EC2Provider.EC2ProviderConfigurationPropertyToken |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EC2Provider.EC2ProviderConfigurationPropertyToken[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EC2Provider.EC2ProviderConfigurationPropertyToken ASSOCIATE_PUBLIC_IP_ADDRESSES
true
.public static final EC2Provider.EC2ProviderConfigurationPropertyToken IAM_ENDPOINT
public static final EC2Provider.EC2ProviderConfigurationPropertyToken REGION
public static final EC2Provider.EC2ProviderConfigurationPropertyToken REGION_ENDPOINT
Custom endpoint identifying a region.
This is critical for Gov. cloud because there is no other way to discover those regions.
public static EC2Provider.EC2ProviderConfigurationPropertyToken[] values()
for (EC2Provider.EC2ProviderConfigurationPropertyToken c : EC2Provider.EC2ProviderConfigurationPropertyToken.values()) System.out.println(c);
public static EC2Provider.EC2ProviderConfigurationPropertyToken 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 com.cloudera.director.spi.v1.model.ConfigurationProperty unwrap()
unwrap
in interface com.cloudera.director.spi.v1.model.ConfigurationPropertyToken
Copyright © 2016. All rights reserved.