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

Parameterstypetype of load balancer. currently CONNECT (connection monitoring), HTTP, HTTPS (connection and HTTP monitoring) are supported. (type: str)
delayminimum seconds to wait before executing the health monitor. (Must be between 1 and 3600) (type: int)
timeoutmaximum seconds to wait when establishing a connection before timing out. (Must be between 1 and 3600) (type: int)
attempts_before_deactivationNumber of monitor failures before removing a node from rotation. (Must be between 1 and 10) (type: 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 2012-07-15 18:49:10.