# File lib/fog/ecloud/models/compute/internet_service.rb, line 38
        def edit(options)
          options[:uri] = href
          data = connection.internet_service_edit(options).body
          task = Fog::Compute::Ecloud::Tasks.new(:connection => connection, :href => data[:href])[0]
        end