PolicyPoolUsage (type)

{
  "additionalProperties": false, 
  "description": "IP usage statistics in a IpAddressPool.", 
  "id": "PolicyPoolUsage", 
  "module_id": "PolicyIpam", 
  "properties": {
    "allocated_ip_allocations": {
      "description": "Total number of allocated IPs shown are from NSX manager. NSX manager uses default release delay of 2 mins. Till this delay passes, IPs will be shown as allocated (and counted in allocated ips). In this period of time there could be mismatch in requested_ip_allocations and allocated_ip_allocations.", 
      "readonly": true, 
      "title": "Total number of allocated IPs in a IpAddressPool", 
      "type": "integer"
    }, 
    "available_ips": {
      "readonly": true, 
      "title": "Total number of available IPs in a IpAddressPool", 
      "type": "integer"
    }, 
    "requested_ip_allocations": {
      "readonly": true, 
      "title": "Total number of requested IP allocations in a IpAddressPool", 
      "type": "integer"
    }, 
    "total_ips": {
      "readonly": true, 
      "title": "Total number of IPs in a IpAddressPool", 
      "type": "integer"
    }
  }, 
  "type": "object"
}