Uses of Class
io.lighty.modules.southbound.netconf.impl.config.NetconfConfiguration
-
Packages that use NetconfConfiguration Package Description io.lighty.modules.southbound.netconf.impl io.lighty.modules.southbound.netconf.impl.util -
-
Uses of NetconfConfiguration in io.lighty.modules.southbound.netconf.impl
Methods in io.lighty.modules.southbound.netconf.impl with parameters of type NetconfConfiguration Modifier and Type Method Description NetconfCallhomePluginBuilderNetconfCallhomePluginBuilder. from(NetconfConfiguration configuration, LightyServices lightyServices)NetconfTopologyPluginBuilderNetconfTopologyPluginBuilder. from(NetconfConfiguration configuration, LightyServices lightyServices) -
Uses of NetconfConfiguration in io.lighty.modules.southbound.netconf.impl.util
Methods in io.lighty.modules.southbound.netconf.impl.util that return NetconfConfiguration Modifier and Type Method Description static NetconfConfigurationNetconfConfigUtils. createDefaultNetconfConfiguration()Create default Netconf Southbound configuration, Lighty services are not populated.static NetconfConfigurationNetconfConfigUtils. createNetconfConfiguration(InputStream jsonConfigInputStream)Load netconf southbound configuration from InputStream containing JSON data.static NetconfConfigurationNetconfConfigUtils. injectServicesToConfig(NetconfConfiguration configuration)Inject services from LightyServices to Netconf southbound configuration.static NetconfConfigurationNetconfConfigUtils. injectServicesToTopologyConfig(NetconfConfiguration configuration, LightyServices lightyServices)Inject services from LightyServices and netconf client dispatcher to Netconf southbound topology configuration.Methods in io.lighty.modules.southbound.netconf.impl.util with parameters of type NetconfConfiguration Modifier and Type Method Description static NetconfConfigurationNetconfConfigUtils. injectServicesToConfig(NetconfConfiguration configuration)Inject services from LightyServices to Netconf southbound configuration.static NetconfConfigurationNetconfConfigUtils. injectServicesToTopologyConfig(NetconfConfiguration configuration, LightyServices lightyServices)Inject services from LightyServices and netconf client dispatcher to Netconf southbound topology configuration.
-