Interface BgpGracefulRestart

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    BgpGlobalBase, BgpNeighborGroup, Global, Neighbor, PeerGroup

    public interface BgpGracefulRestart
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Configures BGP graceful restart, which is a negotiated option that indicates that a BGP speaker is able to retain forwarding state when a BGP session restarts

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

     grouping bgp-graceful-restart {
       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
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        GracefulRestart getGracefulRestart()
        Parameters relating the graceful restart mechanism for BGP
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.graceful.restart.GracefulRestart gracefulRestart, or null if not present