Kvindo™ Cloud Docs
A Quota limits the total quantity of a specific resource dimension that can be provisioned within an organization. The platform checks the relevant quota before accepting a creation request, preventing runaway resource creation and controlling costs.
• Product / Resource / Parameter — together identify what is limited, e.g. product compute, resource vm, parameter count (or vcpucount)
• Limit — the maximum allowed value for that dimension
• Current value — read-only usage counted against the limit (status.currentValue)
• Quota Change Request — the usual way to raise a limit; Support reviews and applies it
| UI Name | API / kc name | Terraform name | Optional | Format | Default | Is read only | Description |
|---|---|---|---|---|---|---|---|
| Product | spec.product |
spec.product |
No | string | — | No | Product the limit belongs to, e.g. compute |
| Resource | spec.resource |
spec.resource |
No | string | — | No | Resource type within the product, e.g. vm |
| Parameter | spec.parameter |
spec.parameter |
No | string | — | No | Dimension being limited, e.g. count, vcpucount |
| Limit | spec.limit |
spec.limit |
No | 32-bit integer | — | No | Maximum allowed value |
| Current value | status.currentValue |
status.current_value |
— | 32-bit integer | — | Yes | Current usage counted against the limit |
kc get quota.Resource docs
Reference