The LoadBalancer
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 load balancer.
The administrative state of the load balancer, which is up
True
or down False
. Type: bool
List of listeners associated with this load balancer. Type: list of dicts which contain the listener IDs
Name of the load balancer
Status of load_balancer operating, e.g. ONLINE, OFFLINE.
List of pools associated with this load balancer. Type: list of dicts which contain the pool IDs
The ID of the project this load balancer is associated with.
Tenant_id (deprecated attribute).
The name of the provider.
Status of load balancer provisioning, e.g. ACTIVE, INACTIVE.
The IP address of the VIP.
The ID of the port for the VIP.
The ID of the subnet on which to allocate the VIP address.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.