NSX-T Data Center REST API

StaticPoolConfig (type)

{
  "description": "Static IP pool configuration", 
  "id": "StaticPoolConfig", 
  "module_id": "PolicyVpcSubnet", 
  "properties": {
    "ipv4_pool_size": {
      "default": 0, 
      "description": "Number of IPs to be reserved in static ip pool. Maximum allowed value is 'subnet size - 4'. If dhcp is enabled then by default static ipv4 pool size will be zero and all available IPs will be reserved in local dhcp pool. If dhcp is deactivated then by default all IPs will be reserved in static ip pool.", 
      "minimum": 0, 
      "required": false, 
      "title": "Static IPv4 Pool size", 
      "type": "int"
    }
  }, 
  "title": "Static IP pool configuration", 
  "type": "object"
}