Constants and Class attribute accessors
@param client [OpenNebula::Client] XML-RPC connection
# File lib/opennebula/zone_pool.rb, line 35 def initialize(client) super('ZONE_POOL','ZONE',client) end
Retrieves all the ZONEs in the pool. @return [nil, OpenNebula::Error] nil in case of success, Error
otherwise
# File lib/opennebula/zone_pool.rb, line 52 def info() super(ZONE_POOL_METHODS[:info]) end