public interface Modules extends ChildOf<ConfigData>, Augmentable<Modules>
This class represents the following YANG schema fragment defined in module config
container modules {
list module {
key "type"
"name"
leaf name {
type string;
}
leaf type {
type identityref;
}
choice configuration {
}
choice state {
}
}
}
The schema path to identify an instance is
config/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 |
|---|---|
List<Module> |
getModule() |
getImplementedInterfacegetAugmentationCopyright © 2017 OpenDaylight. All rights reserved.