novaclient.v2.limits.AbsoluteLimit(name, value)Bases: object
Data model that represents a single absolute limit.
novaclient.v2.limits.Limits(manager, info, loaded=False, resp=None)Bases: novaclient.base.Resource
A collection of RateLimit and AbsoluteLimit objects.
Populate and bind to a manager.
| Parameters: |
|
|---|
absoluteratenovaclient.v2.limits.LimitsManager(api)Bases: novaclient.base.Manager
Manager object used to interact with limits resource.
get(reserved=False, tenant_id=None)Get a specific extension.
| Return type: | Limits |
|---|
resource_classalias of Limits
novaclient.v2.limits.RateLimit(verb, uri, regex, value, remain, unit, next_available)Bases: object
Data model that represents a flattened view of a single rate limit.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.