Interface BgpAfiSafiGracefulRestartConfig

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    Config, State

    public interface BgpAfiSafiGracefulRestartConfig
    extends org.opendaylight.yangtools.yang.binding.DataObject
    BGP graceful restart parameters that apply on a per-AFI-SAFI basis

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

     grouping bgp-afi-safi-graceful-restart_config {
       leaf enabled {
         type boolean;
         default false;
       }
     }
     
    The schema path to identify an instance is openconfig-bgp-multiprotocol/bgp-afi-safi-graceful-restart_config
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable Boolean isEnabled()
        This leaf indicates whether graceful-restart is enabled for this AFI-SAFI
        Returns:
        java.lang.Boolean enabled, or null if not present