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.Builder |
WindowsConfiguration.Builder.setReboot(WindowsConfiguration.RebootOption reboot)
A value specifying the action that should be taken after customization.
|
WindowsConfiguration.Builder |
WindowsConfiguration.Builder.setSysprep(WindowsSysprep sysprep)
Customization settings like user details, administrator details, etc for the
windows guest operating system.
|
WindowsConfiguration.Builder |
WindowsConfiguration.Builder.setSysprepXml(java.lang.String sysprepXml)
All settings specified in a XML format.
|