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