public interface Tlvs extends org.opendaylight.yangtools.yang.binding.ChildOf<Stat>, org.opendaylight.yangtools.yang.binding.Augmentable<Tlvs>, StatTlvs
This class represents the following YANG schema fragment defined in module bmp-message
container tlvs { container rejected-prefixes-tlv { leaf count { type counter32; } uses count-tlv; } container duplicate-prefix-advertisements-tlv { leaf count { type counter32; } uses count-tlv; } container duplicate-withdraws-tlv { leaf count { type counter32; } uses count-tlv; } container invalidated-cluster-list-loop-tlv { leaf count { type counter32; } uses count-tlv; } container invalidated-as-path-loop-tlv { leaf count { type counter32; } uses count-tlv; } container invalidated-originator-id-tlv { leaf count { type counter32; } uses count-tlv; } container invalidated-as-confed-loop-tlv { leaf count { type counter32; } uses count-tlv; } container adj-ribs-in-routes-tlv { leaf count { type gauge64; } uses gauge-tlv; } container loc-rib-routes-tlv { leaf count { type gauge64; } uses gauge-tlv; } container per-afi-safi-adj-rib-in-tlv { leaf count { type gauge64; } leaf afi { type identityref; } leaf safi { type identityref; } uses afi-safi-gauge-tlv; } container per-afi-safi-loc-rib-tlv { leaf count { type gauge64; } leaf afi { type identityref; } leaf safi { type identityref; } uses afi-safi-gauge-tlv; } container updates-treated-as-withdraw-tlv { leaf count { type counter32; } uses count-tlv; } container prefixes-treated-as-withdraw-tlv { leaf count { type counter32; } uses count-tlv; } container duplicate-updates-tlv { leaf count { type counter32; } uses count-tlv; } uses stat-tlvs; }The schema path to identify an instance is bmp-message/stat/tlvs
To create instances of this class use TlvsBuilder
.
TlvsBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentation
getAdjRibsInRoutesTlv, getDuplicatePrefixAdvertisementsTlv, getDuplicateUpdatesTlv, getDuplicateWithdrawsTlv, getInvalidatedAsConfedLoopTlv, getInvalidatedAsPathLoopTlv, getInvalidatedClusterListLoopTlv, getInvalidatedOriginatorIdTlv, getLocRibRoutesTlv, getPerAfiSafiAdjRibInTlv, getPerAfiSafiLocRibTlv, getPrefixesTreatedAsWithdrawTlv, getRejectedPrefixesTlv, getUpdatesTreatedAsWithdrawTlv
Copyright © 2018 OpenDaylight. All rights reserved.