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()
BGPRouteEntryImportParameters
getFromPeerRole
in interface BGPRouteEntryImportParameters
public PeerId getFromPeerId()
BGPRouteEntryImportParameters
getFromPeerId
in interface BGPRouteEntryImportParameters
public ClusterIdentifier getFromClusterId()
BGPRouteEntryImportParameters
getFromClusterId
in interface BGPRouteEntryImportParameters
public org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber getFromPeerLocalAs()
BGPRouteEntryImportParameters
getFromPeerLocalAs
in interface BGPRouteEntryImportParameters
public PeerRole getToPeerRole()
BGPRouteEntryExportParameters
getToPeerRole
in interface BGPRouteEntryExportParameters
public org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber getToPeerLocalAs()
BGPRouteEntryExportParameters
getToPeerLocalAs
in interface BGPRouteEntryExportParameters
public String getRouteKey()
BGPRouteEntryExportParameters
getRouteKey
in interface BGPRouteEntryExportParameters
public PeerId getToPeerId()
BGPRouteEntryExportParameters
getToPeerId
in interface BGPRouteEntryExportParameters
public List<RouteTarget> getMemberships()
RouteTargetMembershipConsumer
getMemberships
in interface RouteTargetMembershipConsumer
public List<Route> getClientRouteTargetContrainCache()
RTCCache
getClientRouteTargetContrainCache
in interface RTCCache
Copyright © 2019 OpenDaylight. All rights reserved.