class documentation
Manages quota allowances for tenants and projects, including listing, retrieval, and lifecycle operations.
| Method | |
Creates a quota allowance for a Project. If the quota already exists, its value is replaced with the provided one. |
| Method | |
Deletes a quota by its ID. This is used to reset the quota value. It does not remove the quota entry. |
| Method | |
Gets a quota allowance by its ID. |
| Method | |
Gets a quota allowance for a Tenant or Project by container ID, region, and name. |
| Method | |
Lists quota allowances for the specified Tenant or Project. |
| Method | |
Updates a quota allowance by its ID. |
Creates a quota allowance for a Project. If the quota already exists, its value is replaced with the provided one.
Deletes a quota by its ID. This is used to reset the quota value. It does not remove the quota entry.