| Interface | Description |
|---|---|
| ConfigData |
This module contains the base YANG definitions for NS-OS configuration
subsystem.
|
| Modules |
Top level container encapsulating configuration of all modules.
|
| ServiceRef |
Type of references to a particular service instance.
|
| Services |
This class represents the following YANG schema fragment defined in module config
container services {
list service {
key "type"
leaf type {
type service-type-ref;
}
list instance {
key "name"
leaf name {
type string;
}
leaf provider {
type leafref;
}
}
}
}
The schema path to identify an instance is
config/services
To create instances of this class use
ServicesBuilder. |
| Class | Description |
|---|---|
| $YangModelBindingProvider | |
| $YangModuleInfoImpl | |
| ModulesBuilder |
Class that builds
Modules instances. |
| ModuleType |
Module identity base type.
|
| ServicesBuilder |
Class that builds
Services instances. |
| ServiceType |
Service identity base type.
|
Copyright © 2017 OpenDaylight. All rights reserved.