Interface GracefulRestart

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

    public interface GracefulRestart
    extends org.opendaylight.yangtools.yang.binding.ChildOf<BgpGracefulRestart>, org.opendaylight.yangtools.yang.binding.Augmentable<GracefulRestart>
    Parameters relating the graceful restart mechanism for BGP

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

     container graceful-restart {
       container config {
         uses bgp-neighbor-graceful-restart_config;
       }
       container state {
         config false;
         uses bgp-neighbor-graceful-restart_config;
       }
     }
     
    The schema path to identify an instance is openconfig-bgp/bgp-graceful-restart/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 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
      • getConfig

        Config getConfig()
        Configuration parameters relating to graceful-restart
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.graceful.restart.graceful.restart.Config config, or null if not present
      • getState

        State getState()
        State information associated with graceful-restart
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.graceful.restart.graceful.restart.State state, or null if not present