l.l.d.r.RackspaceHTTPHealthMonitor(RackspaceHealthMonitor) : class documentation

Part of libcloud.loadbalancer.drivers.rackspace View Source View In Hierarchy

A HTTP health monitor adds extra features to a Rackspace health monitor.

@param path: the HTTP path to monitor.
@type path: C{str}

@param body_regex: Regular expression used to evaluate the body of
                   the HTTP response.
@type body_regex: C{str}

@param status_regex: Regular expression used to evaluate the HTTP
                     status code of the response.
@type status_regex: C{str}
Method __init__ Undocumented
Method __repr__ Undocumented
Method _to_dict Undocumented
def __init__(self, type, delay, timeout, attempts_before_deactivation, path, body_regex, status_regex): (source)
Undocumented
def __repr__(self): (source)
Undocumented
def _to_dict(self): (source)
Undocumented
API Documentation for libcloud, generated by pydoctor at 2013-07-01 17:02:02.