topology_connect.node
¶
topology_connect base node module.
Classes¶
ConnectNode
: Base node class for Topology Connect.CommonConnectNode
: Common Connect Node class for Topology Connect.
-
class
topology_connect.node.
ConnectNode
(identifier, **kwargs)¶ Base node class for Topology Connect.
See
topology.platform.CommonNode
for more information.Inheritance
-
start
()¶ Starts the Node.
-
stop
()¶ Stops the Node.
-
-
class
topology_connect.node.
CommonConnectNode
(identifier, fqdn='127.0.0.1', **kwargs)¶ Common Connect Node class for Topology Connect.
This class will automatically auto-connect to all its shells on start and disconnect on stop.
See
topology_connect.platform.ConnectNode
for more information.Inheritance
-
start
()¶ Connect to all node shells.
-
stop
()¶ Disconnect from all node shells.
-