public enum LicenseManagerLicenseKey extends Enum<LicenseManagerLicenseKey>
Java class for LicenseManagerLicenseKey.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="LicenseManagerLicenseKey">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="esxFull"/>
<enumeration value="esxVmtn"/>
<enumeration value="esxExpress"/>
<enumeration value="san"/>
<enumeration value="iscsi"/>
<enumeration value="nas"/>
<enumeration value="vsmp"/>
<enumeration value="backup"/>
<enumeration value="vc"/>
<enumeration value="vcExpress"/>
<enumeration value="esxHost"/>
<enumeration value="gsxHost"/>
<enumeration value="serverHost"/>
<enumeration value="drsPower"/>
<enumeration value="vmotion"/>
<enumeration value="drs"/>
<enumeration value="das"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BACKUP |
DAS |
DRS |
DRS_POWER |
ESX_EXPRESS |
ESX_FULL |
ESX_HOST |
ESX_VMTN |
GSX_HOST |
ISCSI |
NAS |
SAN |
SERVER_HOST |
VC |
VC_EXPRESS |
VMOTION |
VSMP |
| Modifier and Type | Method and Description |
|---|---|
static LicenseManagerLicenseKey |
fromValue(String v) |
String |
value() |
static LicenseManagerLicenseKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LicenseManagerLicenseKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LicenseManagerLicenseKey ESX_FULL
public static final LicenseManagerLicenseKey ESX_VMTN
public static final LicenseManagerLicenseKey ESX_EXPRESS
public static final LicenseManagerLicenseKey SAN
public static final LicenseManagerLicenseKey ISCSI
public static final LicenseManagerLicenseKey NAS
public static final LicenseManagerLicenseKey VSMP
public static final LicenseManagerLicenseKey BACKUP
public static final LicenseManagerLicenseKey VC
public static final LicenseManagerLicenseKey VC_EXPRESS
public static final LicenseManagerLicenseKey ESX_HOST
public static final LicenseManagerLicenseKey GSX_HOST
public static final LicenseManagerLicenseKey SERVER_HOST
public static final LicenseManagerLicenseKey DRS_POWER
public static final LicenseManagerLicenseKey VMOTION
public static final LicenseManagerLicenseKey DRS
public static final LicenseManagerLicenseKey DAS
public static LicenseManagerLicenseKey[] values()
for (LicenseManagerLicenseKey c : LicenseManagerLicenseKey.values()) System.out.println(c);
public static LicenseManagerLicenseKey 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 LicenseManagerLicenseKey fromValue(String v)
Copyright © 2018. All rights reserved.