NSX-T Data Center REST API

SegmentIpSubnets (type)

{
  "description": "IP subnets of a segment, one IPv4 subnet or one IPv6 subnet for single IP-stack, an IPv4 subnet and an IPv6 subnet for dual IP-stack.",
  "id": "SegmentIpSubnets",
  "module_id": "OverlayAdoption",
  "properties": {
    "subnets": {
      "description": "An array with one IPv4 subnet and/or one IPv6 subnet.",
      "items": {
        "$ref": "IPCIDRBlock"
      },
      "maxItems": 2,
      "minItems": 1,
      "required": true,
      "title": "An IP-subnet array of size two.",
      "type": "array",
      "uniqueItems": true
    }
  },
  "title": "IP subnets of a segment",
  "type": "object"
}