Constants and Class attribute accessors
client a Client object that represents a XML-RPC connection
# File lib/opennebula/cluster_pool.rb, line 38 def initialize(client) super('CLUSTER_POOL','CLUSTER',client) end
Factory method to create Cluster objects
# File lib/opennebula/cluster_pool.rb, line 43 def factory(element_xml) OpenNebula::Cluster.new(element_xml,@client) end
Retrieves all the Clusters in the pool.
# File lib/opennebula/cluster_pool.rb, line 52 def info() super(CLUSTER_POOL_METHODS[:info]) end
Generated with the Darkfish Rdoc Generator 2.