NSX-T Data Center REST API

RouteMapSequenceMatch (type)

{
  "additionalProperties": false,
  "description": "Match sequence in route map which is used for matching routes. IP prefix lists and match community expression are mutually exclusive fields, one of them must be provided.",
  "id": "RouteMapSequenceMatch",
  "module_id": "Routing",
  "properties": {
    "ip_prefix_lists": {
      "items": {
        "type": "string"
      },
      "maxItems": 500,
      "minItems": 1,
      "title": "IPPrefixList Identifiers for RouteMap Sequence Match Criteria",
      "type": "array"
    },
    "match_community_expression": {
      "$ref": "CommunityMatchExpression",
      "description": "It supports conjunction operator (AND) and five operators within singular community match expression (MATCH_ANY, MATCH_ALL, MATCH_EXACT, MATCH_NONE, MATCH_REGEX).",
      "title": "Expression to match BGP communities"
    }
  },
  "type": "object"
}