NSX-T Data Center REST API

AllocatedByVpc (type)

{
  "additionalProperties": false,
  "id": "AllocatedByVpc",
  "module_id": "PolicyVpcStatistics",
  "properties": {
    "access_mode": {
      "readonly": true,
      "title": "Access mode of VPC subnet",
      "type": "string"
    },
    "count": {
      "readonly": true,
      "title": "Count of used resources by VPC on IP block",
      "type": "integer"
    },
    "ip_addresses": {
      "items": {
        "$ref": "VpcIpAddress"
      },
      "readonly": true,
      "type": "array"
    },
    "percentage_used": {
      "readonly": true,
      "title": "Percentage of used IP address resources by VPC",
      "type": "string"
    }
  },
  "title": "Allocated Resources on IP Block by VPC",
  "type": "object"
}