The HealthMonitor
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.
Properties Timestamp when the health monitor was created.
The time, in seconds, between sending probes to members.
The expected http status codes to get from a successful health check
The HTTP method that the monitor uses for requests
The administrative state of the health monitor Type: bool
The number of successful checks before changing the operating status of the member to ONLINE.
The number of allowed check failures before changing the operating status of the member to ERROR.
The health monitor name
Operating status of the member.
List of associated pools. Type: list of dicts which contain the pool IDs
The ID of the associated Pool
The ID of the project
The provisioning status of this member.
The time, in seconds, after which a health check times out
The type of health monitor
Timestamp when the member was last updated.
The HTTP path of the request to test the health of a member
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.