NSX Autonomous Edge REST API

LogicalRouterRouteEntry (type)

{
  "additionalProperties": false,
  "id": "LogicalRouterRouteEntry",
  "properties": {
    "admin_distance": {
      "required": true,
      "title": "Admin Distance",
      "type": "integer"
    },
    "logical_router_port_id": {
      "required": true,
      "title": "Logical Router Port ID",
      "type": "string"
    },
    "network": {
      "$ref": "IPv4CIDRBlock",
      "required": true,
      "title": "Network"
    },
    "next_hop": {
      "$ref": "IPv4Address",
      "required": false,
      "title": "Next Hop"
    },
    "route_type": {
      "$ref": "RouteType",
      "required": true,
      "title": "Route Type"
    }
  },
  "type": "object"
}