public interface OcpStatistics extends org.opendaylight.yangtools.yang.binding.ChildOf<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.rev130405.modules.Module>, org.opendaylight.yangtools.yang.binding.Augmentable<OcpStatistics>
This class represents the following YANG schema fragment defined in module ocp-radiohead-connection-provider-impl
container ocp-statistics {
leaf ocp-statistics-collect {
type boolean;
}
leaf log-report-delay {
type uint16;
}
}
The schema path to identify an instance is
ocp-radiohead-connection-provider-impl/modules/module/configuration/(urn:opendaylight:params:xml:ns:yang:ocp:radiohead:connection:provider:impl?revision=2015-08-11)ocp-statistics-collection-service-impl/ocp-statistics
To create instances of this class use OcpStatisticsBuilder.
OcpStatisticsBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getLogReportDelay()
Delay between ocp-statistics logs
|
Boolean |
isOcpStatisticsCollect()
Toggle ocp-statistics collecting
|
Boolean isOcpStatisticsCollect()
java.lang.Boolean ocpStatisticsCollect, or null if not presentInteger getLogReportDelay()
java.lang.Integer logReportDelay, or null if not presentCopyright © 2016 OpenDaylight. All Rights Reserved.