Class BGPRouteEntryExportParametersImpl
java.lang.Object
org.opendaylight.protocol.bgp.mode.impl.BGPRouteEntryExportParametersImpl
- All Implemented Interfaces:
BGPRouteEntryExportParameters,BGPRouteEntryImportParameters,RouteTargetMembershipConsumer,RTCCache
public final class BGPRouteEntryExportParametersImpl
extends Object
implements BGPRouteEntryExportParameters
-
Constructor Summary
ConstructorsConstructorDescriptionBGPRouteEntryExportParametersImpl(Peer fromPeer, Peer toPeer, String routeKey, RTCCache rtCache) -
Method Summary
Modifier and TypeMethodDescriptionCache of RTC routes advertized per clients peers.Peer id of Peer route entry announcer.Peer id of Peer route entry announcer.org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumberPeer local AS of route entry announcer.Peer id of Peer route entry announcer.Returns list of Route target advertized per Peer.Destination Route Key.Peer id of Peer route entry destiny.org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumberPeer local AS of Peer route entry destiny.Peer id of Peer route entry destiny.
-
Constructor Details
-
BGPRouteEntryExportParametersImpl
-
-
Method Details
-
getFromPeerRole
Description copied from interface:BGPRouteEntryImportParametersPeer id of Peer route entry announcer.- Specified by:
getFromPeerRolein interfaceBGPRouteEntryImportParameters- Returns:
- peer Role of announcer Peer
-
getFromPeerId
Description copied from interface:BGPRouteEntryImportParametersPeer id of Peer route entry announcer.- Specified by:
getFromPeerIdin interfaceBGPRouteEntryImportParameters- Returns:
- peer Id of announcer Peer
-
getFromClusterId
Description copied from interface:BGPRouteEntryImportParametersPeer id of Peer route entry announcer.- Specified by:
getFromClusterIdin interfaceBGPRouteEntryImportParameters- Returns:
- peer Id of announcer Peer
-
getFromPeerLocalAs
public org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber getFromPeerLocalAs()Description copied from interface:BGPRouteEntryImportParametersPeer local AS of route entry announcer.- Specified by:
getFromPeerLocalAsin interfaceBGPRouteEntryImportParameters- Returns:
- peer Local AS
-
getToPeerRole
Description copied from interface:BGPRouteEntryExportParametersPeer id of Peer route entry destiny.- Specified by:
getToPeerRolein interfaceBGPRouteEntryExportParameters- Returns:
- peer Role of announcer Peer
-
getToPeerLocalAs
public org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber getToPeerLocalAs()Description copied from interface:BGPRouteEntryExportParametersPeer local AS of Peer route entry destiny.- Specified by:
getToPeerLocalAsin interfaceBGPRouteEntryExportParameters- Returns:
- peer Local AS of destiny Peer
-
getRouteKey
Description copied from interface:BGPRouteEntryExportParametersDestination Route Key.- Specified by:
getRouteKeyin interfaceBGPRouteEntryExportParameters- Returns:
- routeKey
-
getToPeerId
Description copied from interface:BGPRouteEntryExportParametersPeer id of Peer route entry destiny.- Specified by:
getToPeerIdin interfaceBGPRouteEntryExportParameters- Returns:
- peer Id of announcer Peer
-
getMemberships
Description copied from interface:RouteTargetMembershipConsumerReturns list of Route target advertized per Peer.- Specified by:
getMembershipsin interfaceRouteTargetMembershipConsumer
-
getClientRouteTargetContrainCache
Description copied from interface:RTCCacheCache of RTC routes advertized per clients peers.- Specified by:
getClientRouteTargetContrainCachein interfaceRTCCache- Returns:
- rtc cache
-