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

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

Known subclasses: libcloud.loadbalancer.drivers.rackspace.RackspaceHTTPHealthMonitor

@param type: type of load balancer.  currently CONNECT (connection
             monitoring), HTTP, HTTPS (connection and HTTP
             monitoring) are supported.
@type type: C{str}

@param delay: minimum seconds to wait before executing the health
                  monitor.  (Must be between 1 and 3600)
@type delay: C{int}

@param timeout: maximum seconds to wait when establishing a
                connection before timing out.  (Must be between 1
                and 3600)
@type timeout: C{int}

@param attempts_before_deactivation: Number of monitor failures
                                     before removing a node from
                                     rotation. (Must be between 1
                                     and 10)
@type attempts_before_deactivation: C{int}
Method __init__ Undocumented
Method __repr__ Undocumented
Method _to_dict Undocumented
def __init__(self, type, delay, timeout, attempts_before_deactivation): (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.