Interface NeighborAfiSafiLlGracefulRestartState

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    NeighborAfiSafiGracefulRestartStateAugmentation

    public interface NeighborAfiSafiLlGracefulRestartState
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module bgp-openconfig-extensions

     grouping neighbor-afi-safi-ll-graceful-restart-state {
       leaf ll-received {
         type boolean;
       }
       leaf ll-advertised {
         type boolean;
       }
       leaf ll-stale-timer {
         type uint32;
         units seconds;
       }
     }
     
    The schema path to identify an instance is bgp-openconfig-extensions/neighbor-afi-safi-ll-graceful-restart-state
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        Class<? extends NeighborAfiSafiLlGracefulRestartState> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • isLlReceived

        @Nullable Boolean isLlReceived()
        This leaf indicates whether the neighbor advertised the ability to support long-lived graceful-restart for this AFI-SAFI
        Returns:
        java.lang.Boolean llReceived, or null if not present
      • isLlAdvertised

        @Nullable Boolean isLlAdvertised()
        This leaf indicates whether the ability to support long-lived graceful-restart has been advertised to the peer
        Returns:
        java.lang.Boolean llAdvertised, or null if not present
      • getLlStaleTimer

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getLlStaleTimer()
        Value of timer used during long-lived graceful restart in nseconds. If table is both advertised and received use lower value. Zero value means table is not supported by any side
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 llStaleTimer, or null if not present