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
		
			
				
	
	
		
			21 lines
		
	
	
		
			747 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			747 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
.. _str: https://docs.python.org/2/library/stdtypes.html
 | 
						|
 | 
						|
.. _VI API 2.5: ../../vim/version.rst#vimversionversion2
 | 
						|
 | 
						|
.. _vim.event.CustomizationFailed: ../../vim/event/CustomizationFailed.rst
 | 
						|
 | 
						|
 | 
						|
vim.event.CustomizationSysprepFailed
 | 
						|
====================================
 | 
						|
  Sysprep failed to run in the guest during customization. This will most like have been caused by the fact that the wrong sysprep was used for the guest, so we include the version information in the event.
 | 
						|
:extends: vim.event.CustomizationFailed_
 | 
						|
:since: `VI API 2.5`_
 | 
						|
 | 
						|
Attributes:
 | 
						|
    sysprepVersion (`str`_):
 | 
						|
 | 
						|
       The version string for the sysprep files that were included in the customization package.
 | 
						|
    systemVersion (`str`_):
 | 
						|
 | 
						|
       The version string for the system
 |