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:
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 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
    Return prefixes, or null if it is not present.
     
    @NonNull Prefixes
    Return prefixes, or an empty instance if it is not present.
  • 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 BgpNeighborPrefixCountersState> 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
    • 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.
    • nonnullPrefixes

      @NonNull Prefixes nonnullPrefixes()
      Return prefixes, or an empty instance if it is not present.
      Returns:
      Prefixes prefixes, or an empty instance if it is not present.