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.
|
parent_tpg = property(_get_parent_tpg, doc= "Get the parent TP...
|
|
port = property(_get_port, doc= "Get the NetworkPortal's TCP p...
|
|
ip_address = property(_get_ip_address, doc= "Get the NetworkPo...
|
|
iser = property(_get_iser, _set_iser, doc= "Get or set a boole...
|
|
offload = property(_get_offload, _set_offload, doc= "Get or se...
|
Inherited from node.CFSNode :
configfs_dir ,
exists ,
path
|