Interface BestPathState
- All Known Implementing Classes:
 BestPathStateImpl
public interface BestPathState
- 
Method Summary
Modifier and TypeMethodDescriptionint@NonNull org.opendaylight.yangtools.yang.data.api.schema.ContainerNode@Nullable org.opendaylight.yangtools.yang.common.Uint32long@Nullable BgpOriginlongbooleanReturn true if this route is depreferenced, for example through LLGR_STALE community. 
- 
Method Details
- 
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 org.opendaylight.yangtools.yang.data.api.schema.ContainerNode getAttributes() 
 -