public interface Services extends ChildOf<ConfigData>, Augmentable<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.
ServicesBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<Service> |
getService() |
getImplementedInterfacegetAugmentationCopyright © 2017 OpenDaylight. All rights reserved.