The Listener 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: |
|
---|
The maximum number of connections permitted for this load balancer. Default is infinite.
ID of default pool. Must have compatible protocol with listener.
A reference to a container of TLS secrets.
Description for the listener.
The administrative state of the listener, which is up True or down False. Type: bool
List of load balancers associated with this listener. Type: list of dicts which contain the load balancer IDs
Name of the listener
The ID of the project this listener is associated with.
The protocol of the listener, which is TCP, HTTP, HTTPS or TERMINATED_HTTPS.
Port the listener will listen to, e.g. 80.
A list of references to TLS secrets. Type: list
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.