The Quota class inherits from Resource.
openstack.load_balancer.v2.quota.Quota(_synchronized=False, connection=None, **attrs)¶The base resource
| Parameters: |
|
|---|
load_balancers¶The maximum amount of load balancers you can have. Type: int
listeners¶The maximum amount of listeners you can create. Type: int
pools¶The maximum amount of pools you can create. Type: int
health_monitors¶The maximum amount of health monitors you can create. Type: int
members¶The maximum amount of members you can create. Type: int
project_id¶The ID of the project this quota is associated with.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.