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