Interface BgpNeighborPrefixCountersState
- 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
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn prefixes, ornull
if it is not present.Class<? extends BgpNeighborPrefixCountersState>
@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 QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends BgpNeighborPrefixCountersState> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getPrefixes
Prefixes getPrefixes()Return prefixes, ornull
if it is not present.Prefix counters for the BGP session
- Returns:
Prefixes
prefixes, ornull
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.
-