HostIpRouteTableConfig

HostIpRouteTableConfig
HostIpRouteTableConfig

IpRouteEntry.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_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"
            }
        }
    ]
}
ipRoute
Optional

The array of Routing ops (routes to be added/removed)

ipv6Route
Optional

ipv6Route