public enum HostRuntimeInfoNetStackInstanceRuntimeInfoState extends Enum<HostRuntimeInfoNetStackInstanceRuntimeInfoState>
Java class for HostRuntimeInfoNetStackInstanceRuntimeInfoState.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="HostRuntimeInfoNetStackInstanceRuntimeInfoState">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="inactive"/>
<enumeration value="active"/>
<enumeration value="deactivating"/>
<enumeration value="activating"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ACTIVATING |
ACTIVE |
DEACTIVATING |
INACTIVE |
| Modifier and Type | Method and Description |
|---|---|
static HostRuntimeInfoNetStackInstanceRuntimeInfoState |
fromValue(String v) |
String |
value() |
static HostRuntimeInfoNetStackInstanceRuntimeInfoState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostRuntimeInfoNetStackInstanceRuntimeInfoState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostRuntimeInfoNetStackInstanceRuntimeInfoState INACTIVE
public static final HostRuntimeInfoNetStackInstanceRuntimeInfoState ACTIVE
public static final HostRuntimeInfoNetStackInstanceRuntimeInfoState DEACTIVATING
public static final HostRuntimeInfoNetStackInstanceRuntimeInfoState ACTIVATING
public static HostRuntimeInfoNetStackInstanceRuntimeInfoState[] values()
for (HostRuntimeInfoNetStackInstanceRuntimeInfoState c : HostRuntimeInfoNetStackInstanceRuntimeInfoState.values()) System.out.println(c);
public static HostRuntimeInfoNetStackInstanceRuntimeInfoState 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 HostRuntimeInfoNetStackInstanceRuntimeInfoState fromValue(String v)
Copyright © 2018. All rights reserved.