Pool
Constants and Class Methods
Class constructor
# File lib/opennebula/acl_pool.rb, line 35 def initialize(client) super('ACL_POOL','ACL',client) end
# File lib/opennebula/acl_pool.rb, line 39 def factory(element_xml) OpenNebula::Acl.new(element_xml, @client) end
Retrieves the ACL Pool
# File lib/opennebula/acl_pool.rb, line 48 def info() # Retrieves all the Acls in the pool. super(ACL_POOL_METHODS[:info]) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.