# File lib/fog/compute/ecloud/models/compute_pool.rb, line 20
        def layout
          @layout ||= Fog::Compute::Ecloud::Layouts.new(:service => service, :href => "#{service.base_path}/layout/computePools/#{id}").first
        end