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

    @Generated("mdsal-binding-generator")
    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
      • getLlReceived

        Boolean getLlReceived()
        Return llReceived, or null if it is not present.
             
                 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 it is not present.
      • isLlReceived

        @Deprecated(forRemoval=true)
        default Boolean isLlReceived()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getLlAdvertised

        Boolean getLlAdvertised()
        Return llAdvertised, or null if it is not present.
             
                 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 it is not present.
      • isLlAdvertised

        @Deprecated(forRemoval=true)
        default Boolean isLlAdvertised()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getLlStaleTimer

        org.opendaylight.yangtools.yang.common.Uint32 getLlStaleTimer()
        Return llStaleTimer, or null if it is not present.
             
                 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 it is not present.