# File lib/fog/clodo/models/compute/server.rb, line 84
        def reboot(type = 'SOFT')
          requires :id
          service.reboot_server(id, type)
          true
        end