Bases: dict
Tracks quota limit, used, and available for a given set of quotas.
Adds an internal tracking reference for the given quota.
Adds to the “used” metric for the given quota.
Updates the “available” metric for the given quota.
Returns the list of quotas available minus those that are disabled
Get our quotas and construct our usage object. If no tenant_id is provided, a the request.user.project_id is assumed to be used