LogicalRouterRouteTable
LogicalRouterRouteTable
AllOf
JSON Example
{
"_self": {
"action": "string",
"href": "string",
"rel": "string"
},
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"cursor": "string",
"sort_ascending": false,
"sort_by": "string",
"result_count": 0,
"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
}
]
}