public interface XSQLData
extends org.opendaylight.yangtools.yang.binding.DataRoot
This class represents the following YANG schema fragment defined in module XSQL
module XSQL {
yang-version 1;
namespace "http://netconfcentral.org/ns/XSQL";
prefix "XSQL";
import opendaylight-md-sal-common { prefix "common"; }
import opendaylight-md-sal-binding { prefix "mdsal"; }
import opendaylight-md-sal-dom { prefix "sal"; }
import config { prefix "config"; }
import rpc-context { prefix "rpcx"; }
revision 2014-06-26 {
description "YANG version of the XSQL status
";
}
container XSQL {
leaf port {
type string;
}
}
augment \(urn:opendaylight:params:xml:ns:yang:controller:config)modules\(urn:opendaylight:params:xml:ns:yang:controller:config)module\(urn:opendaylight:params:xml:ns:yang:controller:config)configuration {
status DEPRECATED;
case XSQL {
container 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;
}
}
}
}
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;
}
}
}
}
container schema-service {
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;
}
}
}
}
}
}
identity XSQL {
base "()IdentityEffectiveStatementImpl{qname=(urn:opendaylight:params:xml:ns:yang:controller:config?revision=2013-04-05)module-type, path=AbsoluteSchemaPath{path=[(urn:opendaylight:params:xml:ns:yang:controller:config?revision=2013-04-05)module-type]}}";
status DEPRECATED;
}
}
| Modifier and Type | Method and Description |
|---|---|
XSQL |
getXSQL()
Container to indicate the XSQL availability
|
XSQL getXSQL()
org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.xsql.rev140626.XSQL xSQL, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.