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