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