InlineRouteMap1

InlineRouteMap1
InlineRouteMap1
JSON Example
{
    "logical_router_id": "string",
    "sequences": [
        {
            "set_criteria": {
                "as_path_prepend": "string",
                "community": "string",
                "weight": 0,
                "multi_exit_discriminator": 0
            },
            "action": "string",
            "match_criteria": {
                "match_community_expression": {
                    "operator": "string",
                    "expression": [
                        {
                            "match_operator": "string",
                            "regular_expression": "string",
                            "community_list_id": "string"
                        }
                    ]
                },
                "ip_prefix_lists": [
                    "string"
                ]
            }
        }
    ]
}
string
logical_router_id
Optional

Logical router id

sequences
Required

Ordered list of routeMap sequences

Used By