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