NetIpRouteConfigSpec

NetIpRouteConfigSpec
NetIpRouteConfigSpec

Address family independent IP Route Table Configuration data object.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "ipRoute": [
        {
            "_typeName": "string",
            "network": "string",
            "prefixLength": 0,
            "gateway": {
                "_typeName": "string",
                "ipAddress": "string",
                "device": "string"
            },
            "operation": "string"
        }
    ]
}
ipRoute
Optional

The set of updates to apply to the routing table.