
Fixes RST documents to include list mark up when appropriate. closes: https://github.com/vmware/pyvmomi/issues/76
1.5 KiB
vim.vm.GuestInfo.StackInfo
Information about the Internet Protocol stack as configured in the guest operating system.
- extends
- since
- 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;'