 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.2 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.2 KiB
		
	
	
	
	
	
	
	
vim.host.EsxAgentHostManager
This managed object type is used to configure agent virtual machine resource configuration, such as what network and datastore to use for agent virtual machines.
- since
Attributes
- configInfo (vim.host.EsxAgentHostManager.ConfigInfo):
- privilege: Host.Config.Settings
Configuration of agent virtual machine resources
Methods
- EsxAgentHostManagerUpdateConfig(configInfo):
- 
Update the host's ESX agent configuration. The entire configuration must be set each time since all values are overwritten. E.g. a field set to null clears the value on the host. - Privilege:
- 
Host.Config.Settings 
- Args:
- 
- configInfo (vim.host.EsxAgentHostManager.ConfigInfo):
- 
configuration of agent virtual machine resources 
 
- Returns:
- 
None 
 Raises: - vim.fault.HostConfigFault:
- 
if an error occurs.