QuotasΒΆ

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

Bases: novaclient.openstack.common.apiclient.base.Resource

Populate and bind to a manager.

Parameters:
  • manager – BaseManager object
  • info – dictionary representing resource attributes
  • loaded – prevent lazy-loading if set to True
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 novaclient.v2.quotas.QuotaSetManager(api)

Bases: novaclient.base.Manager

defaults(tenant_id)
delete(tenant_id, user_id=None)
get(tenant_id, user_id=None)
resource_class

alias of QuotaSet

update(tenant_id, **kwargs)

Previous topic

Quota_classes

Next topic

Security_group_rules

Project Source

This Page