# File lib/fog/vcloud/models/compute/organization.rb, line 34
        def catalogs
          @catalogs ||= Fog::Vcloud::Compute::Catalogs.
            new( :service => service,
                 :href => href )
        end