IPv4Pool

IPv4Pool
IPv4Pool

Spec contains parameters for IPv4Pool. One of addresses, ipRange or cidr is required

JSON Example
{
    "cidr": "10.0.0.0/24",
    "ipRange": {
        "startIpAddress": "192.168.0.123",
        "endIpAddress": "192.168.0.128"
    },
    "addresses": [
        "[\"10.0.0.80\", \"10.0.0.81\", \"10.0.0.82\", ...]"
    ],
    "excludedAddresses": [
        "[\"10.0.0.81\", ...]"
    ]
}
string
cidr
Optional

Network CIDR.

ipRange
Optional

Spec contains parameters for range of IP addresses

array of string
addresses
Optional

List of IPv4 addresses.

array of string
excludedAddresses
Optional

List of IPv4 addresses to exclude. Applies to range and CIDR