
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
31 lines
1.0 KiB
ReStructuredText
31 lines
1.0 KiB
ReStructuredText
.. _vim.net.IpConfigInfo: ../../../vim/net/IpConfigInfo.rst
|
|
|
|
.. _vim.net.IpConfigInfo.IpAddressOrigin: ../../../vim/net/IpConfigInfo/IpAddressOrigin.rst
|
|
|
|
vim.net.IpConfigInfo.IpAddressOrigin
|
|
====================================
|
|
This specifies how an IP address was obtained for a given interface. See RFC 4293 IpAddressOriginTC.
|
|
:contained by: `vim.net.IpConfigInfo`_
|
|
|
|
:type: `vim.net.IpConfigInfo.IpAddressOrigin`_
|
|
|
|
:name: random
|
|
|
|
values:
|
|
--------
|
|
|
|
random
|
|
The address is chosen by the system at random e.g., an IPv4 address within 169.254/16, or an RFC 3041 privacy address.
|
|
|
|
dhcp
|
|
The address is configured through dhcp.
|
|
|
|
other
|
|
Any other type of address configuration other than the below mentioned ones will fall under this category. For e.g., automatic address configuration for the link local address falls under this type.
|
|
|
|
manual
|
|
The address is configured manually. The term 'static' is a synonym.
|
|
|
|
linklayer
|
|
The address is obtained through stateless autoconfiguration (autoconf). See RFC 4862, IPv6 Stateless Address Autoconfiguration.
|