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