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

Class VhostFabricModule

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

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

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

 

Instantiate a FabricModule object, according to the provided name.

Parameters:
  • name - the name of the FabricModule object. It must match an existing target fabric module specfile (name.spec).
Overrides: object.__init__
(inherited documentation)