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
		
			
				
	
	
		
			45 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
.. _bool: https://docs.python.org/2/library/stdtypes.html
 | 
						|
 | 
						|
.. _vmodl.DynamicData: ../../../vmodl/DynamicData.rst
 | 
						|
 | 
						|
 | 
						|
vim.host.InternetScsiHba.IPCapabilities
 | 
						|
=======================================
 | 
						|
  The IP Capabilities for the host bus adapter
 | 
						|
:extends: vmodl.DynamicData_
 | 
						|
 | 
						|
Attributes:
 | 
						|
    addressSettable (`bool`_):
 | 
						|
 | 
						|
       True if the host bus adapter supports setting its IP address.
 | 
						|
    ipConfigurationMethodSettable (`bool`_):
 | 
						|
 | 
						|
       True if the host bus adapter supports DHCP.
 | 
						|
    subnetMaskSettable (`bool`_):
 | 
						|
 | 
						|
       True if the host bus adapter supports setting its subnet mask.
 | 
						|
    defaultGatewaySettable (`bool`_):
 | 
						|
 | 
						|
       True if the host bus adapter supports setting its gateway.
 | 
						|
    primaryDnsServerAddressSettable (`bool`_):
 | 
						|
 | 
						|
       True if the host bus adapter supports setting its primary DNS.
 | 
						|
    alternateDnsServerAddressSettable (`bool`_):
 | 
						|
 | 
						|
       True if the host bus adapter supports setting its secondary DNS.
 | 
						|
    ipv6Supported (`bool`_, optional):
 | 
						|
 | 
						|
       True if the host bus adapter supports the use of IPv6 addresses
 | 
						|
    arpRedirectSettable (`bool`_, optional):
 | 
						|
 | 
						|
       True if the host bus adapter supports setting its ARP Redirect value
 | 
						|
    mtuSettable (`bool`_, optional):
 | 
						|
 | 
						|
       True if the host bus adapter supports setting its MTU, (for Jumbo Frames, etc)
 | 
						|
    hostNameAsTargetAddress (`bool`_, optional):
 | 
						|
 | 
						|
       True if the discovery and static targets can be configured with a host name as opposed to an IP address.
 | 
						|
    nameAliasSettable (`bool`_, optional):
 | 
						|
 | 
						|
       True if the host bus adapter supports setting its name and alias
 |