IpAddressPoolSubnetSpec
IpAddressPoolSubnetSpec
This specification contains the parameters required to create an IP address pool subnet
JSON Example
{
"ipAddressPoolRanges": [
{
"start": "string",
"end": "string"
}
],
"cidr": "string",
"gateway": "string"
}
array of IpAddressPoolRangeSpec
ipAddressPoolRanges
Required
List of the IP allocation ranges. Atleast 1 IP address range has to be specified
string
cidr
Required
The subnet representation, contains the network address and the prefix length
string As ^([01]?\d\d?|2[0-4]\d|25[0-5])\.([01]?\d\d?|2[0-4]\d|25[0-5])\.([01]?\d\d?|2[0-4]\d|25[0-5])\.([01]?\d\d?|2[0-4]\d|25[0-5])$
gateway
Required
The default gateway address of the network