IpPoolRange

IpPoolRange
IpPoolRange

A set of IPv4 or IPv6 addresses defined by a start and end address.

AllOf
This class requires all of the following:
JSON Example
{
    "_self": {
        "action": "string",
        "href": "string",
        "rel": "string"
    },
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "start": "string",
    "end": "string"
}