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 |
---|---|
static WindowsSysprep |
WindowsSysprep._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static WindowsSysprep |
WindowsSysprep._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
WindowsSysprep |
WindowsSysprep.Builder.build() |
WindowsSysprep |
WindowsConfiguration.getSysprep()
Customization settings like user details, administrator details, etc for the
windows guest operating system.
|
Modifier and Type | Method and Description |
---|---|
void |
WindowsConfiguration.setSysprep(WindowsSysprep sysprep)
Customization settings like user details, administrator details, etc for the
windows guest operating system.
|
WindowsConfiguration.Builder |
WindowsConfiguration.Builder.setSysprep(WindowsSysprep sysprep)
Customization settings like user details, administrator details, etc for the
windows guest operating system.
|