Interface BgpNeighborErrorHandlingState

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

    @Generated("mdsal-binding-generator")
    public interface BgpNeighborErrorHandlingState
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Operational state parameters relating to enhanced error error handling for BGP

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

     grouping bgp-neighbor-error-handling_state {
       leaf erroneous-update-messages {
         type uint32;
       }
     }
     
    The schema path to identify an instance is openconfig-bgp-operationalbgp-neighbor-error-handling_state
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        org.opendaylight.yangtools.yang.common.Uint32 getErroneousUpdateMessages()
        Return erroneousUpdateMessages, or null if it is not present.
             
                 The number of BGP UPDATE messages for which the treat-as-withdraw mechanism has
                 been applied based on erroneous message contents
             
         
        Returns:
        Uint32 erroneousUpdateMessages, or null if it is not present.
      • requireErroneousUpdateMessages

        default @NonNull org.opendaylight.yangtools.yang.common.Uint32 requireErroneousUpdateMessages()
        Return erroneousUpdateMessages, guaranteed to be non-null.
             
                 The number of BGP UPDATE messages for which the treat-as-withdraw mechanism has
                 been applied based on erroneous message contents
             
         
        Returns:
        Uint32 erroneousUpdateMessages, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if erroneousUpdateMessages is not present