n8n-nodes-netdevices
Version:
n8n node to interact with network devices
6 lines (5 loc) • 418 B
TypeScript
export { BaseConnection, DeviceCredentials, CommandResult } from './base-connection';
export { CiscoConnection, CiscoIOSXRConnection, CiscoSG300Connection } from './cisco';
export { JuniperConnection } from './juniper';
export { LinuxConnection } from './linux';
export { ConnectionDispatcher, ConnectHandler, ConnectHandlerWithAutoDetect, SupportedDeviceType, ConnectionClassMapping } from './connection-dispatcher';