NSX-T Data Center REST API

SubPool (type)

{
  "additionalProperties": false,
  "id": "SubPool",
  "module_id": "EdgeClusters",
  "properties": {
    "remaining_credit_number": {
      "description": "Credits remaining on the sub-pool that can be used to deploy services of corresponding sub-pool type.",
      "readonly": true,
      "title": "Remaining credit number of the sub-pool",
      "type": "int"
    },
    "sub_pool_type": {
      "description": "Type of the sub-pool configured on edge node.",
      "readonly": true,
      "title": "Sub-pool Type",
      "type": "string"
    },
    "usage_percentage": {
      "description": "Percentage utlization of sub-pool based on the number of services configured and the hard limits, if any.",
      "readonly": true,
      "title": "Percentage utlization of sub-pool",
      "type": "number"
    }
  },
  "type": "object"
}