Method: Fog::Rackspace::LoadBalancers::LoadBalancer#disable_connection_throttling
- Defined in:
- lib/fog/rackspace/models/load_balancers/load_balancer.rb
#disable_connection_throttling ⇒ Object
115 116 117 118 119 |
# File 'lib/fog/rackspace/models/load_balancers/load_balancer.rb', line 115 def disable_connection_throttling requires :identity connection.remove_connection_throttling(identity) true end |