Interface BgpNeighborAfiSafiGracefulRestartState

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

    @Generated("mdsal-binding-generator")
    public interface BgpNeighborAfiSafiGracefulRestartState
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Operational state variables relating to the graceful-restart mechanism on a per-AFI-SAFI basis

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

     grouping bgp-neighbor-afi-safi-graceful-restart_state {
       leaf received {
         type boolean;
       }
       leaf advertised {
         type boolean;
       }
     }
     
    The schema path to identify an instance is openconfig-bgp-operational/bgp-neighbor-afi-safi-graceful-restart_state
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        Boolean getReceived()
        Return received, or null if it is not present.
             
                 This leaf indicates whether the neighbor advertised the ability to support
                 graceful-restart for this AFI-SAFI
             
         
        Returns:
        java.lang.Boolean received, or null if it is not present.
      • isReceived

        @Deprecated(forRemoval=true)
        default Boolean isReceived()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getAdvertised

        Boolean getAdvertised()
        Return advertised, or null if it is not present.
             
                 This leaf indicates whether the ability to support graceful-restart has been
                 advertised to the peer
             
         
        Returns:
        java.lang.Boolean advertised, or null if it is not present.
      • isAdvertised

        @Deprecated(forRemoval=true)
        default Boolean isAdvertised()
        Deprecated, for removal: This API element is subject to removal in a future version.