public interface Modules extends ChildOf<Restconf>, Augmentable<Modules>
This class represents the following YANG schema fragment defined in module ietf-restconf
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; } } }The schema path to identify an instance is ietf-restconf/restconf/restconf/modules
To create instances of this class use ModulesBuilder
.
ModulesBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable List<Module> |
getModule()
Each entry represents one module currentlysupported by the server.
|
default @NonNull List<Module> |
nonnullModule() |
getImplementedInterface
augmentation
Copyright © 2019 OpenDaylight. All rights reserved.