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