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