otcextensions.sdk.vlb.v3.quota¶
The Quota Class¶
The Quota
class inherits from
Resource
.
- class otcextensions.sdk.vlb.v3.quota.Quota(_synchronized=False, connection=None, **attrs)¶
The base resource
- Parameters:
_synchronized (bool) – This is not intended to be used directly. See
new()
andexisting()
.connection (openstack.connection.Connection) – Reference to the Connection being used. Defaults to None to allow Resource objects to be used without an active Connection, such as in unit tests. Use of
self._connection
in Resource code should protect itself with a check for None.
- base_path: str = '/elb/quotas'¶
The base part of the URI for this resource.
- allow_fetch = True¶
Allow get operation for this resource.
- certificate¶
Specifies the certificate quota.
- healthmonitor¶
Specifies the health check quota.
- ipgroup¶
Specifies the IP address group quota.
- l7policy¶
Specifies the forwarding policy quota.
- listener¶
Specifies the listener quota.
- loadbalancer¶
Specifies the loadbalancer quota.
- member¶
Specifies the backend server quota.
- members_per_pool¶
Specifies the quota of backend servers in a backend server group.
- pool¶
Specifies the backend server group quota.
- project_id¶
Specifies the IP address group quota.
- classmethod get(session)¶
Return the value for key if key is in the dictionary, else default.