The Pool class inherits from Resource.
Construct a Resource to interact with a service’s REST API.
The Resource class offers two class methods to construct resource objects, which are preferrable to entering through this initializer. See Resource.new() and Resource.existing().
Parameters: |
|
---|
Description for the pool.
The ID of the associated health monitor.
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
List of associated load balancers. Type: list of dicts which contain the load balancer IDs
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.
The protocol of the pool, which is TCP, HTTP, or HTTPS.
Session persistence algorithm that should be used (if any). Type: dict with keys ``type`` and ``cookie_name``
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.