NSX-T Data Center REST API

StaticRouteNextHop (type)

{
  "additionalProperties": false,
  "id": "StaticRouteNextHop",
  "module_id": "Routing",
  "properties": {
    "administrative_distance": {
      "default": 1,
      "maximum": 255,
      "minimum": 1,
      "required": false,
      "title": "Administrative Distance for the next hop IP",
      "type": "integer"
    },
    "bfd_enabled": {
      "default": false,
      "readonly": true,
      "required": false,
      "title": "Status of bfd for this next hop where bfd_enabled = true indicate bfd is enabled for this next hop and bfd_enabled = false indicate bfd peer is disabled or not configured for this next hop.",
      "type": "boolean"
    },
    "blackhole_action": {
      "$ref": "BlackholeAction",
      "readonly": true,
      "required": false,
      "title": "Action to be taken on matching packets for NULL routes."
    },
    "ip_address": {
      "$ref": "IPAddress",
      "required": false,
      "title": "Next Hop IP"
    },
    "logical_router_port_id": {
      "$ref": "ResourceReference",
      "required": false,
      "title": "Reference of logical router port to be used for next hop"
    }
  },
  "type": "object"
}