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

25 lines
950 B
ReStructuredText

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