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
		
			
				
	
	
		
			27 lines
		
	
	
		
			705 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			705 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
.. _str: https://docs.python.org/2/library/stdtypes.html
 | 
						|
 | 
						|
.. _ClusterComputeResource: ../../vim/ClusterComputeResource.rst
 | 
						|
 | 
						|
.. _CannotMoveVsanEnabledHost: ../../vim/fault/CannotMoveVsanEnabledHost.rst
 | 
						|
 | 
						|
.. _vim.fault.CannotMoveVsanEnabledHost: ../../vim/fault/CannotMoveVsanEnabledHost.rst
 | 
						|
 | 
						|
 | 
						|
vim.fault.VsanClusterUuidMismatch
 | 
						|
=================================
 | 
						|
    :extends:
 | 
						|
 | 
						|
        `vim.fault.CannotMoveVsanEnabledHost`_
 | 
						|
 | 
						|
  Fault thrown for the case that an attempt is made to move a host which is enabled for VSAN into a `ClusterComputeResource`_ whose VSAN cluster UUID does not match.See `CannotMoveVsanEnabledHost`_ 
 | 
						|
 | 
						|
Attributes:
 | 
						|
 | 
						|
    hostClusterUuid (`str`_)
 | 
						|
 | 
						|
    destinationClusterUuid (`str`_)
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 |