NSX-T Data Center REST API

IpPoolRange (type)

{
  "additionalProperties": false,
  "description": "A set of IPv4 or IPv6 addresses defined by a start and end address.",
  "extends": {
    "$ref": "Resource"
  },
  "id": "IpPoolRange",
  "module_id": "Ipam",
  "properties": {
    "_links": {
      "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.",
      "items": {
        "$ref": "ResourceLink"
      },
      "readonly": true,
      "title": "References related to this resource",
      "type": "array"
    },
    "_schema": {
      "readonly": true,
      "title": "Schema for this resource",
      "type": "string"
    },
    "_self": {
      "$ref": "SelfResourceLink",
      "readonly": true,
      "title": "Link to this resource"
    },
    "end": {
      "$ref": "IPAddress",
      "required": true,
      "title": "The end IP Address of the IP Range."
    },
    "start": {
      "$ref": "IPAddress",
      "required": true,
      "title": "The start IP Address of the IP Range."
    }
  },
  "type": "object"
}