
Fixes RST documents to include list mark up when appropriate. closes: https://github.com/vmware/pyvmomi/issues/76
1.2 KiB
1.2 KiB
vim.host.IpConfig.IpV6AddressConfiguration
The ipv6 address configuration
- extends
- since
- 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.