# File lib/fog/compute/openstack/models/server.rb, line 295 def console(log_length = nil) requires :id service.get_console_output(id, log_length) end