
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.0 KiB
1.0 KiB
vim.vm.customization.WinOptions
Optional operations supported by the customization process for Windows.
- extends
- Attributes:
-
changeSID (bool):
The customization process should modify the machine's security identifier (SID). For Vista OS, SID will always be modified.
deleteAccounts (bool):
If deleteAccounts is true, then all user accounts are removed from the system as part of the customization. Mini-setup creates a new Administrator account with a blank password.
reboot (vim.vm.customization.WinOptions.SysprepRebootOption, optional):
A value of type SysprepRebootOption specifying the action that should be taken after running sysprep. Defaults to "reboot".