- discoverDeviceDetails() - Method in class org.onosproject.drivers.netconf.OvsNetconfDeviceDescriptionDiscovery
-
- discoverPortDetails() - Method in class org.onosproject.drivers.netconf.OvsNetconfDeviceDescriptionDiscovery
-
- 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) - Method in class org.onosproject.drivers.netconf.TemplateManager
-
Execute the named NETCONF template against the specified session returning
the /rpc-reply/data section of the response document as a
Node.
- 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/data section of the
response document as a Node.
- 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.