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