NSX-T Data Center REST API

QoSBaseRateLimiter (type)

{
  "abstract": true,
  "id": "QoSBaseRateLimiter",
  "module_id": "PolicyQoS",
  "polymorphic-type-descriptor": {
    "mode": "enabled",
    "property-name": "resource_type"
  },
  "properties": {
    "enabled": {
      "required": true,
      "type": "boolean"
    },
    "resource_type": {
      "default": "IngressRateLimiter",
      "description": "Type rate limiter",
      "enum": [
        "IngressRateLimiter",
        "IngressBroadcastRateLimiter",
        "EgressRateLimiter"
      ],
      "required": true,
      "type": "string"
    }
  },
  "title": "A Limiter configuration entry that specifies type and metrics",
  "type": "object"
}