
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
1.7 KiB
vim.vm.customization.Identification
The Identification data object type provides information needed to join a workgroup or domain.The Identification data object type maps to the Identification key in thesysprep.infanswer file. These values are transferred into thesysprep.inffile that VirtualCenter stores on the target virtual disk. For more detailed information, see the document Windows 2000 Unattended Setup Guide .
- extends
- Attributes:
-
joinWorkgroup (str, optional):
The workgroup that the virtual machine should join. If this value is supplied, then the domain name and authentication fields must be empty.
joinDomain (str, optional):
The domain that the virtual machine should join. If this value is supplied, then domainAdmin and domainAdminPassword must also be supplied, and the workgroup name must be empty.
domainAdmin (str, optional):
This is the domain user account used for authentication if the virtual machine is joining a domain. The user does not need to be a domain administrator, but the account must have the privileges required to add computers to the domain.
domainAdminPassword (vim.vm.customization.Password, optional):
This is the password for the domain user account used for authentication if the virtual machine is joining a domain.