Package | Description |
---|---|
com.vmware.vcenter.compute.policies |
The
com.vmware.vcenter.compute.policies package provides classes for
managing compute policies. |
Modifier and Type | Method and Description |
---|---|
ObjectCompliance.Values |
ObjectCompliance.getEnumValue()
Returns a native Java
enum constant representing this enumeration
constant. |
static ObjectCompliance.Values |
ObjectCompliance.Values.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ObjectCompliance.Values[] |
ObjectCompliance.Values.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|