Interface BGPRouteEntryExportParameters
-
- All Superinterfaces:
BGPRouteEntryImportParameters
,RouteTargetMembershipConsumer
,RTCCache
- All Known Implementing Classes:
BGPRouteEntryExportParametersImpl
@NonNullByDefault public interface BGPRouteEntryExportParameters extends RouteTargetMembershipConsumer, BGPRouteEntryImportParameters, RTCCache
Contains Peer destiny information for export route entry.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getRouteKey()
Destination Route Key.PeerId
getToPeerId()
Peer id of Peer route entry destiny.@Nullable 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.-
Methods inherited from interface org.opendaylight.protocol.bgp.rib.spi.policy.BGPRouteEntryImportParameters
getFromClusterId, getFromPeerId, getFromPeerLocalAs, getFromPeerRole
-
Methods inherited from interface org.opendaylight.protocol.bgp.rib.spi.policy.RouteTargetMembershipConsumer
getMemberships
-
Methods inherited from interface org.opendaylight.protocol.bgp.rib.spi.policy.RTCCache
getClientRouteTargetContrainCache
-
-
-
-
Method Detail
-
getToPeerId
PeerId getToPeerId()
Peer id of Peer route entry destiny.- Returns:
- peer Id of announcer Peer
-
getToPeerRole
PeerRole getToPeerRole()
Peer id of Peer route entry destiny.- Returns:
- peer Role of announcer Peer
-
getToPeerLocalAs
@Nullable 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.- Returns:
- peer Local AS of destiny Peer
-
getRouteKey
String getRouteKey()
Destination Route Key.- Returns:
- routeKey
-
-