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