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
		
	
	
		
			1.0 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
.. _bool: https://docs.python.org/2/library/stdtypes.html
 | 
						|
 | 
						|
.. _vim.option.BoolOption: ../../../vim/option/BoolOption.rst
 | 
						|
 | 
						|
.. _vim.option.ChoiceOption: ../../../vim/option/ChoiceOption.rst
 | 
						|
 | 
						|
.. _vim.vm.device.VirtualDeviceOption: ../../../vim/vm/device/VirtualDeviceOption.rst
 | 
						|
 | 
						|
 | 
						|
vim.vm.device.VirtualEthernetCardOption
 | 
						|
=======================================
 | 
						|
  This data object type contains the options for the virtual ethernet card data object type.
 | 
						|
:extends: vim.vm.device.VirtualDeviceOption_
 | 
						|
 | 
						|
Attributes:
 | 
						|
    supportedOUI (`vim.option.ChoiceOption`_):
 | 
						|
 | 
						|
       The valid Organizational Unique Identifiers (OUIs) supported by this virtual Ethernet card.Supported OUIs for statically assigned MAC addresses:"00:50:56"
 | 
						|
    macType (`vim.option.ChoiceOption`_):
 | 
						|
 | 
						|
       The supported MAC address types.
 | 
						|
    wakeOnLanEnabled (`vim.option.BoolOption`_):
 | 
						|
 | 
						|
       Flag to indicate whether or not wake-on-LAN is settable on this device.
 | 
						|
    vmDirectPathGen2Supported (`bool`_):
 | 
						|
 | 
						|
       Flag to indicate whether VMDirectPath Gen 2 is available on this device.
 |