Quota_classesΒΆ

class novaclient.v2.quota_classes.QuotaClassSet(manager, info, loaded=False, resp=None)

Bases: novaclient.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
  • resp – Response or list of Response objects
update(*args, **kwargs)
class novaclient.v2.quota_classes.QuotaClassSetManager(api)

Bases: novaclient.base.Manager

get(class_name)
resource_class

alias of QuotaClassSet

update(class_name, **kwargs)

Previous topic

Networks

Next topic

Quotas

Project Source

This Page