Files
deb-python-pyvmomi/docs/vim/vm/GuestInfo/StackInfo.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.5 KiB

vim.vm.GuestInfo.StackInfo

Information about the Internet Protocol stack as configured in the guest operating system.

extends

vmodl.DynamicData

since

vSphere API 4.1

Attributes:

dnsConfig (vim.net.DnsConfigInfo, optional):

Client DNS configuration. How DNS queries are resolved.

ipRouteConfig (vim.net.IpRouteConfigInfo, optional):

IP route table configuration.

ipStackConfig (vim.KeyValue, optional):

Report Kernel IP configuration settings. The key part contains a unique number in the report. The value part contains the 'key=value' as provided by the underlying provider. For example on Linux, BSD, the systcl -a output would be reported as: key='5', value='net.ipv4.tcp_keepalive_time = 7200'

dhcpConfig (vim.net.DhcpConfigInfo, optional):

Client side DHCP for a given interface. This reports only the system wide dhcp client settings. See NicInfo.IpConfig for per interface settings. For example on Linux, BSD systems: Using the file dhclient.conf output would be reported as: key='1', value='timeout 60;' key='2', value='reboot 10;'