NSX-T Data Center REST API

PolicyIPAddressInfo (type) (Deprecated)

{
  "additionalProperties": false,
  "deprecated": true,
  "description": "Used to specify the display name and value of the IPv4Address.",
  "id": "PolicyIPAddressInfo",
  "module_id": "PolicyL3Vpn",
  "properties": {
    "address_value": {
      "$ref": "IPv4Address",
      "description": "Value of the IPv4Address.",
      "required": true,
      "title": "Value of the IPv4Address"
    },
    "display_name": {
      "description": "Display name used to help identify the IPv4Address.",
      "required": false,
      "title": "Display name of the IPv4Address",
      "type": "string"
    },
    "next_hop": {
      "$ref": "IPv4Address",
      "description": "Next hop used in auto-plumbing of static route. If a value is not provided, static route will not be auto-plumbed.",
      "required": false,
      "title": "Next Hop of the IPv4Address"
    }
  },
  "title": "IP address information",
  "type": "object"
}