# File lib/fog/ovirt/models/compute/server.rb, line 95
        def ticket(options = {})
          raise "Can not set console ticket, Server is not ready. Server status: #{status}" unless ready?
          connection.vm_ticket(id, options)
        end