public interface StatisticsManager extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<StatisticsManager>, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.rev130405.modules.module.Configuration
This class represents the following YANG schema fragment defined in module statistics-manager
(Source path: META-INF/yang/statistics-manager.yang):
case statistics-manager {
container rpc-registry {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (urn:opendaylight:params:xml:ns:yang:openflowplugin:app:statistics-manager?revision=2014-09-25)type {
leaf type {
type leafref;
}
}
}
}
container notification-service {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (urn:opendaylight:params:xml:ns:yang:openflowplugin:app:statistics-manager?revision=2014-09-25)type {
leaf type {
type leafref;
}
}
}
}
container ownership-service {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (urn:opendaylight:params:xml:ns:yang:openflowplugin:app:statistics-manager?revision=2014-09-25)type {
leaf type {
type leafref;
}
}
}
}
container data-broker {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (urn:opendaylight:params:xml:ns:yang:openflowplugin:app:statistics-manager?revision=2014-09-25)type {
leaf type {
type leafref;
}
}
}
}
container statistics-manager-settings {
leaf min-request-net-monitor-interval {
type int32;
}
leaf max-nodes-for-collector {
type int32;
}
}
}
The schema path to identify an instance is
statistics-manager/modules/module/configuration/(urn:opendaylight:params:xml:ns:yang:openflowplugin:app:statistics-manager?revision=2014-09-25)statistics-manager| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
DataBroker |
getDataBroker() |
NotificationService |
getNotificationService() |
OwnershipService |
getOwnershipService() |
RpcRegistry |
getRpcRegistry() |
StatisticsManagerSettings |
getStatisticsManagerSettings() |
RpcRegistry getRpcRegistry()
NotificationService getNotificationService()
OwnershipService getOwnershipService()
DataBroker getDataBroker()
StatisticsManagerSettings getStatisticsManagerSettings()
Copyright © 2016 OpenDaylight. All rights reserved.