IpAddressBlockUsage (type)

{
  "additionalProperties": false, 
  "description": "Shows used IP ranges and available IP ranges statistics of an IpAddressBlock.", 
  "id": "IpAddressBlockUsage", 
  "module_id": "PolicyIpam", 
  "properties": {
    "available_ip_ranges": {
      "description": "This represents available ip ranges of an IpAddressBlock.", 
      "items": {
        "type": "string"
      }, 
      "readonly": true, 
      "title": "Available IP ranges in an IpAddressBlock", 
      "type": "array"
    }, 
    "used_ip_ranges": {
      "description": "This represents used ip ranges of an IpAddressBlock.", 
      "items": {
        "type": "string"
      }, 
      "readonly": true, 
      "title": "Used IP ranges in an IpAddressBlock", 
      "type": "array"
    }
  }, 
  "title": "IP usage statistics of an IpAddressBlock.", 
  "type": "object"
}