Constants and Class attribute accessors
Factory method to create Template objects
# File lib/opennebula/template_pool.rb, line 44 def factory(element_xml) OpenNebula::Template.new(element_xml,@client) end
Retrieves all or part of the VirtualMachines in the pool.
# File lib/opennebula/template_pool.rb, line 53 def info(*args) case args.size when 0 info_filter(TEMPLATE_POOL_METHODS[:info],@user_id,-1,-1) when 3 info_filter(TEMPLATE_POOL_METHODS[:info],args[0],args[1],args[2]) end end
# File lib/opennebula/template_pool.rb, line 62 def info_all() return super(TEMPLATE_POOL_METHODS[:info]) end
# File lib/opennebula/template_pool.rb, line 70 def info_group() return super(TEMPLATE_POOL_METHODS[:info]) end
# File lib/opennebula/template_pool.rb, line 66 def info_mine() return super(TEMPLATE_POOL_METHODS[:info]) end
Generated with the Darkfish Rdoc Generator 2.