NSX-T Data Center REST API

RouteControllerInterfaceAddress (type)

{
  "additionalProperties": false,
  "description": "Route controller interface address.",
  "id": "RouteControllerInterfaceAddress",
  "module_id": "PolicyRouteController",
  "properties": {
    "interface_subnet": {
      "description": "IP address and subnet specification for interface.",
      "items": {
        "$ref": "InterfaceSubnet"
      },
      "required": false,
      "title": "Interface Subnet",
      "type": "array"
    },
    "portgroup_id": {
      "description": "DV port group identifier discovered from vCenter. Port group identifier format: - compute-manager-UUID:dvportgroup-id (e.g. 6d7b6a6d-8c5b-4d6c-9f9c-0e5b6a6d8c5b:dvportgroup-11)",
      "required": true,
      "title": "Port Group ID",
      "type": "string"
    },
    "virtual_network_appliance_path": {
      "description": "Policy path for virtual network appliance.",
      "required": false,
      "title": "Virtual Network Appliance Path",
      "type": "string"
    }
  },
  "title": "Route Controller Interface Address",
  "type": "object"
}