# File lib/fog/libvirt/models/compute/server.rb, line 96
        def reboot
          connection.vm_action(uuid, :reboot)
        end