Interface PeerGroupConfigLoader
- All Known Implementing Classes:
 DefaultBgpDeployer,OSGiBgpDeployer
public interface PeerGroupConfigLoader
Loads Peer GROUP configuration from CONFIG DS.
- 
Method Summary
Modifier and TypeMethodDescription@Nullable PeerGroupgetPeerGroup(@NonNull org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Bgp> instanceIdentifier, @NonNull String neighbor) Loads Peer GROUP configuration from CONFIG DS. 
- 
Method Details
- 
getPeerGroup
@Nullable PeerGroup getPeerGroup(@NonNull org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Bgp> instanceIdentifier, @NonNull String neighbor) Loads Peer GROUP configuration from CONFIG DS.- Parameters:
 instanceIdentifier- Protocol BGP Instance identifier.neighbor- peer Group name.- Returns:
 - peer group or null.
 
 
 -