vSphere Web Services API
|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - CustomizationSysprep(vim.vm.customization.Sysprep)
- Extends
- CustomizationIdentitySettings
- See also
- CustomizationGuiRunOnce, CustomizationGuiUnattended, CustomizationIdentification, CustomizationLicenseFilePrintData, CustomizationUserData, OptionValue
- Since
- 2.0
Data Object Description
An object representation of a Windows {@code sysprep.xml} answer file. The sysprep type encloses all the individual keys listed in a {@code sysprep.xml} file. For more detailed information, see Performing Unattended Installations.Properties
| Name | Type | Description |
|---|---|---|
| extraConfig* | OptionValue[] |
Additional key/value pairs to support third party customization.
Since vSphere API Release 9.1.0.0 |
| guiRunOnce* | CustomizationGuiRunOnce |
An object representation of the sysprep GuiRunOnce key.
|
| guiUnattended | CustomizationGuiUnattended |
An object representation of the sysprep GuiUnattended key.
|
| identification | CustomizationIdentification |
An object representation of the sysprep Identification key.
|
| licenseFilePrintData* | CustomizationLicenseFilePrintData |
An object representation of the sysprep LicenseFilePrintData key. Required only
for Windows 2000 Server and Windows Server 2003.
|
| resetPassword* | xsd:boolean |
Require local Administrators group accounts to change their password
at the first logon after customization.
Since vSphere API Release 9.1.0.0 |
| scriptText* | xsd:string |
The script to run before and after GOS customization.
The script must be a batch file for Windows virtual machines.
For additional information, refer to Setting the customization script for virtual machines in vSphere.
Since vSphere API Release 9.1.0.0 |
| userData | CustomizationUserData |
An object representation of the sysprep UserData key.
|
| Properties inherited from CustomizationIdentitySettings | ||
| None | ||
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |