public interface NetconfSBPlugin extends LightyModule
| Modifier and Type | Method and Description |
|---|---|
Optional<NetconfBaseService> |
getNetconfBaseService(org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId nodeId)
Create an instance of
NetconfBaseService for specific device (mount point) |
boolean |
isClustered()
Indicates if this instance is clustered or not.
|
shutdown, start, startBlockingboolean isClustered()
Optional<NetconfBaseService> getNetconfBaseService(org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId nodeId)
NetconfBaseService for specific device (mount point)nodeId - Unique identifier of Netconf node in topology-netconf.NetconfBaseService or empty if node is not found by nodeId.Copyright © 2020. All rights reserved.