public enum ClusterDasAamNodeStateDasState extends Enum<ClusterDasAamNodeStateDasState>
Java class for ClusterDasAamNodeStateDasState.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ClusterDasAamNodeStateDasState">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="uninitialized"/>
<enumeration value="initialized"/>
<enumeration value="configuring"/>
<enumeration value="unconfiguring"/>
<enumeration value="running"/>
<enumeration value="error"/>
<enumeration value="agentShutdown"/>
<enumeration value="nodeFailed"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AGENT_SHUTDOWN |
CONFIGURING |
ERROR |
INITIALIZED |
NODE_FAILED |
RUNNING |
UNCONFIGURING |
UNINITIALIZED |
| Modifier and Type | Method and Description |
|---|---|
static ClusterDasAamNodeStateDasState |
fromValue(String v) |
String |
value() |
static ClusterDasAamNodeStateDasState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterDasAamNodeStateDasState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClusterDasAamNodeStateDasState UNINITIALIZED
public static final ClusterDasAamNodeStateDasState INITIALIZED
public static final ClusterDasAamNodeStateDasState CONFIGURING
public static final ClusterDasAamNodeStateDasState UNCONFIGURING
public static final ClusterDasAamNodeStateDasState RUNNING
public static final ClusterDasAamNodeStateDasState ERROR
public static final ClusterDasAamNodeStateDasState AGENT_SHUTDOWN
public static final ClusterDasAamNodeStateDasState NODE_FAILED
public static ClusterDasAamNodeStateDasState[] values()
for (ClusterDasAamNodeStateDasState c : ClusterDasAamNodeStateDasState.values()) System.out.println(c);
public static ClusterDasAamNodeStateDasState 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 nullpublic String value()
public static ClusterDasAamNodeStateDasState fromValue(String v)
Copyright © 2018. All rights reserved.