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.9 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	vim.host.ImageConfigManager
This managed object is the interface for configuration of the ESX software image, including properties such as acceptance level. It is currently designed to be host agent specific.
- since
 
Attributes
Methods
- HostImageConfigGetAcceptance():
 - 
Queries the current host acceptance level setting.See HostImageAcceptanceLevel
- Privilege:
 - 
System.Read
 
Args:
- Returns:
 - 
str:
 
Raises:
- vim.fault.HostConfigFault:
 - 
if the host acceptance setting is invalid.See HostImageAcceptanceLevel
 
 - HostImageConfigGetProfile():
 - 
Queries the current host image profile information.See HostImageProfileSummary
- Privilege:
 - 
System.Read
 
Args:
 - UpdateHostImageAcceptanceLevel(newAcceptanceLevel):
 - 
Sets the acceptance level of the host image profile.See HostImageAcceptanceLevel
- Privilege:
 - 
Host.Config.Image
 - Args:
 - 
- newAcceptanceLevel (str):
 - 
the new AcceptanceLevel to set.See HostImageAcceptanceLevel
 
 - Returns:
 - 
None
 
Raises:
- vim.fault.HostConfigFault:
 - 
if the acceptance level is raised and there are VIB packages that are not permitted by the higher acceptance level.See HostImageAcceptanceLevel