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
		
			
				
	
	
		
			54 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			54 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
.. _int: https://docs.python.org/2/library/stdtypes.html
 | 
						|
 | 
						|
.. _str: https://docs.python.org/2/library/stdtypes.html
 | 
						|
 | 
						|
.. _bool: https://docs.python.org/2/library/stdtypes.html
 | 
						|
 | 
						|
.. _vmodl.DynamicData: ../../../vmodl/DynamicData.rst
 | 
						|
 | 
						|
 | 
						|
vim.host.InternetScsiHba.IPProperties
 | 
						|
=====================================
 | 
						|
  The IP properties for the host bus adapter
 | 
						|
:extends: vmodl.DynamicData_
 | 
						|
 | 
						|
Attributes:
 | 
						|
    mac (`str`_, optional):
 | 
						|
 | 
						|
       The MAC address.
 | 
						|
    address (`str`_, optional):
 | 
						|
 | 
						|
       The current IPv4 address.
 | 
						|
    dhcpConfigurationEnabled (`bool`_):
 | 
						|
 | 
						|
       True if the host bus adapter fetches its IP using DHCP.
 | 
						|
    subnetMask (`str`_, optional):
 | 
						|
 | 
						|
       The current IPv4 subnet mask.
 | 
						|
    defaultGateway (`str`_, optional):
 | 
						|
 | 
						|
       The current IPv4 gateway.
 | 
						|
    primaryDnsServerAddress (`str`_, optional):
 | 
						|
 | 
						|
       The current primary DNS address.
 | 
						|
    alternateDnsServerAddress (`str`_, optional):
 | 
						|
 | 
						|
       The current secondary DNS address.
 | 
						|
    ipv6Address (`str`_, optional):
 | 
						|
 | 
						|
       The current IPv6 address.
 | 
						|
    ipv6SubnetMask (`str`_, optional):
 | 
						|
 | 
						|
       The current IPv6 subnet mask.
 | 
						|
    ipv6DefaultGateway (`str`_, optional):
 | 
						|
 | 
						|
       The current IPv6 default gateway.
 | 
						|
    arpRedirectEnabled (`bool`_, optional):
 | 
						|
 | 
						|
       True if ARP Redirect is enabled
 | 
						|
    mtu (`int`_, optional):
 | 
						|
 | 
						|
       True if the host bus adapter supports setting its MTU, (for Jumbo Frames, etc) Setting enableJumboFrames and not a numeric mtu value implies autoselection of appropriate MTU value for Jumbo Frames.
 | 
						|
    jumboFramesEnabled (`bool`_, optional):
 | 
						|
 |