IpSpaceIpAllocationRequest
IpSpaceIpAllocationRequest
An IP Space IP Allocation request object.
JSON Example
{
"type": "string",
"quantity": 0,
"prefixLength": 0
}
string
type
Required
The type of the IP allocation requested. Possible values are:
- FLOATING_IP - For allocation of floating IP addresses from defined IP Space ranges.
- IP_PREFIX - For allocation of IP prefix sequences from defined IP Space prefixes.
integer
quantity
Required
Number of IP addresses or IP Prefix blocks to allocate.
integer
prefixLength
Optional
The prefix length of an IP Prefix to allocate. This is required if type is IP_PREFIX.