novaclient.v2.quotas Module¶novaclient.v2.quotas.QuotaSet(manager, info, loaded=False, resp=None)¶Bases: novaclient.base.Resource
Populate and bind to a manager.
| Parameters: |
|
|---|
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)¶update(*args, **kwargs)¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.