openstack.load_balancer.v2.pool

openstack.load_balancer.v2.pool

The Pool Class

The Pool class inherits from Resource.

class openstack.load_balancer.v2.pool.Pool(_synchronized=False, **attrs)

The base resource

Parameters:_synchronized (bool) – This is not intended to be used directly. See new() and existing().
created_at = None

Properties Timestamp when the pool was created

description = None

Description for the pool.

health_monitor_id = None

Health Monitor ID

is_admin_state_up = None

The administrative state of the pool Type: bool

lb_algorithm = None

The loadbalancing algorithm used in the pool

listener_id = None

ID of listener associated with this pool

listeners = None

List of listeners associated with this pool

loadbalancer_id = None

ID of load balancer associated with this pool

loadbalancers = None

List of loadbalancers associated with this pool

members = None

Members associated with this pool

name = None

The pool name

operating_status = None

Operating status of the pool

project_id = None

The ID of the project

protocol = None

The protocol of the pool

provisioning_status = None

Provisioning status of the pool

session_persistence = None

A JSON object specifying the session persistence for the pool.

updated_at = None

Timestamp when the pool was updated

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.