public class NodeInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node |
bridgeNode |
long |
datapathId |
static String |
INTEGRATION_BRIDGE_NAME |
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node |
ovsdbNode |
| Modifier and Type | Method and Description |
|---|---|
void |
connect()
Connect to the OVSDB node, wait for the connection to be established and for the integration bridge
to be successfully created.
|
void |
disconnect()
Remove integration bridge and teardown connection.
|
public static final String INTEGRATION_BRIDGE_NAME
public long datapathId
public org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node ovsdbNode
public org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node bridgeNode
public void connect()
throws Exception
InterruptedException - if interrupted while waiting for connectionExceptionpublic void disconnect()
throws Exception
InterruptedException - if interrupted while waiting for disconnect to completeExceptionCopyright © 2018 OpenDaylight. All rights reserved.