Interface BestPathState

All Known Implementing Classes:
BestPathStateImpl

public interface BestPathState
  • Method Details Link icon

    • getLocalPref Link icon

      @Nullable org.opendaylight.yangtools.yang.common.Uint32 getLocalPref()
    • getMultiExitDisc Link icon

      long getMultiExitDisc()
    • getOrigin Link icon

      @Nullable BgpOrigin getOrigin()
    • getPeerAs Link icon

      long getPeerAs()
    • getAsPathLength Link icon

      int getAsPathLength()
    • isDepreferenced Link icon

      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 Link icon

      @NonNull org.opendaylight.yangtools.yang.data.api.schema.ContainerNode getAttributes()