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
		
			
				
	
	
	
		
			950 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			950 B
		
	
	
	
	
	
	
	
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
 - 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.