IpAddressSpaceRange
IpAddressSpaceRange
An IP Range for an IP Block.
JSON Example
undefined undefined
{
"id": "string",
"startIpAddress": "string",
"endIpAddress": "string"
}
string
id
Optional
Unique ID of the IP Block 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
Ending IP address in the range.