All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, 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;
   }
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opendaylight.yangtools.yang.common.Uint32
    Return erroneousUpdateMessages, or null if it is not present.
     
    default @NonNull org.opendaylight.yangtools.yang.common.Uint32
    Return erroneousUpdateMessages, guaranteed to be non-null.
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends BgpNeighborErrorHandlingState> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<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