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 static NetconfCallhomePluginBuilderNetconfCallhomePluginBuilder. from(NetconfConfiguration config, LightyServices services)static NetconfTopologyPluginBuilderNetconfTopologyPluginBuilder. from(NetconfConfiguration config, LightyServices services)Constructors in io.lighty.modules.southbound.netconf.impl with parameters of type NetconfConfiguration Constructor Description NetconfCallhomePluginBuilder(LightyServices services, NetconfConfiguration config)NetconfTopologyPluginBuilder(LightyServices services, NetconfConfiguration config) -
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.
-