public enum InstanceLifeCycleState extends java.lang.Enum<InstanceLifeCycleState>
Enum Constant and Description |
---|
CONFIGURED |
CREATING |
DATABASE |
FAILED |
READY |
RUNNING |
Modifier and Type | Method and Description |
---|---|
float |
getLevel() |
boolean |
isEqualOrHigherThan(InstanceLifeCycleState than) |
static InstanceLifeCycleState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstanceLifeCycleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstanceLifeCycleState CREATING
public static final InstanceLifeCycleState FAILED
public static final InstanceLifeCycleState CONFIGURED
public static final InstanceLifeCycleState DATABASE
public static final InstanceLifeCycleState READY
public static final InstanceLifeCycleState RUNNING
public static InstanceLifeCycleState[] values()
for (InstanceLifeCycleState c : InstanceLifeCycleState.values()) System.out.println(c);
public static InstanceLifeCycleState 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 float getLevel()
public boolean isEqualOrHigherThan(InstanceLifeCycleState than)