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 | Field and Description |
---|---|
static WindowsConfiguration.RebootOption |
WindowsConfiguration.RebootOption.NO_REBOOT
Take no action.
|
static WindowsConfiguration.RebootOption |
WindowsConfiguration.RebootOption.REBOOT
Reboot the guest after customization.
|
static WindowsConfiguration.RebootOption |
WindowsConfiguration.RebootOption.SHUTDOWN
Shutdown the guest after customization.
|
Modifier and Type | Method and Description |
---|---|
WindowsConfiguration.RebootOption |
WindowsConfiguration.getReboot()
A value specifying the action that should be taken after customization.
|
static WindowsConfiguration.RebootOption |
WindowsConfiguration.RebootOption.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static WindowsConfiguration.RebootOption[] |
WindowsConfiguration.RebootOption.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
WindowsConfiguration.setReboot(WindowsConfiguration.RebootOption reboot)
A value specifying the action that should be taken after customization.
|
WindowsConfiguration.Builder |
WindowsConfiguration.Builder.setReboot(WindowsConfiguration.RebootOption reboot)
A value specifying the action that should be taken after customization.
|