NSX-T Data Center REST API
QuotaState (type)
{
"abstract": true,
"additionalProperties": false,
"description": "Object representing the operational state of a quota",
"id": "QuotaState",
"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": "Quota operational state",
"type": "object"
}