public interface AsyncDataBroker 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<AsyncDataBroker>, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.rev130405.ServiceRef
This class represents the following YANG schema fragment defined in module XSQL
container async-data-broker {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (http://netconfcentral.org/ns/XSQL?revision=2014-06-26)type {
leaf type {
type leafref;
}
}
}
}
The schema path to identify an instance is
XSQL/modules/module/configuration/(http://netconfcentral.org/ns/XSQL?revision=2014-06-26)XSQL/async-data-broker
To create instances of this class use AsyncDataBrokerBuilder.
AsyncDataBrokerBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Copyright © 2017 OpenDaylight. All rights reserved.