File: IpConfigInfo.rst

package info (click to toggle)
python-pyvmomi 5.5.0-2014.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,348 kB
  • ctags: 497
  • sloc: python: 6,594; makefile: 12
file content (27 lines) | stat: -rw-r--r-- 1,109 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.. _bool: https://docs.python.org/2/library/stdtypes.html

.. _vSphere API 4.1: ../../vim/version.rst#vimversionversion6

.. _vmodl.DynamicData: ../../vmodl/DynamicData.rst

.. _vim.net.DhcpConfigInfo: ../../vim/net/DhcpConfigInfo.rst

.. _vim.net.IpConfigInfo.IpAddress: ../../vim/net/IpConfigInfo/IpAddress.rst


vim.net.IpConfigInfo
====================
  Protocol version independent address reporting data object for network interfaces.
:extends: vmodl.DynamicData_
:since: `vSphere API 4.1`_

Attributes:
    ipAddress ([`vim.net.IpConfigInfo.IpAddress`_], optional):

       Zero, one or more manual (static) assigned IP addresses to be configured on a given interface.
    dhcp (`vim.net.DhcpConfigInfo`_, optional):

       Client side DHCP for a given interface.
    autoConfigurationEnabled (`bool`_, optional):

       Enable or disable ICMPv6 router solictitation requests from a given interface to acquire an IPv6 address and default gateway route from zero, one or more routers on the connected network. If not set then ICMPv6 is not available on this system, See vim.host.Network.Capabilities