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