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