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.CommonNodefor more information.Inheritance
-
start()¶ Starts the Node.
-
stop()¶ Stops the Node.
-
-
class
topology_connect.node.CommonConnectNode(identifier, **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.ConnectNodefor more information.Inheritance
-
start()¶ Connect to all node shells.
-
stop()¶ Disconnect from all node shells.
-