This is an interface to node ACLs in configFS. A NodeACL is identified
by the initiator node wwn and parent TPG.
|
|
|
__init__(self,
parent_tpg,
node_wwn,
mode='any')
Returns:
A NodeACL object. |
|
|
|
|
|
|
|
|
|
_set_tcq_depth(self,
depth) |
|
|
|
|
|
|
|
|
|
|
|
has_feature(self,
feature)
Whether or not this NodeACL has a certain feature. |
|
|
|
delete(self)
Delete the NodeACL, including all MappedLUN objects. |
|
|
|
mapped_lun(self,
mapped_lun,
tpg_lun=None,
write_protect=None)
Same as MappedLUN() but without the parent_nodeacl parameter. |
|
|
|
_get_authenticate_target(self) |
|
|
|
|
Inherited from node.CFSNode :
__eq__ ,
__ne__ ,
get_attribute ,
get_parameter ,
list_attributes ,
list_parameters ,
set_attribute ,
set_parameter
|
|
tcq_depth = property(_get_tcq_depth, _set_tcq_depth, doc= "Set...
|
|
tag = property(_get_tag, _set_tag, doc= "Set or get the NodeAC...
|
|
parent_tpg = property(_get_parent_tpg, doc= "Get the parent TP...
|
|
node_wwn = property(_get_node_wwn, doc= "Get the node wwn.")
|
|
mapped_luns = property(_list_mapped_luns, doc= "Get the list o...
|
|
session = property(_get_session, doc= "Gives a snapshot of the...
|
|
chap_userid = property(partial(_get_auth_attr, attribute= 'aut...
|
|
chap_password = property(partial(_get_auth_attr, attribute= 'a...
|
|
chap_mutual_userid = property(partial(_get_auth_attr, attribut...
|
|
chap_mutual_password = property(partial(_get_auth_attr, attrib...
|
|
authenticate_target = property(_get_authenticate_target, doc= ...
|
Inherited from node.CFSNode :
configfs_dir ,
exists ,
path
|