# 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