NSX-T Data Center REST API

RouteMapSequenceSet (type)

{
  "additionalProperties": false,
  "id": "RouteMapSequenceSet",
  "module_id": "Routing",
  "properties": {
    "as_path_prepend": {
      "required": false,
      "title": "As Path Prepending to influence path selection",
      "type": "string"
    },
    "community": {
      "description": "Set normal BGP community either well-known community name or community value in aa:nn(2byte:2byte) format.",
      "required": false,
      "title": "Set normal BGP community",
      "type": "string"
    },
    "large_community": {
      "description": "Set large BGP community, community value shoud be in aa:bb:nn format where aa, bb, nn are unsigned integers with range [1-4294967295].",
      "required": false,
      "title": "Set large BGP community",
      "type": "string"
    },
    "local_preference": {
      "description": "Local preference indicates the degree of preference for one BGP route over other BGP routes. The path/route with highest local preference value is preferred/selected. If local preference value is not specified then it will be considered as 100 by default.",
      "maximum": 4294967295,
      "minimum": 0,
      "required": false,
      "title": "Local preference number",
      "type": "integer"
    },
    "multi_exit_discriminator": {
      "maximum": 4294967295,
      "minimum": 0,
      "required": false,
      "title": "Multi Exit Discriminator (MED)",
      "type": "integer"
    },
    "prefer_global_v6_next_hop": {
      "default": false,
      "description": "For incoming and import route_maps on receiving both v6 global and v6 link-local address for the route, prefer to use the global address as the next hop. By default, it prefers the link-local next hop.",
      "required": false,
      "title": "Prefer global v6 next hop over local next hop",
      "type": "boolean"
    },
    "weight": {
      "maximum": 65535,
      "minimum": 0,
      "required": false,
      "title": "Weight used to select certain path",
      "type": "int"
    }
  },
  "type": "object"
}