Part of libcloud.loadbalancer.drivers.rackspace View Source View In Hierarchy
Parameters | min_connections | Minimum number of connections per IP address before applying throttling. (type: int ) |
max_connections | Maximum number of of connections per IP address. (Must be between 0 and
100000, 0 allows an unlimited number of connections.) (type: int ) | |
max_connection_rate | Maximum 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_seconds | Interval at which the max_connection_rate is enforced. (Must be between 1
and 3600.) (type: int ) |