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 sessionsThis 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 @NonNull org.opendaylight.yangtools.yang.common.QNameQNAMEYANG identifier of the statement represented by this class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrefixesgetPrefixes()Return prefixes, ornullif it is not present.Class<? extends BgpNeighborPrefixCountersState>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends BgpNeighborPrefixCountersState> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getPrefixes
Prefixes getPrefixes()
Return prefixes, ornullif it is not present.Prefix counters for the BGP session- Returns:
Prefixesprefixes, ornullif it is not present.
-
-