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
		
			
				
	
	
		
			30 lines
		
	
	
		
			962 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			962 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
.. _vim.vApp.EntityConfigInfo: ../../../vim/vApp/EntityConfigInfo.rst
 | 
						|
 | 
						|
.. _vim.vApp.EntityConfigInfo.Action: ../../../vim/vApp/EntityConfigInfo/Action.rst
 | 
						|
 | 
						|
vim.vApp.EntityConfigInfo.Action
 | 
						|
================================
 | 
						|
  :contained by: `vim.vApp.EntityConfigInfo`_
 | 
						|
 | 
						|
  :type: `vim.vApp.EntityConfigInfo.Action`_
 | 
						|
 | 
						|
  :name: suspend
 | 
						|
 | 
						|
values:
 | 
						|
--------
 | 
						|
 | 
						|
suspend
 | 
						|
   This virtual machine is suspended when it is next in the auto-stop order.
 | 
						|
 | 
						|
none
 | 
						|
   No action is taken for this virtual machine. This virtual machine is not a part of the auto-start sequence. This can be used for both auto-start and auto-start settings.
 | 
						|
 | 
						|
powerOn
 | 
						|
   This virtual machine is powered on when it is next in the auto-start order.
 | 
						|
 | 
						|
powerOff
 | 
						|
   This virtual machine is powered off when it is next in the auto-stop order. This is the default stopAction.
 | 
						|
 | 
						|
guestShutdown
 | 
						|
   The guest operating system for a virtual machine is shut down when that virtual machine in next in the auto-stop order.
 |