Interface BgpNeighborPrefixCountersState

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    BgpNeighborAfiSafiState, NeighborAfiSafiStateAugmentation, State3

    @Generated("mdsal-binding-generator")
    public interface BgpNeighborPrefixCountersState
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Counters for BGP neighbor sessions

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

     grouping bgp-neighbor-prefix-counters_state {
       container prefixes {
         leaf received {
           type uint32;
         }
         leaf sent {
           type uint32;
         }
         leaf installed {
           type uint32;
         }
       }
     }
     
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        Prefixes getPrefixes()
        Return prefixes, or null if it is not present.
             
                 Prefix counters for the BGP session
             
         
        Returns:
        Prefixes prefixes, or null if it is not present.