The cinderclient.v1.quotas Module

class cinderclient.v1.quotas.QuotaSet(manager, info, loaded=False)

Bases: cinderclient.base.Resource

id

QuotaSet does not have a ‘id’ attribute but base.Resource needs it to self-refresh and QuotaSet is indexed by tenant_id

update(*args, **kwargs)
class cinderclient.v1.quotas.QuotaSetManager(api)

Bases: cinderclient.base.ManagerWithFind

defaults(tenant_id)
get(tenant_id)
resource_class

alias of QuotaSet

update(tenant_id, volumes=None, snapshots=None, gigabytes=None)

This Page