public static enum InstanceOrchestration.Status extends Enum<InstanceOrchestration.Status>
Enum Constant and Description |
---|
error |
ready |
scheduled |
starting |
stopped |
stopping |
updating |
Modifier and Type | Method and Description |
---|---|
static InstanceOrchestration.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceOrchestration.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstanceOrchestration.Status starting
public static final InstanceOrchestration.Status scheduled
public static final InstanceOrchestration.Status ready
public static final InstanceOrchestration.Status updating
public static final InstanceOrchestration.Status error
public static final InstanceOrchestration.Status stopping
public static final InstanceOrchestration.Status stopped
public static InstanceOrchestration.Status[] values()
for (InstanceOrchestration.Status c : InstanceOrchestration.Status.values()) System.out.println(c);
public static InstanceOrchestration.Status 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 nullCopyright © 2016–2018. All rights reserved.