Virtual Storage Lifecycle Management 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
- 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 |
---|---|---|
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.
|
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 |