public enum HostLicensableResourceKey extends Enum<HostLicensableResourceKey>
| Enum Constant and Description |
|---|
memoryForVms |
memorySize |
numCpuCores |
numCpuPackages |
numVmsStarted |
numVmsStarting |
| Modifier and Type | Method and Description |
|---|---|
static HostLicensableResourceKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostLicensableResourceKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostLicensableResourceKey numCpuPackages
public static final HostLicensableResourceKey numCpuCores
public static final HostLicensableResourceKey memorySize
public static final HostLicensableResourceKey memoryForVms
public static final HostLicensableResourceKey numVmsStarted
public static final HostLicensableResourceKey numVmsStarting
public static HostLicensableResourceKey[] values()
for (HostLicensableResourceKey c : HostLicensableResourceKey.values()) System.out.println(c);
public static HostLicensableResourceKey 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.