Interface BGPRouteEntryImportParameters
-
- All Known Subinterfaces:
BGPRouteEntryExportParameters
- All Known Implementing Classes:
ApplicationPeer
,BGPPeer
,BGPRouteEntryExportParametersImpl
@NonNullByDefault public interface BGPRouteEntryImportParameters
Contains Peer destiny information for import route entry.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable ClusterIdentifier
getFromClusterId()
Peer id of Peer route entry announcer.PeerId
getFromPeerId()
Peer id of Peer route entry announcer.@Nullable 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.
-
-
-
Method Detail
-
getFromPeerRole
PeerRole getFromPeerRole()
Peer id of Peer route entry announcer.- Returns:
- peer Role of announcer Peer
-
getFromPeerId
PeerId getFromPeerId()
Peer id of Peer route entry announcer.- Returns:
- peer Id of announcer Peer
-
getFromClusterId
@Nullable ClusterIdentifier getFromClusterId()
Peer id of Peer route entry announcer.- Returns:
- peer Id of announcer Peer
-
getFromPeerLocalAs
@Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber getFromPeerLocalAs()
Peer local AS of route entry announcer.- Returns:
- peer Local AS
-
-