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

    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-operational/bgp-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

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