HostRuntimeInfoNetStackInstanceRuntimeInfo

HostRuntimeInfoNetStackInstanceRuntimeInfo
HostRuntimeInfoNetStackInstanceRuntimeInfo

This data type describes network stack instance runtime info

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "netStackInstanceKey": "string",
    "state": "string",
    "vmknicKeys": [
        "string"
    ],
    "maxNumberOfConnections": 0,
    "currentIpV6Enabled": false
}
string
netStackInstanceKey
Required

Key of the instance

string
state
Optional

State of the instance See HostRuntimeInfoNetStackInstanceRuntimeInfoStateEnum for valid values.

array of string
vmknicKeys
Optional

The keys of vmknics that are using this stack

integer As int32 As int32
maxNumberOfConnections
Optional

The maximum number of socket connections can be worked on this instance currently after booting up.

boolean
currentIpV6Enabled
Optional

If true then dual IPv4/IPv6 stack enabled else IPv4 only.