Package rtslib :: Module fabric :: Class LoopbackFabricModule
[hide private]
[frames] | no frames]

Class LoopbackFabricModule

   object --+        
            |        
 node.CFSNode --+    
                |    
_BaseFabricModule --+
                    |
                   LoopbackFabricModule

Instance Methods [hide private]
 
__init__(self)
Instantiate a FabricModule object, according to the provided name.

Inherited from _BaseFabricModule: clear_discovery_auth_settings, dump, from_fabric_wwn, has_feature, needs_wwn, setup, to_fabric_wwn, to_normalized_wwn

Inherited from node.CFSNode: __eq__, __ne__, delete, get_attribute, get_parameter, list_attributes, list_parameters, set_attribute, set_parameter

Class Variables [hide private]

Inherited from _BaseFabricModule: discovery_authenticate_target, discovery_enable_auth, discovery_mutual_password, discovery_mutual_userid, discovery_password, discovery_userid, targets, version, wwns

Inherited from node.CFSNode: configfs_dir, exists, path

Method Details [hide private]

__init__(self)
(Constructor)

 

Instantiate a FabricModule object, according to the provided name.

Parameters:
  • name - the name of the FabricModule object.
Overrides: node.CFSNode.__init__