# File lib/fog/libvirt/models/compute/server.rb, line 200
        def poweroff
          requires :raw
          @raw.destroy
        end