topology_connect.platform¶
topology_connect engine platform module for topology.
Classes¶
ConnectPlatform: FIXME: Document.
-
class
topology_connect.platform.ConnectPlatform(timestamp, nmlmanager)¶ FIXME: Document.
Inheritance
-
add_bilink(nodeport_a, nodeport_b, bilink)¶ Add a link between two nodes.
See
BasePlatform.add_bilink()for more information.
-
add_biport(node, biport)¶ See
BasePlatform.add_biport()for more information.
-
add_node(node)¶ See
BasePlatform.add_node()for more information.
-
destroy()¶ See
BasePlatform.destroy()for more information.
-
post_build()¶ See
BasePlatform.post_build()for more information.
-
pre_build()¶ See
BasePlatform.pre_build()for more information.
-
relink(link_id)¶ See
BasePlatform.relink()for more information.
-
rollback(stage, enodes, exception)¶ See
BasePlatform.rollback()for more information.
-
unlink(link_id)¶ See
BasePlatform.unlink()for more information.
-