# File lib/fog/libvirt/models/compute/pools.rb, line 44
        def get_by_uuid(uuid)
          pool=connection.raw.lookup_storage_pool_by_uuid(uuid)
          return pool
        end