Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.22 KB

File metadata and controls

19 lines (17 loc) · 1.22 KB

CommunityMatchOperation

Properties

Name Type Description Notes
matchOperator MatchOperatorEnum 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 [operator not supported] will not match any community MATCH_REGEX will match normal communities by evaluating regular expression MATCH_LARGE_COMMUNITY_REGEX will match large communities by evaluating regular expression [optional]
regularExpression String Regular expression to match BGP communities. If match_operator is MATCH_REGEX then this value must be specified. [optional]
communityListId String ID of BGP community list. This value is not required when match_operator is MATCH_REGEX otherwise required. [optional]

Enum: MatchOperatorEnum

Name Value
ANY "MATCH_ANY"
ALL "MATCH_ALL"
EXACT "MATCH_EXACT"
NONE "MATCH_NONE"
REGEX "MATCH_REGEX"
LARGE_COMMUNITY_REGEX "MATCH_LARGE_COMMUNITY_REGEX"