NSX-T Data Center REST API

VIPSubnet (type)

{
  "additionalProperties": false,
  "id": "VIPSubnet",
  "module_id": "LogicalRouter",
  "properties": {
    "active_vip_addresses": {
      "description": "Array of IP address subnets which will be used as floating IP addresses. | These IPs will move and will be owned by Active node.",
      "items": {
        "$ref": "IPAddress"
      },
      "maxItems": 1,
      "minItems": 1,
      "required": true,
      "title": "IP Addresses which will be owned by uplink on active node.",
      "type": "array"
    },
    "prefix_length": {
      "maximum": 128,
      "minimum": 1,
      "required": true,
      "title": "Subnet Prefix Length",
      "type": "integer"
    }
  },
  "type": "object"
}