HostNetStackInstance

HostNetStackInstance
HostNetStackInstance

This class describes Network Stack Instance configuration

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "key": "string",
    "name": "string",
    "dnsConfig": {
        "_typeName": "string",
        "dhcp": false,
        "virtualNicDevice": "string",
        "ipv6VirtualNicDevice": "string",
        "hostName": "string",
        "domainName": "string",
        "address": [
            "string"
        ],
        "searchDomain": [
            "string"
        ]
    },
    "ipRouteConfig": {
        "_typeName": "string",
        "defaultGateway": "string",
        "gatewayDevice": "string",
        "ipV6DefaultGateway": "string",
        "ipV6GatewayDevice": "string"
    },
    "requestedMaxNumberOfConnections": 0,
    "congestionControlAlgorithm": "string",
    "ipV6Enabled": false,
    "routeTableConfig": {
        "_typeName": "string",
        "ipRoute": [
            {
                "_typeName": "string",
                "changeOperation": "string",
                "route": {
                    "_typeName": "string",
                    "network": "string",
                    "prefixLength": 0,
                    "gateway": "string",
                    "deviceName": "string"
                }
            }
        ],
        "ipv6Route": [
            {
                "_typeName": "string",
                "changeOperation": "string",
                "route": {
                    "_typeName": "string",
                    "network": "string",
                    "prefixLength": 0,
                    "gateway": "string",
                    "deviceName": "string"
                }
            }
        ]
    },
    "owner": "string"
}
string
key
Optional

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

string
name
Optional

The display name

dnsConfig
Optional

DNS configuration

ipRouteConfig
Optional

IP Route configuration

integer As int32 As int32
requestedMaxNumberOfConnections
Optional

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

string
congestionControlAlgorithm
Optional

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

boolean
ipV6Enabled
Optional

Enable or disable IPv6 protocol on this stack instance.

This property is not supported currently.

routeTableConfig
Optional

IpRouteEntry.

Routing entries are individual static routes which combined with the default route form all of the routing rules for a host.

string
owner
Optional

Owner of this stack instance.

It is only valid for showing system net stack instance. The unset means not owned by the system. See HostConfigChangeOwnerEnum for supported values.

Since: vSphere API Release 9.0.0.0