# File lib/fog/libvirt/models/compute/server.rb, line 240
        def stop
          requires :raw
          @raw.shutdown
        end