D G L N O R S T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
D
- discoverDeviceDetails() - Method in class org.onosproject.drivers.netconf.OvsNetconfDeviceDescriptionDiscovery
- discoverPortDetails() - Method in class org.onosproject.drivers.netconf.OvsNetconfDeviceDescriptionDiscovery
- doRequest(NetconfSession, String) - Method in class org.onosproject.drivers.netconf.TemplateManager
-
Execute the named NETCONF template against the specified session returning the
/rpc-reply/datasection of the response document as aNode. - doRequest(NetconfSession, String, Map<String, Object>) - Method in class org.onosproject.drivers.netconf.TemplateManager
-
Execute the named NETCONF template with the given template context against the specified session returning the
/rpc-reply/datasection of the response document as aNode. - doRequest(NetconfSession, String, Map<String, Object>, String, QName) - Method in class org.onosproject.drivers.netconf.TemplateManager
-
Executes the named NETCONF template against the specified session, returning the referenced XML node as the specified type.
- doRequest(NetconfSession, String, Map<String, Object>, String, QName) - Method in interface org.onosproject.drivers.netconf.TemplateRequestDriver
-
Executes the named NETCONF template against the specified session, returning the referenced XML node as the specified type.
G
- get(String) - Method in class org.onosproject.drivers.netconf.TemplateManager
-
Returns the named template.
- getConfiguration(String) - Method in class org.onosproject.drivers.netconf.NetconfConfigGetter
- getControllers() - Method in class org.onosproject.drivers.netconf.NetconfControllerConfig
L
- load(Class<? extends Object>, String, String...) - Method in class org.onosproject.drivers.netconf.TemplateManager
-
Loads the named templates into the template manager.
- load(String...) - Method in class org.onosproject.drivers.netconf.TemplateManager
-
Loads the named templates into the template manager using the default reference class and resource path pattern.
- load(String, String...) - Method in class org.onosproject.drivers.netconf.TemplateManager
-
Loads the named templates into the template manager using the default reference class.
N
- NetconfConfigGetter - Class in org.onosproject.drivers.netconf
-
Gets the configuration of the specified type from the specified device.
- NetconfConfigGetter() - Constructor for class org.onosproject.drivers.netconf.NetconfConfigGetter
- NetconfConfigSetter - Class in org.onosproject.drivers.netconf
-
Sets the configuration included in the specified file to the specified device.
- NetconfConfigSetter() - Constructor for class org.onosproject.drivers.netconf.NetconfConfigSetter
- NetconfControllerConfig - Class in org.onosproject.drivers.netconf
-
Implementation of controller config which allows to get and set controllers through the Netconf protocol.
- NetconfControllerConfig() - Constructor for class org.onosproject.drivers.netconf.NetconfControllerConfig
- NetconfDriversLoader - Class in org.onosproject.drivers.netconf
-
Loader for NETCONF device drivers.
- NetconfDriversLoader() - Constructor for class org.onosproject.drivers.netconf.NetconfDriversLoader
O
- org.onosproject.drivers.netconf - package org.onosproject.drivers.netconf
-
Package for NETCONF device drivers.
- OvsNetconfDeviceDescriptionDiscovery - Class in org.onosproject.drivers.netconf
-
Discovers the device detail of the ovs based simulator used in NETCONF SB testing and development.
- OvsNetconfDeviceDescriptionDiscovery() - Constructor for class org.onosproject.drivers.netconf.OvsNetconfDeviceDescriptionDiscovery
R
- render(String, Map<String, Object>) - Method in class org.onosproject.drivers.netconf.TemplateManager
-
Performs simple variable substitution into a string in likely the most inefficient way possible.
S
- setConfiguration(String) - Method in class org.onosproject.drivers.netconf.NetconfConfigSetter
- setControllers(List<ControllerInfo>) - Method in class org.onosproject.drivers.netconf.NetconfControllerConfig
- setRequestDriver(TemplateRequestDriver) - Method in class org.onosproject.drivers.netconf.TemplateManager
-
Sets the request driver for the template manager.
T
- TemplateManager - Class in org.onosproject.drivers.netconf
-
Manages templates and provides utilities to execute these templates against a NETCONF session.
- TemplateManager() - Constructor for class org.onosproject.drivers.netconf.TemplateManager
-
Constructs a new template manager and loads the default templates.
- TemplateRequestDriver - Interface in org.onosproject.drivers.netconf
U
- UNABLE_TO_READ_CONFIG - Static variable in class org.onosproject.drivers.netconf.NetconfConfigGetter
All Classes All Packages