# File lib/fog/vcloud/models/compute/catalog.rb, line 13
        def catalog_items
          @catalog_items ||= Fog::Vcloud::Compute::CatalogItems.
            new( :service => service,
                 :href => href )
        end