The cinderclient.v2.quotas Module

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

Bases: cinderclient.base.Resource

id

Needed by base.Resource to self-refresh and be indexed

update(*args, **kwargs)
class cinderclient.v2.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