public interface OcpStatisticsCollectionServiceImpl extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<OcpStatisticsCollectionServiceImpl>, 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 ocp-radiohead-connection-provider-impl
case ocp-statistics-collection-service-impl {
container ocp-statistics {
leaf ocp-statistics-collect {
type boolean;
}
leaf log-report-delay {
type uint16;
}
}
list ocp-radiohead-connection-provider {
key leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (urn:opendaylight:params:xml:ns:yang:ocp:radiohead:connection:provider:impl?revision=2015-08-11)type {
leaf type {
type leafref;
}
}
}
}
}
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| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<OcpRadioheadConnectionProvider> |
getOcpRadioheadConnectionProvider() |
OcpStatistics |
getOcpStatistics() |
OcpStatistics getOcpStatistics()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ocp.radiohead.connection.provider.impl.rev150811.modules.module.configuration.ocp.statistics.collection.service.impl.OcpStatistics ocpStatistics, or null if not presentList<OcpRadioheadConnectionProvider> getOcpRadioheadConnectionProvider()
java.util.List ocpRadioheadConnectionProvider, or null if not presentCopyright © 2016 OpenDaylight. All Rights Reserved.