NSX-T Data Center REST API

NextHopPrefixListsMapping (type)

{
  "additionalProperties": false,
  "description": "Next hop to prefix lists mapping.",
  "id": "NextHopPrefixListsMapping",
  "module_id": "LogicalRouterPorts",
  "properties": {
    "next_hop": {
      "description": "Next hop address.",
      "required": true,
      "title": "Next hop address",
      "type": "string"
    },
    "prefix_lists": {
      "description": "Array of Prefix list UUIDs.",
      "items": {
        "type": "string"
      },
      "maxItems": 1,
      "minItems": 1,
      "required": true,
      "title": "Prefix list UUIDs",
      "type": "array"
    }
  },
  "title": "Next hop to prefix lists mapping",
  "type": "object"
}