File: SysprepRebootOption.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 (24 lines) | stat: -rw-r--r-- 950 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
23
24
.. _vim.vm.customization.WinOptions: ../../../../vim/vm/customization/WinOptions.rst

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

vim.vm.customization.WinOptions.SysprepRebootOption
===================================================
  A enum constant specifying what should be done to the guest vm after running sysprep.
  :contained by: `vim.vm.customization.WinOptions`_

  :type: `vim.vm.customization.WinOptions.SysprepRebootOption`_

  :name: shutdown

values:
--------

shutdown
   Shutdown the machine after running sysprep. This puts the vm in a sealed state.

reboot
   Reboot the machine after running sysprep. This will cause values specified in the sysprep.inf to be applied immediately.

noreboot
   Take no action. Leave the guest os running after running sysprep. This option can be used to look at values for debugging purposes after running sysprep.