Enum - CustomizationSysprepRebootOption(vim.vm.customization.WinOptions.SysprepRebootOption)

Property of
CustomizationWinOptions
Since
VI API 2.5


Enum Description

A enum constant specifying what should be done to the guest vm after running sysprep.

Enum Constants

NameDescription
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.
reboot Reboot the machine after running sysprep. This will cause values specified in the sysprep.inf to be applied immediately.
shutdown Shutdown the machine after running sysprep. This puts the vm in a sealed state.

Show WSDL type definition