NamespaceManagement_Networks_IPRange
NamespaceManagement_Networks_IPRange
The IPRange structure is used to express a range of IP addresses. The IP address supported by this structure will depend on the IP version that is being used by Supervisor.
Currently, the Supervisor only supports IPv4.
JSON Example
{
"address": "string",
"count": 0
}
string
address
Required
IPRange.address is the starting IP address of the IPRange.
integer As int64
count
Required
IPRange.count is number of IP addresses in the range.
For example:
A /24 subnet will have a count of 256.
A /24 subnet with a gateway address and a broadcast address will have a count of 254.