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