Home | Trees | Indices | Help |
|
---|
|
object --+ | node.CFSNode --+ | NetworkPortal
This is an interface to NetworkPortals in configFS. A NetworkPortal is identified by its IP and port, but here we also require the parent TPG, so instance objects represent both the NetworkPortal and its association to a TPG. This is necessary to get path information in order to create the portal in the proper configFS hierarchy.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
|
|
|||
Inherited from |
|
|||
parent_tpg Get the parent TPG object. |
|||
port Get the NetworkPortal's TCP port as an int. |
|||
ip_address Get the NetworkPortal's IP address as a string. |
|||
iser Get or set a boolean value representing if this NetworkPortal supports iSER. |
|||
Inherited from Inherited from |
|
repr(x)
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
If the underlying configFS object does not exist, this method does nothing. If the underlying configFS object exists, this method attempts to delete it.
|
|
|
parent_tpgGet the parent TPG object.
|
portGet the NetworkPortal's TCP port as an int.
|
ip_addressGet the NetworkPortal's IP address as a string.
|
iserGet or set a boolean value representing if this NetworkPortal supports iSER. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Apr 20 17:52:15 2015 | http://epydoc.sourceforge.net |