public static enum RDSProvider.RDSProviderConfigurationPropertyToken extends Enum<RDSProvider.RDSProviderConfigurationPropertyToken> 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.
|
REGION
RDS region.
|
REGION_ENDPOINT
Custom endpoint identifying a region.
|
Modifier and Type | Method and Description |
---|---|
com.cloudera.director.spi.v1.model.ConfigurationProperty |
unwrap() |
static RDSProvider.RDSProviderConfigurationPropertyToken |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RDSProvider.RDSProviderConfigurationPropertyToken[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RDSProvider.RDSProviderConfigurationPropertyToken ASSOCIATE_PUBLIC_IP_ADDRESSES
false
,
which differs from the RDS default.public static final RDSProvider.RDSProviderConfigurationPropertyToken REGION
null
, so we can fall back
to the EC2 region.public static final RDSProvider.RDSProviderConfigurationPropertyToken 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 RDSProvider.RDSProviderConfigurationPropertyToken[] values()
for (RDSProvider.RDSProviderConfigurationPropertyToken c : RDSProvider.RDSProviderConfigurationPropertyToken.values()) System.out.println(c);
public static RDSProvider.RDSProviderConfigurationPropertyToken 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.