novaclient.v2.quotas.
QuotaSet
(manager, info, loaded=False, resp=None)Bases: novaclient.base.Resource
Populate and bind to a manager.
Parameters: |
|
---|
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)novaclient.v2.quotas.
QuotaSetManager
(api)Bases: novaclient.base.Manager
defaults
(tenant_id)delete
(tenant_id, user_id=None)Delete quota for a tenant or for a user.
Parameters: |
|
---|---|
Returns: | An instance of novaclient.base.TupleWithMeta |
get
(tenant_id, user_id=None, detail=False)resource_class
alias of QuotaSet
update
(tenant_id, **kwargs)Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.