public interface Ntfbenchmark extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<Ntfbenchmark>, 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 ntfbenchmark-impl
case ntfbenchmark {
container broker {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (urn:opendaylight:params:xml:ns:yang:ntfbenchmark:impl?revision=2014-12-10)type {
leaf type {
type leafref;
}
}
}
}
container publish-service {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (urn:opendaylight:params:xml:ns:yang:ntfbenchmark:impl?revision=2014-12-10)type {
leaf type {
type leafref;
}
}
}
}
container listen-service {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (urn:opendaylight:params:xml:ns:yang:ntfbenchmark:impl?revision=2014-12-10)type {
leaf type {
type leafref;
}
}
}
}
}
The schema path to identify an instance is
ntfbenchmark-impl/modules/module/configuration/(urn:opendaylight:params:xml:ns:yang:ntfbenchmark:impl?revision=2014-12-10)ntfbenchmark| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Broker |
getBroker() |
ListenService |
getListenService() |
PublishService |
getPublishService() |
Broker getBroker()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ntfbenchmark.impl.rev141210.modules.module.configuration.ntfbenchmark.Broker broker, or null if not presentPublishService getPublishService()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ntfbenchmark.impl.rev141210.modules.module.configuration.ntfbenchmark.PublishService publishService, or null if not presentListenService getListenService()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ntfbenchmark.impl.rev141210.modules.module.configuration.ntfbenchmark.ListenService listenService, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.