# File lib/fog/libvirt/models/compute/pools.rb, line 50
        def get_by_name(name)
          pool=connection.raw.lookup_storage_pool_by_name(name)
          return pool
          #          new(:raw => pool)
        end