Files
deb-python-pyvmomi/docs/vim/host/IpConfig/IpV6AddressConfiguration.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -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.