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