Files
deb-python-pyvmomi/docs/vim/vm/customization/UserData.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
This external documentation for pyVmomi was generated using Googly Docs
(aka Google Standard Documentation) which renders very cleanly in
GitHub. Internal documentation for a class should be done in Sphinx
format because tools like pyCharm and Eclipse can use that documentation
as a hint for code completion.

Note: External docs as Googly Docs, internal docs as Sphinx.

Closes bug#15
2014-06-17 14:07:42 -04:00

1.5 KiB

vim.vm.customization.UserData

Personal data pertaining to the owner of the virtual machine.The UserData data object type maps to the UserData key in thesysprep.infanswer file. These values are transferred directly into thesysprep.inffile that VirtualCenter stores on the target virtual disk. For more detailed information, see the document Windows 2000 Unattended Setup Guide .

extends

vmodl.DynamicData

Attributes:

fullName (str):

User's full name.

orgName (str):

User's organization.

computerName (vim.vm.customization.NameGenerator):

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.

productId (str):

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.