# File lib/fog/ecloud/models/compute/compute_pool.rb, line 51
        def environment
          @environment ||= begin
                             reload unless other_links
                             environment_link = other_links.find{|l| l[:type] == "application/vnd.tmrk.cloud.environment"}
                             self.service.environments.get(environment_link[:href])
                           end
        end