Files
deb-python-pyvmomi/docs/vim/vm/customization/WinOptions.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.0 KiB

vim.vm.customization.WinOptions

Optional operations supported by the customization process for Windows.

extends

vim.vm.customization.Options

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".