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