NSX-T Data Center REST API
IpPoolSubnet (schema)
A set of IPv4 or IPv6 addresses defined by a network CIDR.
| Name | Description | Type | Notes | 
|---|---|---|---|
| _links | References related to this resource The server will populate this field when returing the resource. Ignored on PUT and POST. | array of ResourceLink | Readonly | 
| _schema | Schema for this resource | string | Readonly | 
| _self | Link to this resource | SelfResourceLink | Readonly | 
| allocation_ranges | A collection of IPv4 or IPv6 IP Pool Ranges. | array of IpPoolRange | Required | 
| cidr | Represents network address and the prefix length which will be associated with a layer-2 broadcast domain | string | Required | 
| dns_nameservers | The collection of upto 3 DNS servers for the subnet. | array of IPAddress | Maximum items: 3 | 
| dns_suffix | The DNS suffix for the DNS server. | string | Format: hostname | 
| gateway_ip | The default gateway address on a layer-3 router. | IPAddress |