Constants and Class attribute accessors
client
a Client object that
represents a XML-RPC connection
# File lib/opennebula/datastore_pool.rb, line 35 def initialize(client) super('DATASTORE_POOL','DATASTORE',client) end
Factory method to create User objects
# File lib/opennebula/datastore_pool.rb, line 40 def factory(element_xml) OpenNebula::Group.new(element_xml,@client) end
Retrieves all the Groups in the pool.
# File lib/opennebula/datastore_pool.rb, line 49 def info() super(DATASTORE_POOL_METHODS[:info]) end