search for: object_num_low

Displaying 1 result from an estimated 1 matches for "object_num_low".

2009 May 15
0
[PATCH server] Starting of new ovirt QMF API.
...is class is a singleton so it's easy.. :) + @agent.query_response(context, @ovirt) + end + end + + def implement_class_query(context) + puts "query for 'Ovirt' object" + @agent.query_response(context, @ovirt) + end + + def implement_method_call(context, name, object_num_low, args) + case name + when 'create_vm_def' + # args is a Qmf::Arguments and is not a real hash even though it implements [], each etc. + vm_hash = {} + args.each do |key, value| + puts "key is #{key}, value is #{args[key]}" + vm_hash[key] = value...