public final class BGPRouteEntryExportParametersImpl extends Object implements BGPRouteEntryExportParameters
| Constructor and Description |
|---|
BGPRouteEntryExportParametersImpl(Peer fromPeer,
Peer toPeer,
String routeKey,
RTCCache rtCache) |
| Modifier and Type | Method and Description |
|---|---|
List<Route> |
getClientRouteTargetContrainCache()
Cache of RTC routes advertized per clients peers.
|
ClusterIdentifier |
getFromClusterId()
Peer id of Peer route entry announcer.
|
PeerId |
getFromPeerId()
Peer id of Peer route entry announcer.
|
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber |
getFromPeerLocalAs()
Peer local AS of route entry announcer.
|
PeerRole |
getFromPeerRole()
Peer id of Peer route entry announcer.
|
List<RouteTarget> |
getMemberships()
Returns list of Route target advertized per Peer.
|
String |
getRouteKey()
Destination Route Key.
|
PeerId |
getToPeerId()
Peer id of Peer route entry destiny.
|
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber |
getToPeerLocalAs()
Peer local AS of Peer route entry destiny.
|
PeerRole |
getToPeerRole()
Peer id of Peer route entry destiny.
|
public PeerRole getFromPeerRole()
BGPRouteEntryImportParametersgetFromPeerRole in interface BGPRouteEntryImportParameterspublic PeerId getFromPeerId()
BGPRouteEntryImportParametersgetFromPeerId in interface BGPRouteEntryImportParameterspublic ClusterIdentifier getFromClusterId()
BGPRouteEntryImportParametersgetFromClusterId in interface BGPRouteEntryImportParameterspublic org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber getFromPeerLocalAs()
BGPRouteEntryImportParametersgetFromPeerLocalAs in interface BGPRouteEntryImportParameterspublic PeerRole getToPeerRole()
BGPRouteEntryExportParametersgetToPeerRole in interface BGPRouteEntryExportParameterspublic org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber getToPeerLocalAs()
BGPRouteEntryExportParametersgetToPeerLocalAs in interface BGPRouteEntryExportParameterspublic String getRouteKey()
BGPRouteEntryExportParametersgetRouteKey in interface BGPRouteEntryExportParameterspublic PeerId getToPeerId()
BGPRouteEntryExportParametersgetToPeerId in interface BGPRouteEntryExportParameterspublic List<RouteTarget> getMemberships()
RouteTargetMembershipConsumergetMemberships in interface RouteTargetMembershipConsumerpublic List<Route> getClientRouteTargetContrainCache()
RTCCachegetClientRouteTargetContrainCache in interface RTCCacheCopyright © 2019 OpenDaylight. All rights reserved.