The Pool
class inherits from Resource
.
The base resource
_synchronized (bool) – This is not intended to be used directly. See
new()
and
existing()
.
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.
Description for the pool.
The ID of the associated health monitors.
The ID of the associated health monitors (LBaaS v1).
The statuses of the associated health monitors.
The administrative state of the pool, which is up True
or down
False
. Type: bool
The load-balancer algorithm, which is round-robin, least-connections, and so on. This value, which must be supported, is dependent on the load-balancer provider. Round-robin must be supported.
List of associated listeners. Type: list of dicts which contain the listener IDs
ID of listener associated with this pool
List of associated load balancers. Type: list of dicts which contain the load balancer IDs
ID of load balancer associated with this pool
List of members that belong to the pool. Type: list of dicts which contain the member IDs
Pool name. Does not have to be unique.
The ID of the project this pool is associated with.
Tenant_id (deprecated attribute).
The protocol of the pool, which is TCP, HTTP, or HTTPS.
The provider name of the load balancer service.
Human readable description of the status.
The status of the network.
The subnet on which the members of the pool will be located.
Session persistence algorithm that should be used (if any). Type: dict with keys ``type`` and ``cookie_name``
The ID of the virtual IP (VIP) address.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.