public interface PeerGroupConfigLoader
Modifier and Type | Method and Description |
---|---|
PeerGroup |
getPeerGroup(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Bgp> instanceIdentifier,
String neighbor)
Loads Peer GROUP configuration from CONFIG DS.
|
@Nullable PeerGroup getPeerGroup(@Nonnull org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Bgp> instanceIdentifier, @Nonnull String neighbor)
instanceIdentifier
- Protocol BGP Instance identifier.neighbor
- peer Group name.Copyright © 2019 OpenDaylight. All rights reserved.