HostIpRouteConfigSpec

HostIpRouteConfigSpec
HostIpRouteConfigSpec

Dataobject specifying the configuration for IpRoute

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "defaultGateway": "string",
    "gatewayDevice": "string",
    "ipV6DefaultGateway": "string",
    "ipV6GatewayDevice": "string",
    "gatewayDeviceConnection": {
        "_typeName": "string",
        "portgroup": "string",
        "dvPort": {
            "_typeName": "string",
            "switchUuid": "string",
            "portgroupKey": "string",
            "portKey": "string",
            "connectionCookie": 0
        },
        "opNetwork": {
            "_typeName": "string",
            "opaqueNetworkId": "string",
            "opaqueNetworkType": "string"
        }
    },
    "ipV6GatewayDeviceConnection": {
        "_typeName": "string",
        "portgroup": "string",
        "dvPort": {
            "_typeName": "string",
            "switchUuid": "string",
            "portgroupKey": "string",
            "portKey": "string",
            "connectionCookie": 0
        },
        "opNetwork": {
            "_typeName": "string",
            "opaqueNetworkId": "string",
            "opaqueNetworkType": "string"
        }
    }
}
gatewayDeviceConnection
Optional

Choose a gateway device based on what the VirtualNic is connected to.

This applies to service console gateway only, it is ignored otherwise.

ipV6GatewayDeviceConnection
Optional

The ipv6 gateway device based on what the VirtualNic is connected to.

This applies to service console gateway only, it is ignored otherwise.