| Class and Description |
|---|
| Instance
This class represents the following YANG schema fragment defined in module config
list instance {
key "name"
leaf name {
type string;
}
leaf provider {
type leafref;
}
}
The schema path to identify an instance is
config/services/service/instance
To create instances of this class use
InstanceBuilder. |
| Class and Description |
|---|
| Instance
This class represents the following YANG schema fragment defined in module config
list instance {
key "name"
leaf name {
type string;
}
leaf provider {
type leafref;
}
}
The schema path to identify an instance is
config/services/service/instance
To create instances of this class use
InstanceBuilder. |
| InstanceBuilder
Class that builds
Instance instances. |
| InstanceKey |
Copyright © 2017 OpenDaylight. All rights reserved.