IpSpaceRange
IpSpaceRange
An IP Range for an IP Space.
JSON Example
{
"id": "string",
"startIpAddress": "string",
"endIpAddress": "string",
"totalIpCount": "string",
"allocatedIpCount": "string",
"allocatedIpPercentage": "number"
}
string
id
Optional
Unique ID of the IP Space Range. For new IP Range, this is unset. Existing IP Range will have an ID which is used for update identification.
string
startIpAddress
Required
Starting IP address in the range.
string
endIpAddress
Required
End IP address in the range.
string
totalIpCount
Optional
The number of IP addresses defined by the IP range.
string
allocatedIpCount
Optional
The number of allocated IP addresses.
number As float As float
allocatedIpPercentage
Optional
Specifies the percentage of allocated IP addresses out of total specified IP addresses.