NedCapability is used to communicate the capabilities (supported
namespace, revision, features and deviations) of a NedConnection
(NedGeneric or NedCli).
This class is used for connections between the NCS and CLI based
NEDs.
A NedCmd represents the command send from the NCS with all
parameters.
A NedConnection is the interface used by the NedMux for keeping
track of connections to different devices.
NedEditOp represents the edit operations provided to a
NedGeneric in the prepare, abort, and revert methods.
Exception raised from the NED package
The result of a expect() method invocation.
This interface must be adhered to by code that talks to
a generic device that is modeled in YANG.
The NedMux is used as the interface between NCS and the NedConnections.
Filter used when requesting data from a NED using the
showStatsFilter method.
The NedTTL class is used to pass time-to-live information
to NCS for the entries in a config=false cache.
The NedWorker is used by the NedMux for running a worker thread
for executing NedConnection tasks.
Indicates the mode of Transaction ID supported by the NED.
The SSH CLI session interface.
SSHCLient file transfer interface
SSHCLient subsystem interface
Exception raised from the SSH Session