Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.48 KB

NetStackInstance.rst

File metadata and controls

47 lines (29 loc) · 1.48 KB

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):