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!()
Alias for: info