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
		
			
				
	
	
		
			28 lines
		
	
	
		
			980 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			980 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
.. _vSphere API 4.0: ../../../vim/version.rst#vimversionversion5
 | 
						|
 | 
						|
.. _vmodl.DynamicData: ../../../vmodl/DynamicData.rst
 | 
						|
 | 
						|
.. _vim.LicenseManager.LicenseInfo: ../../../vim/LicenseManager/LicenseInfo.rst
 | 
						|
 | 
						|
.. _vim.LicenseManager.EvaluationInfo: ../../../vim/LicenseManager/EvaluationInfo.rst
 | 
						|
 | 
						|
.. _vim.LicenseManager.LicensableResourceInfo: ../../../vim/LicenseManager/LicensableResourceInfo.rst
 | 
						|
 | 
						|
 | 
						|
vim.host.ConnectInfo.LicenseInfo
 | 
						|
================================
 | 
						|
  This data object type describes license information stored on the host.
 | 
						|
:extends: vmodl.DynamicData_
 | 
						|
:since: `vSphere API 4.0`_
 | 
						|
 | 
						|
Attributes:
 | 
						|
    license (`vim.LicenseManager.LicenseInfo`_):
 | 
						|
 | 
						|
       License information.
 | 
						|
    evaluation (`vim.LicenseManager.EvaluationInfo`_):
 | 
						|
 | 
						|
       Evaluation information.
 | 
						|
    resource (`vim.LicenseManager.LicensableResourceInfo`_, optional):
 | 
						|
 | 
						|
       Licensable resources information.NOTE: The values in this property may not be accurate for pre-5.0 hosts when returned by vCenter 5.0
 |