public interface ControlMessageStats extends org.opendaylight.yangtools.yang.binding.ChildOf<GetStatsOutput>, org.opendaylight.yangtools.yang.binding.Augmentable<ControlMessageStats>, CtrlMsgStats
This class represents the following YANG schema fragment defined in module odl-lisp-sb
container control-message-stats {
leaf rx-unknown {
type int64;
}
leaf tx-errors {
type int64;
}
list control-message {
key leaf msg-type {
type message-type;
}
leaf rx-count {
type int64;
}
leaf tx-count {
type int64;
}
}
uses ctrl-msg-stats;
}
The schema path to identify an instance is
odl-lisp-sb/get-stats/output/control-message-stats
To create instances of this class use ControlMessageStatsBuilder.
ControlMessageStatsBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationgetControlMessage, getRxUnknown, getTxErrorsCopyright © 2018 OpenDaylight. All rights reserved.