public enum LicenseManagerLicenseKey extends Enum<LicenseManagerLicenseKey>
| Enum Constant and Description |
|---|
backup |
das |
drs |
drsPower |
esxExpress |
esxFull |
esxHost |
esxVmtn |
gsxHost |
iscsi |
nas |
san |
serverHost |
vc |
vcExpress |
vmotion |
vsmp |
| Modifier and Type | Method and Description |
|---|---|
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 esxFull
public static final LicenseManagerLicenseKey esxVmtn
public static final LicenseManagerLicenseKey esxExpress
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 vcExpress
public static final LicenseManagerLicenseKey esxHost
public static final LicenseManagerLicenseKey gsxHost
public static final LicenseManagerLicenseKey serverHost
public static final LicenseManagerLicenseKey drsPower
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 nullCopyright © 2011-2012. All Rights Reserved.