HostNetStackInstance
This class describes Network Stack Instance configuration
{
"_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"
}
Key of instance For instance which created by host, its value should be HostNetStackInstanceSystemStackKeyEnum.
The display name
DNS configuration
IP Route configuration
The maximum number of socket connection that are requested on this instance
The TCP congest control algorithm used by this instance, See HostNetStackInstanceCongestionControlAlgorithmTypeEnum for valid values.
Enable or disable IPv6 protocol on this stack instance.
This property is not supported currently.
IpRouteEntry.
Routing entries are individual static routes which combined with the default route form all of the routing rules for a host.
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