# File lib/fog/libvirt/models/compute/server.rb, line 116
        def stopped?
          state == "shutoff"
        end