| Class and Description |
|---|
| Module
This class represents the following YANG schema fragment defined in module config
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/module
To create instances of this class use
ModuleBuilder. |
| Class and Description |
|---|
| Module
This class represents the following YANG schema fragment defined in module config
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/module
To create instances of this class use
ModuleBuilder. |
| ModuleBuilder
Class that builds
Module instances. |
| ModuleKey |
Copyright © 2017 OpenDaylight. All rights reserved.