All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>, org.opendaylight.yangtools.binding.BindingObject, org.opendaylight.yangtools.binding.DataContainer, org.opendaylight.yangtools.binding.Grouping
All Known Subinterfaces:
BgpNeighborAfiSafiState, NeighborAfiSafiStateAugmentation, State3

@Generated("mdsal-binding-generator") public interface BgpNeighborPrefixCountersState extends org.opendaylight.yangtools.binding.Grouping
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;
     }
   }
 }
 
  • 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.

    Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract

    implementedInterface
  • Method Details

    • 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.