# File lib/fog/rackspace/models/load_balancers/load_balancer.rb, line 150
        def disable_connection_throttling
          requires :identity
          service.remove_connection_throttling(identity)
          true
        end