Uses of Class
org.netxms.client.DeviceConfigBackup
Packages that use DeviceConfigBackup
-
Uses of DeviceConfigBackup in org.netxms.client
Methods in org.netxms.client that return DeviceConfigBackupModifier and TypeMethodDescriptionNXCSession.getDeviceConfigBackup(long nodeId, long backupId) Get single device configuration backup by ID (with full config content).NXCSession.getLastDeviceConfigBackup(long nodeId) Get last device configuration backup for given node (with full config content).Methods in org.netxms.client that return types with arguments of type DeviceConfigBackupModifier and TypeMethodDescriptionNXCSession.getDeviceConfigBackups(long nodeId) Get list of device configuration backups for given node (metadata only, no config content).