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
		
			
				
	
	
		
			42 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
.. _vim.fault.AgentInstallFailed: ../../../vim/fault/AgentInstallFailed.rst
 | 
						|
 | 
						|
.. _vim.fault.AgentInstallFailed.Reason: ../../../vim/fault/AgentInstallFailed/Reason.rst
 | 
						|
 | 
						|
vim.fault.AgentInstallFailed.Reason
 | 
						|
===================================
 | 
						|
  :contained by: `vim.fault.AgentInstallFailed`_
 | 
						|
 | 
						|
  :type: `vim.fault.AgentInstallFailed.Reason`_
 | 
						|
 | 
						|
  :name: UnknownInstallerError
 | 
						|
 | 
						|
values:
 | 
						|
--------
 | 
						|
 | 
						|
NotEnoughSpaceOnDevice
 | 
						|
   There is not enough storage space on the host to install the agent.
 | 
						|
 | 
						|
AgentUploadFailed
 | 
						|
   Failed to upload the agent installer.
 | 
						|
 | 
						|
AgentUploadTimedout
 | 
						|
   The agent upload took too long.
 | 
						|
 | 
						|
AgentNotReachable
 | 
						|
   The agent was installed but did not respond to requests.
 | 
						|
 | 
						|
SignatureVerificationFailed
 | 
						|
   The signature verification for the installer failed.
 | 
						|
 | 
						|
PrepareToUpgradeFailed
 | 
						|
   Failed to initialize the upgrade directory on the host.
 | 
						|
 | 
						|
InstallTimedout
 | 
						|
   The agent install took too long.
 | 
						|
 | 
						|
AgentNotRunning
 | 
						|
   The agent was installed but is not running.
 | 
						|
 | 
						|
UnknownInstallerError
 | 
						|
   The agent installer failed for an unknown reason.
 |