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