public enum DeploymentManagerDelegateTarget extends java.lang.Enum<DeploymentManagerDelegateTarget>
| Enum Constant and Description |
|---|
DEPLOYMENT_MANAGER |
DEPLOYMENT_MANAGER_AND_NODE_AGENTS |
NODE_AGENTS |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentManagerDelegateTarget |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentManagerDelegateTarget[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeploymentManagerDelegateTarget DEPLOYMENT_MANAGER_AND_NODE_AGENTS
public static final DeploymentManagerDelegateTarget DEPLOYMENT_MANAGER
public static final DeploymentManagerDelegateTarget NODE_AGENTS
public static DeploymentManagerDelegateTarget[] values()
for (DeploymentManagerDelegateTarget c : DeploymentManagerDelegateTarget.values()) System.out.println(c);
public static DeploymentManagerDelegateTarget 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 null