IpAddressPoolSpec

IpAddressPoolSpec
IpAddressPoolSpec

This specification contains the parameters required to create or reuse an IP address pool.

JSON Example
{
    "description": "string",
    "ignoreUnavailableNsxtCluster": false,
    "name": "string",
    "subnets": [
        {
            "cidr": "string",
            "gateway": "string",
            "ipAddressPoolRanges": [
                {
                    "end": "string",
                    "start": "string"
                }
            ]
        }
    ]
}
string
description
Optional

Description of the IP address pool

boolean
ignoreUnavailableNsxtCluster
Optional

Ignore unavailable NSX cluster(s) during IP pool spec validation

string
name
Required

Name of the IP address pool

subnets
Optional

List of IP address pool subnet specification