public interface Restconf extends DataObject
This class represents the following YANG schema fragment defined in module ietf-restconf
grouping restconf { container restconf { container config { } container operational { } container modules { list module { key "name revision"; leaf name { type yang:yang-identifier; } leaf revision { type union { type revision-identifier; type string { length 0; } } } leaf namespace { type inet:uri; } leaf-list feature { type yang:yang-identifier; } leaf-list deviation { type yang:yang-identifier; } } } container operations { } container streams { list stream { key name; leaf name { type string; } leaf description { type string; } leaf replay-support { type boolean; } leaf replay-log-creation-time { type yang:date-and-time; } leaf events { type empty; } } } leaf version { type enumeration { enum 1.0 { } } config false; } } }The schema path to identify an instance is ietf-restconf/restconf
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
Restconf |
getRestconf()
Conceptual container representing theapplication/yang.api resource type.
|
getImplementedInterface
Restconf getRestconf()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.restconf.Restconf
restconf
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.