CommunityListMatchCriteriaItem

CommunityListMatchCriteriaItem
CommunityListMatchCriteriaItem

An object representing the Route Map Community List matching criteria item.

JSON Example
{
    "operator": "string",
    "communityListRef": {
        "id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
        "name": "string",
        "type": "string"
    },
    "regexValue": "string"
}
string
operator
Optional

Match operator for Community List entries. Not valid when a regular expression is specified for value. Possible values are:

  • MATCH_ANY
  • MATCH_ALL
  • MATCH_EXACT
  • MATCH_COMMUNITY_REGEX
  • MATCH_LARGE_COMMUNITY_REGEX
communityListRef
Optional

Reference for entities which are external to VCD and do not have a VCD URN identifier.

string
regexValue
Optional

Match value specified as a regular expression. Either communityListRef or regexValue must be specified.

Availability
Added in 38.0