Interface GracefulRestart

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

    public interface GracefulRestart
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Bgp>, org.opendaylight.yangtools.yang.binding.Augmentable<GracefulRestart>

    This class represents the following YANG schema fragment defined in module ebgp

     container graceful-restart {
       leaf stalepath-time {
         type uint32;
       }
     }
     
    The schema path to identify an instance is ebgp/bgp/graceful-restart

    To create instances of this class use GracefulRestartBuilder.

    See Also:
    GracefulRestartBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<GracefulRestart> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getStalepathTime

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getStalepathTime()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 stalepathTime, or null if not present