IpPoolRange
A set of IPv4 or IPv6 addresses defined by a start and end address.
Properties
array of
ResourceLink
_links
Optional
The server will populate this field when returing the resource. Ignored on PUT and POST.
string
_schema
Optional
Schema for this resource
string
end
Optional
The end IP Address of the IP Range.
string
start
Optional
The start IP Address of the IP Range.
JSON Example
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {
"action": "string",
"href": "string",
"rel": "string"
},
"end": "string",
"start": "string"
}