NSX-T Data Center REST API

Quota (type)

{
  "abstract": true,
  "additionalProperties": false,
  "description": "Any type of quota definition will extend from this base class",
  "id": "Quota",
  "module_id": "PolicyLimit",
  "nsx_feature": "IpBlockQuota",
  "polymorphic-type-descriptor": {
    "mode": "enabled",
    "property-name": "resource_type"
  },
  "properties": {
    "resource_type": {
      "enum": [
        "IpBlockQuota"
      ],
      "required": true,
      "type": "string"
    }
  },
  "title": "Base definition for quota",
  "type": "object"
}