CommunityMatchOperation

CommunityMatchOperation
CommunityMatchOperation

Community match operation

JSON Example
{
    "match_operator": "string",
    "regular_expression": "string",
    "community_list_id": "string"
}
string
match_operator
Optional

Match operator for communities from provided community list id. MATCH_ANY will match any community MATCH_ALL will match all communities MATCH_EXACT will do exact match on community MATCH_NONE will not match any community MATCH_REGEX will match community by evaluating regular expression

Possible values are : MATCH_ANY, MATCH_ALL, MATCH_EXACT, MATCH_NONE, MATCH_REGEX,
string
regular_expression
Optional

Regular expression to match BGP communities. If match_operator is MATCH_REGEX then this value must be specified.

string
community_list_id
Optional

ID of BGP community list. This value is not required when match_operator is MATCH_REGEX otherwise required.