public interface OpenflowPluginProvider 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<OpenflowPluginProvider>, 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
(Source path: META-INF/yang/nicira-extension-cfg-impl.yang):
container openflow-plugin-provider {
leaf type {
type service-type-ref;
}
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 service-type-ref;
}
}
}
}
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-provider
To create instances of this class use OpenflowPluginProviderBuilder.
OpenflowPluginProviderBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Copyright © 2015. All rights reserved.