Interface BestPathState

    • Method Detail

      • getLocalPref

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

        long getMultiExitDisc()
      • 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()