Files
deb-python-pyvmomi/docs/vim/host/InternetScsiHba/IPProperties.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
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
2014-06-17 14:07:42 -04:00

1.5 KiB

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):