NSX-T Data Center REST API

RoutingPolicy (type)

{
  "additionalProperties": false,
  "description": "Routing policy details.",
  "id": "RoutingPolicy",
  "module_id": "LogicalRouterPorts",
  "properties": {
    "next_hop_prefix_lists_mappings": {
      "description": "Array of next hop to prefix lists mapping.",
      "items": {
        "$ref": "NextHopPrefixListsMapping"
      },
      "minItems": 1,
      "required": true,
      "title": "Next hop to prefix lists mappings",
      "type": "array"
    },
    "routing_policy_type": {
      "default": "PROXIMITY_ROUTING",
      "description": "Routing policy type.",
      "enum": [
        "PROXIMITY_ROUTING"
      ],
      "readonly": true,
      "required": false,
      "title": "Routing policy type",
      "type": "string"
    }
  },
  "title": "Routing policy",
  "type": "object"
}