class OpenNebula::AclPool
Constants
- ACL_POOL_METHODS
-
Constants and Class Methods
Public Class Methods
Source
# File lib/opennebula/acl_pool.rb, line 35 def initialize(client) super('ACL_POOL','ACL',client) end
Class constructor
Calls superclass method
Public Instance Methods
Source
# File lib/opennebula/acl_pool.rb, line 39 def factory(element_xml) OpenNebula::Acl.new(element_xml, @client) end
Source
# File lib/opennebula/acl_pool.rb, line 48 def info() # Retrieves all the Acls in the pool. super(ACL_POOL_METHODS[:info]) end
Retrieves the ACL Pool
Calls superclass method
Also aliased as: info!
Source
# File lib/opennebula/acl_pool.rb, line 53 def info_all() return super(ACL_POOL_METHODS[:info]) end
Calls superclass method
Also aliased as: info_all!
Source
# File lib/opennebula/acl_pool.rb, line 61 def info_group() return super(ACL_POOL_METHODS[:info]) end
Calls superclass method
Also aliased as: info_group!
Source
# File lib/opennebula/acl_pool.rb, line 57 def info_mine() return super(ACL_POOL_METHODS[:info]) end
Calls superclass method
Also aliased as: info_mine!