public static enum AttributesInternal.ProvisioningTaskState extends java.lang.Enum<AttributesInternal.ProvisioningTaskState>
MachineLifecycleEffectorTasks
to track provisioning/termination. This is used so the machine can be terminated if stopped while opaque provision
call is being made; and is used to report if termination was prematurely aborted (e.g. during Brooklyn restart).| Enum Constant and Description |
|---|
RUNNING |
| Modifier and Type | Method and Description |
|---|---|
static AttributesInternal.ProvisioningTaskState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AttributesInternal.ProvisioningTaskState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributesInternal.ProvisioningTaskState RUNNING
public static AttributesInternal.ProvisioningTaskState[] values()
for (AttributesInternal.ProvisioningTaskState c : AttributesInternal.ProvisioningTaskState.values()) System.out.println(c);
public static AttributesInternal.ProvisioningTaskState 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