LogicalRouterRouteTableInCsvFormat

LogicalRouterRouteTableInCsvFormat
LogicalRouterRouteTableInCsvFormat
AllOf
This class requires all of the following:
JSON Example
{
    "file_name": "string",
    "last_update_timestamp": 0,
    "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
        }
    ]
}