 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
		
			
				
	
	
		
			25 lines
		
	
	
		
			921 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			921 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| .. _str: https://docs.python.org/2/library/stdtypes.html
 | |
| 
 | |
| .. _vmodl.DynamicData: ../../../vmodl/DynamicData.rst
 | |
| 
 | |
| .. _HostConfigChangeOperation: ../../../vim/host/ConfigChange/Operation.rst
 | |
| 
 | |
| .. _vim.host.VirtualSwitch.Specification: ../../../vim/host/VirtualSwitch/Specification.rst
 | |
| 
 | |
| 
 | |
| vim.host.VirtualSwitch.Config
 | |
| =============================
 | |
|   This data object type describes the VirtualSwitch configuration containing both the configurable properties on a VirtualSwitch and identification information.
 | |
| :extends: vmodl.DynamicData_
 | |
| 
 | |
| Attributes:
 | |
|     changeOperation (`str`_, optional):
 | |
| 
 | |
|        This property indicates the change operation to apply on this configuration specification.See `HostConfigChangeOperation`_ 
 | |
|     name (`str`_):
 | |
| 
 | |
|        The name of the virtual switch. Maximum length is 32 characters.
 | |
|     spec (`vim.host.VirtualSwitch.Specification`_, optional):
 | |
| 
 | |
|        The specification of the VirtualSwitch.
 |