public static enum DeploymentContext.ContextKey extends java.lang.Enum<DeploymentContext.ContextKey>
Enum Constant and Description |
---|
appId |
datacenter |
environment |
region |
serverId |
stack |
zone |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey() |
static DeploymentContext.ContextKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentContext.ContextKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeploymentContext.ContextKey environment
public static final DeploymentContext.ContextKey datacenter
public static final DeploymentContext.ContextKey appId
public static final DeploymentContext.ContextKey serverId
public static final DeploymentContext.ContextKey stack
public static final DeploymentContext.ContextKey region
public static final DeploymentContext.ContextKey zone
public static DeploymentContext.ContextKey[] values()
for (DeploymentContext.ContextKey c : DeploymentContext.ContextKey.values()) System.out.println(c);
public static DeploymentContext.ContextKey valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getKey()