RoutingTableListResult

RoutingTableListResult
RoutingTableListResult
AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {
        "action": "string",
        "href": "string",
        "rel": "string"
    },
    "cursor": "string",
    "result_count": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "results": [
        {
            "count": 0,
            "edge_node": "string",
            "route_entries": [
                {
                    "admin_distance": 0,
                    "network": "string",
                    "next_hop": "string",
                    "route_type": "string"
                }
            ]
        }
    ]
}
Returned By