Interface BestPathState

All Known Implementing Classes:
BestPathStateImpl

public interface BestPathState
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    @NonNull org.opendaylight.yangtools.yang.data.api.schema.ContainerNode
     
    @Nullable org.opendaylight.yangtools.yang.common.Uint32
     
    long
     
    @Nullable org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.BgpOrigin
     
    long
     
    boolean
    Return 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 org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.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()