public interface StatisticsManagerAppConfig extends org.opendaylight.yangtools.yang.binding.ChildOf<StatisticsManagerAppConfigData>, org.opendaylight.yangtools.yang.binding.Augmentable<StatisticsManagerAppConfig>
This class represents the following YANG schema fragment defined in module statistics-manager-app-config
container statistics-manager-app-config {
leaf min-request-net-monitor-interval {
type min-request-net-monitor-interval;
}
leaf max-nodes-for-collector {
type max-nodes-for-collector;
}
}
The schema path to identify an instance is
statistics-manager-app-config/statistics-manager-app-config
To create instances of this class use StatisticsManagerAppConfigBuilder.
StatisticsManagerAppConfigBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxNodesForCollector() |
Integer |
getMinRequestNetMonitorInterval() |
Copyright © 2018 OpenDaylight. All rights reserved.