public static enum RDSEndpoints.RDSEndpointsConfigProperties.RDSEndpointsConfigurationPropertyToken extends Enum<RDSEndpoints.RDSEndpointsConfigProperties.RDSEndpointsConfigurationPropertyToken> implements com.cloudera.director.spi.v1.model.ConfigurationPropertyToken
Enum Constant and Description |
---|
CUSTOM_ENDPOINTS_PATH
Path for the custom RDS endpoints file.
|
Modifier and Type | Method and Description |
---|---|
com.cloudera.director.spi.v1.model.ConfigurationProperty |
unwrap() |
static RDSEndpoints.RDSEndpointsConfigProperties.RDSEndpointsConfigurationPropertyToken |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RDSEndpoints.RDSEndpointsConfigProperties.RDSEndpointsConfigurationPropertyToken[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RDSEndpoints.RDSEndpointsConfigProperties.RDSEndpointsConfigurationPropertyToken CUSTOM_ENDPOINTS_PATH
public static RDSEndpoints.RDSEndpointsConfigProperties.RDSEndpointsConfigurationPropertyToken[] values()
for (RDSEndpoints.RDSEndpointsConfigProperties.RDSEndpointsConfigurationPropertyToken c : RDSEndpoints.RDSEndpointsConfigProperties.RDSEndpointsConfigurationPropertyToken.values()) System.out.println(c);
public static RDSEndpoints.RDSEndpointsConfigProperties.RDSEndpointsConfigurationPropertyToken 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.