# File lib/fog/ecloud/models/compute/compute_pool.rb, line 59
        def edit(options)
          options[:uri] = href
          data = service.compute_pool_edit(options).body
          pool = collection.from_data(data)
        end