LogicalRouterRouteTable

LogicalRouterRouteTable
LogicalRouterRouteTable
AllOf
This class requires all of the following:
JSON Example
{
    "_self": {
        "rel": "string"
    },
    "cursor": "string",
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "sort_ascending": false,
    "result_count": 0,
    "_schema": "string",
    "sort_by": "string",
    "logical_router_name": "string",
    "last_update_timestamp": 0,
    "logical_router_id": "string",
    "results": [
        {
            "lr_component_id": "string",
            "next_hop": "string",
            "lr_component_type": "string",
            "network": "string",
            "route_type": "string",
            "logical_router_port_id": "string",
            "admin_distance": 0
        }
    ]
}