 15f7be9a52
			
		
	
	15f7be9a52
	
	
	
		
			
			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
		
			
				
	
	
	
		
			1.1 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.1 KiB
		
	
	
	
	
	
	
	
vim.host.AutoStartManager.SystemDefaults
Defines the system default auto-start/auto-stop values.
- extends
- Attributes:
- 
enabled (bool, optional): Indicates whether or not auto-start manager is enabled. startDelay (int, optional): System-default autoStart delay in seconds. The default is 120 seconds. stopDelay (int, optional): System-default autoStop delay in seconds. The default is 120 seconds. waitForHeartbeat (bool, optional): System-default waitForHeartbeat setting. stopAction (str, optional): System-default power-off action. Used if the stopAction string in the AutoPowerInfo object for a particular machine is set to systemDefault. If stopAction and startAction for a virtual machine are both set to none, that virtual machine is removed from the AutoStart sequence.