This is an interface to RTS Target Fabric Modules. It can load/unload
modules, provide information about them and handle the configfs
housekeeping. It uses module configuration files in
/var/target/fabric/*.spec. After instantiation, whether or not the fabric
module is loaded and
|
|
__init__(self,
name)
Instantiate a FabricModule object, according to the provided name. |
|
|
|
|
has_feature(self,
feature)
Whether or not this FabricModule has a certain feature. |
|
|
|
|
|
|
|
|
|
|
is_valid_wwn(self,
wwn)
Checks whether or not the provided WWN is valid for this fabric
module according to the spec file. |
|
|
|
|
| _assert_feature(self,
feature) |
|
|
|
|
| _get_discovery_mutual_password(self) |
|
|
|
|
| _set_discovery_mutual_password(self,
password) |
|
|
|
|
| _get_discovery_mutual_userid(self) |
|
|
|
|
| _set_discovery_mutual_userid(self,
userid) |
|
|
|
|
| _get_discovery_password(self) |
|
|
|
|
| _set_discovery_password(self,
password) |
|
|
|
|
| _get_discovery_userid(self) |
|
|
|
|
| _set_discovery_userid(self,
userid) |
|
|
|
|
| _get_discovery_enable_auth(self) |
|
|
|
|
| _set_discovery_enable_auth(self,
enable) |
|
|
|
Inherited from node.CFSNode:
__nonzero__,
__str__,
delete,
get_attribute,
get_auth_attr,
get_parameter,
list_attributes,
list_auth_attrs,
list_parameters,
set_attribute,
set_auth_attr,
set_parameter
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__subclasshook__
|