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.
The administrative state of the load balancer Type: bool
Name of the target Octavia availability zone
Timestamp when the load balancer was created
The load balancer description
The load balancer flavor ID
List of listeners associated with this load balancer
The load balancer name
Operating status of the load balancer
List of pools associated with this load balancer
The ID of the project this load balancer is associated with.
Provider name for the load balancer.
The provisioning status of this load balancer
Timestamp when the load balancer was last updated
VIP address of load balancer
VIP netowrk ID
VIP port ID
VIP subnet ID
Delete the remote resource based on this instance.
session (Adapter
) – The session to use for making this request.
kwargs (dict) – Parameters that will be passed to _prepare_request()
This Resource
instance.
MethodNotSupported
if
Resource.allow_commit
is not set to True
.
ResourceNotFound
if
the resource was not found.
The LoadBalancerStats
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.
The ID of the load balancer.
The currently active connections.
The total bytes received.
The total bytes sent.
The total requests that were unable to be fulfilled.
The total connections handled.
The LoadBalancerFailover
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.
The ID of the load balancer.
Commit the state of the instance to the remote resource.
session (Adapter
) – The session to use for making this request.
prepend_key – A boolean indicating whether the resource_key should be prepended in a resource update request. Default to True.
retry_on_conflict (bool) – Whether to enable retries on HTTP
CONFLICT (409). Value of None
leaves the Adapter defaults.
base_path (str) – Base part of the URI for modifying resources, if
different from base_path
.
kwargs (dict) – Parameters that will be passed to _prepare_request()
This Resource
instance.
MethodNotSupported
if
Resource.allow_commit
is not set to True
.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.