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

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

Parametersmin_connectionsMinimum number of connections per IP address before applying throttling. (type: int)
max_connectionsMaximum number of of connections per IP address. (Must be between 0 and 100000, 0 allows an unlimited number of connections.) (type: int)
max_connection_rateMaximum number of connections allowed from a single IP address within the given rate_interval_seconds. (Must be between 0 and 100000, 0 allows an unlimited number of connections.) (type: int)
rate_interval_secondsInterval at which the max_connection_rate is enforced. (Must be between 1 and 3600.) (type: int)
Method __init__ Undocumented
Method __repr__ Undocumented
Method _to_dict Undocumented
def __init__(self, min_connections, max_connections, max_connection_rate, rate_interval_seconds): (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.