Interface BestPathState
-
- All Known Implementing Classes:
BestPathStateImpl
public interface BestPathState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAsPathLength()@NonNull AttributesgetAttributes()@Nullable org.opendaylight.yangtools.yang.common.Uint32getLocalPref()longgetMultiExitDisc()@Nullable BgpOrigingetOrigin()longgetPeerAs()booleanisDepreferenced()Return true if this route is depreferenced, for example through LLGR_STALE community.
-
-
-
Method Detail
-
getLocalPref
@Nullable org.opendaylight.yangtools.yang.common.Uint32 getLocalPref()
-
getMultiExitDisc
long getMultiExitDisc()
-
getOrigin
@Nullable BgpOrigin getOrigin()
-
getPeerAs
long getPeerAs()
-
getAsPathLength
int getAsPathLength()
-
isDepreferenced
boolean isDepreferenced()
Return true if this route is depreferenced, for example through LLGR_STALE community.- Returns:
- True if this route is depreferenced, false otherwise.
-
getAttributes
@NonNull Attributes getAttributes()
-
-