Interface BgpCountersMessageTypesCommon

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    BgpNeighborMessageCountersReceivedState, BgpNeighborMessageCountersSentState, Received, Received, Sent, Sent

    public interface BgpCountersMessageTypesCommon
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Grouping of BGP message types, included for re-use across counters

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

     grouping bgp-counters-message-types_common {
       leaf UPDATE {
         type uint64;
       }
       leaf NOTIFICATION {
         type uint64;
       }
     }
     
    The schema path to identify an instance is openconfig-bgp-operational/bgp-counters-message-types_common
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable org.opendaylight.yangtools.yang.common.Uint64 getUPDATE()
        Number of BGP UPDATE messages announcing, withdrawing or modifying paths exchanged.
        Returns:
        org.opendaylight.yangtools.yang.common.Uint64 uPDATE, or null if not present
      • getNOTIFICATION

        @Nullable org.opendaylight.yangtools.yang.common.Uint64 getNOTIFICATION()
        Number of BGP NOTIFICATION messages indicating an error condition has occurred exchanged.
        Returns:
        org.opendaylight.yangtools.yang.common.Uint64 nOTIFICATION, or null if not present