public interface GetStatsOutput extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<GetStatsOutput>
This class represents the following YANG schema fragment defined in module odl-lisp-sb
container output {
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;
}
container map-register-cache-stats {
leaf hits {
type int64;
}
leaf misses {
type int64;
}
uses cache-stats;
}
}
The schema path to identify an instance is
odl-lisp-sb/get-stats/output
To create instances of this class use GetStatsOutputBuilder.
GetStatsOutputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
ControlMessageStats |
getControlMessageStats() |
MapRegisterCacheStats |
getMapRegisterCacheStats() |
ControlMessageStats getControlMessageStats()
org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.sb.rev150904.get.stats.output.ControlMessageStats controlMessageStats, or null if not presentMapRegisterCacheStats getMapRegisterCacheStats()
org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.sb.rev150904.get.stats.output.MapRegisterCacheStats mapRegisterCacheStats, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.