# File lib/vagrant-libvirt/driver.rb, line 78
      def created?(mid)
        domain = get_domain(mid)
        !domain.nil?
      end