Data Object - CustomizationUserData(vim.vm.customization.UserData)

Property of
CustomizationSysprep
Extends
DynamicData
See also
CustomizationName

Data Object Description

Personal data pertaining to the owner of the virtual machine.

The UserData data object type maps to the UserData key in the sysprep.inf answer file. These values are transferred directly into the sysprep.inf file that VirtualCenter stores on the target virtual disk. For more detailed information, see the document Windows 2000 Unattended Setup Guide.

Properties

Name Type Description
computerNameCustomizationName

The computer name of the (Windows) virtual machine. Computer name may contain letters (A-Z), numbers(0-9) and hyphens (-) but no spaces or periods (.). The name may not consists entirely of digits. On Vista computer name is restricted to 15 characters in length. If the computer name is longer than 15 characters, it will be truncated to 15 characters.
fullNamexsd:string

User's full name.
orgNamexsd:string

User's organization.
productIdxsd:string

Microsoft Sysprep requires that a valid serial number be included in the answer file when mini-setup runs. This serial number is ignored if the original guest operating system was installed using a volume-licensed CD.
Properties inherited from DynamicData
None

Show WSDL type definition