File: WinOptions.rst

package info (click to toggle)
python-pyvmomi 6.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 14,980 kB
  • sloc: python: 9,206; xml: 77; makefile: 9
file content (22 lines) | stat: -rw-r--r-- 1,035 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.. _bool: https://docs.python.org/2/library/stdtypes.html

.. _vim.vm.customization.Options: ../../../vim/vm/customization/Options.rst

.. _vim.vm.customization.WinOptions.SysprepRebootOption: ../../../vim/vm/customization/WinOptions/SysprepRebootOption.rst


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