InlineIpPool1

InlineIpPool1
InlineIpPool1
JSON Example
{
    "check_overlap_with_existing_pools": false,
    "ip_address_type": "string",
    "ip_release_delay": 0,
    "pool_usage": {
        "allocated_ids": 0,
        "free_ids": 0,
        "total_ids": 0
    },
    "subnets": [
        "IpPoolSubnet Object"
    ]
}
boolean
check_overlap_with_existing_pools
Optional

If true, a validation error will be thrown if another IP pool is found to be overlapping with this pool. The flag is false by default.

string
ip_address_type
Optional

Represents the type of IP addresses present inside the IP Pool.

Possible values are : IPV4, IPV6, DUAL,
integer As int64 As int64
ip_release_delay
Optional

Delay in milliseconds, while releasing allocated IP address from IP pool (Default is 2 mins).

pool_usage
Optional

Pool usage statistics in a pool.

subnets
Optional
Constraints: maxItems: 5

Subnets can be IPv4 or IPv6 and they should not overlap. The maximum number will not exceed 5 subnets.

Used By