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"
                }
            }
        ]
    }
}
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

This data object type describes the DNS configuration.

All IPv4 addresses, subnet addresses, and netmasks are specified using dotted decimal notation. For example, "192.0.2.1". IPv6 addresses are 128-bit addresses represented as eight fields of up to four hexadecimal digits. A colon separates each field (:). For example, 2001:DB8:101::230:6eff:fe04:d9ff. The address can also consist of the symbol '::' to represent multiple 16-bit groups of contiguous 0's only once in an address as described in RFC 2373.

ipRouteConfig
Optional

IP Route Configuration.

All IPv4 addresses, subnet addresses, and netmasks are specified as strings using dotted decimal notation. For example, "192.0.2.1". IPv6 addresses are 128-bit addresses represented as eight fields of up to four hexadecimal digits. A colon separates each field (:). For example, 2001:DB8:101::230:6eff:fe04:d9ff. The address can also consist of symbol '::' to represent multiple 16-bit groups of contiguous 0's only once in an address as described in RFC 2373.

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.