# File lib/fog/libvirt/models/compute/pool.rb, line 96
        def active?
          requires :raw

          @raw.active?
        end