UNPKG

n8n-nodes-netdevices

Version:

n8n node to interact with network devices (Cisco, Juniper, Palo Alto PAN-OS, Ciena SAOS, Linux, etc.)

10 lines (9 loc) 640 B
export { BaseConnection, DeviceCredentials, CommandResult, JumpHostConfig } from './base-connection'; export { CiscoConnection, CiscoIOSXRConnection, CiscoSG300Connection } from './cisco'; export { JuniperConnection } from './juniper'; export { LinuxConnection } from './linux'; export { PaloAltoConnection } from './paloalto'; export { CienaSaosConnection } from './ciena'; export { FortinetConnection } from './fortinet'; export { JumpHostConnection } from './jump-host-connection'; export { ConnectionDispatcher, ConnectHandler, ConnectHandlerWithAutoDetect, SupportedDeviceType, ConnectionClassMapping } from './connection-dispatcher';