The Pool
class inherits from Resource
.
openstack.load_balancer.v2.pool.
Pool
(_synchronized=False, connection=None, **attrs)¶The base resource
Parameters: |
|
---|
created_at
¶Properties Timestamp when the pool was created
description
¶Description for the pool.
health_monitor_id
¶Health Monitor ID
is_admin_state_up
¶The administrative state of the pool Type: bool
lb_algorithm
¶The loadbalancing algorithm used in the pool
listener_id
¶ID of listener associated with this pool
listeners
¶List of listeners associated with this pool
loadbalancer_id
¶ID of load balancer associated with this pool
loadbalancers
¶List of loadbalancers associated with this pool
members
¶Members associated with this pool
name
¶The pool name
operating_status
¶Operating status of the pool
project_id
¶The ID of the project
protocol
¶The protocol of the pool
provisioning_status
¶Provisioning status of the pool
session_persistence
¶A JSON object specifying the session persistence for the pool.
updated_at
¶Timestamp when the pool was updated
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.