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

This class describes Network Stack Instance configuration

extends

vmodl.DynamicData

since

vSphere API 5.5

Attributes:

key (str, optional):

Key of instance For instance which created by host, its value should be SystemStackKey.

name (str, optional):

The display name

dnsConfig (vim.host.DnsConfig, optional):

DNS configuration

ipRouteConfig (vim.host.IpRouteConfig, optional):

IP Route configuration

requestedMaxNumberOfConnections (int, optional):

The maximum number of socket connection that are requested on this instance

congestionControlAlgorithm (str, optional):

The TCP congest control algorithm used by this instance, See CongestionControlAlgorithmType for valid values.

ipV6Enabled (bool, optional):

Enable or disable IPv6 protocol on this stack instance. This property is not supported currently.

routeTableConfig (vim.host.IpRouteTableConfig, optional):