public interface Instance extends ChildOf<Service>, Augmentable<Instance>, Identifiable<InstanceKey>
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,
InstanceKey| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
InstanceKey |
getKey()
Returns Primary Key of Yang List Type
|
String |
getName() |
String |
getProvider() |
getImplementedInterfacegetAugmentationString getName()
java.lang.String name, or null if not presentString getProvider()
java.lang.String provider, or null if not presentInstanceKey getKey()
getKey in interface Identifiable<InstanceKey>org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.rev130405.services.service.InstanceKey key, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.