# File lib/fog/ecloud/models/compute/server.rb, line 245
        def compute_pool_id
          other_links[:Link].detect { |l| l[:type] == "application/vnd.tmrk.cloud.computePool" }[:href].scan(/\d+/)[0]
        end