Method: Fog::Rackspace::LoadBalancers::LoadBalancer#enable_connection_throttling
- Defined in:
- lib/fog/rackspace/models/load_balancers/load_balancer.rb
#enable_connection_throttling(max_connections, min_connections, max_connection_rate, rate_interval) ⇒ Object
109 110 111 112 113 |
# File 'lib/fog/rackspace/models/load_balancers/load_balancer.rb', line 109 def enable_connection_throttling(max_connections, min_connections, max_connection_rate, rate_interval) requires :identity connection.set_connection_throttling(identity, max_connections, min_connections, max_connection_rate, rate_interval) true end |