Files
deb-python-pyvmomi/docs/vim/host/IpConfig/IpV6AddressConfiguration.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.2 KiB

vim.host.IpConfig.IpV6AddressConfiguration

The ipv6 address configuration

extends

vmodl.DynamicData

since

vSphere API 4.0

Attributes:

ipV6Address (vim.host.IpConfig.IpV6Address, optional):

Ipv6 adrresses configured on the interface. The global addresses can be configured through DHCP, stateless or manual configuration. Link local addresses can be only configured with the origin set to other .

autoConfigurationEnabled (bool, optional):

Specify if IPv6 address and routing information information be enabled or not as per RFC 2462.

dhcpV6Enabled (bool, optional):

The flag to indicate whether or not DHCP (dynamic host control protocol) is enabled to obtain an ipV6 address. If this property is set to true, an ipV6 address is configured through dhcpV6.