IpAddressPoolSpec
IpAddressPoolSpec
This specification contains the parameters required to create or reuse an IP address pool.
JSON Example
{
"name": "string",
"description": "string",
"ignoreUnavailableNsxtCluster": false,
"subnets": [
{
"ipAddressPoolRanges": [
{
"start": "string",
"end": "string"
}
],
"cidr": "string",
"gateway": "string"
}
]
}
string As ^[a-zA-Z0-9-_]+$
name
Required
Name of the IP address pool
string
description
Optional
Description of the IP address pool
boolean
ignoreUnavailableNsxtCluster
Optional
Ignore unavailable NSX cluster(s) during IP pool spec validation