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

vim.host.IpConfig.IpV6Address

The ipv6 address specification

extends

vmodl.DynamicData

since

vSphere API 4.0

Attributes:

ipAddress (str):

The ipv6 address. When DHCP is enabled, this property reflects the current IP configuration and cannot be set.

prefixLength (int):

The prefix length. An ipv6 prefixLength is a decimal value that indicates the number of contiguous, higher-order bits of the address that make up the network portion of the address. For example, 10FA:6604:8136:6502::/64 is a possible IPv6 prefix. The prefix length in this case is 64.

origin (str, optional):

The type of the ipv6 address configuration on the interface. This can be one of the types defined my the enum HostIpConfigIpV6AddressConfigType .

dadState (str, optional):

The state of this ipAddress. Can be one of HostIpConfigIpV6AddressStatus

lifetime (datetime, optional):

The time when will this address expire. If not set the address lifetime is unlimited.

operation (str, optional):

Valid values are "add" and "remove". See HostConfigChangeOperation .