Interface Config

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Config>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<LlGracefulRestart>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface Config
    extends org.opendaylight.yangtools.yang.binding.ChildOf<LlGracefulRestart>, org.opendaylight.yangtools.yang.binding.Augmentable<Config>

    This class represents the following YANG schema fragment defined in module bgp-ll-graceful-restart

     container config {
       leaf long-lived-stale-time {
         type uint24:uint24;
         units seconds;
         default 0;
       }
     }
     
    The schema path to identify an instance is bgp-ll-graceful-restart/afi-safi-ll-graceful-restart/ll-graceful-restart/config

    To create instances of this class use ConfigBuilder.

    See Also:
    ConfigBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Config> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getLongLivedStaleTime

        @Nullable org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.uint24.rev200104.Uint24 getLongLivedStaleTime()
        Value of time in second which we keep routes of given af-safi after graceful restart timer expired. If zero value afi-safi wil not be advertised in long-lived graceful restart capability
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.uint24.rev200104.Uint24 longLivedStaleTime, or null if not present