Part of libcloud.loadbalancer.drivers.rackspace View Source View In Hierarchy
Known subclasses: libcloud.loadbalancer.drivers.rackspace.RackspaceHTTPHealthMonitor
Parameters | type | type of load balancer. currently CONNECT (connection monitoring), HTTP,
HTTPS (connection and HTTP monitoring) are supported. (type: str ) |
delay | minimum seconds to wait before executing the health monitor. (Must be
between 1 and 3600) (type: int ) | |
timeout | maximum seconds to wait when establishing a connection before timing out.
(Must be between 1 and 3600) (type: int ) | |
attempts_before_deactivation | Number of monitor failures before removing a node from rotation. (Must be
between 1 and 10) (type: int ) |