public interface OpenflowPluginExtensionRegistry extends org.opendaylight.yangtools.yang.binding.ChildOf<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.rev130405.modules.Module>, org.opendaylight.yangtools.yang.binding.Augmentable<OpenflowPluginExtensionRegistry>, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.rev130405.ServiceRef
This class represents the following YANG schema fragment defined in module nicira-extension-impl
container openflow-plugin-extension-registry {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (urn:opendaylight:params:xml:ns:yang:openflowplugin:nx:config:impl?revision=2014-07-11)type {
leaf type {
type leafref;
}
}
}
}
The schema path to identify an instance is
nicira-extension-impl/modules/module/configuration/(urn:opendaylight:params:xml:ns:yang:openflowplugin:nx:config:impl?revision=2014-07-11)nicira-extension-provider-impl/openflow-plugin-extension-registry
To create instances of this class use OpenflowPluginExtensionRegistryBuilder.
OpenflowPluginExtensionRegistryBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Copyright © 2016 OpenDaylight. All rights reserved.