|
Legrand / Raritan Xerus™ JSON-RPC API for Remote Access Devices like KX4-101, KX3G2
|
Public Attributes | |
| boolean | enabled |
| Whether auto-scan is enabled. | |
| int | scale |
| Scaling of stored snapshots (in percent) | |
| int | interval |
| Scan interval (in seconds) | |
| string | nfsServerHost |
| Host name or IP address of NFS server to store to. | |
| string | nfsDirectory |
| Directory path on NFS server to store to. | |
| int | maxStoredFiles |
| Maximum number of stored files (0 for no limitation) | |
Definition at line 20 of file AutoScan.idl.
| boolean radm::AutoScan::Settings::enabled |
Whether auto-scan is enabled.
Definition at line 21 of file AutoScan.idl.
| int radm::AutoScan::Settings::interval |
Scan interval (in seconds)
Definition at line 23 of file AutoScan.idl.
| int radm::AutoScan::Settings::maxStoredFiles |
Maximum number of stored files (0 for no limitation)
Definition at line 26 of file AutoScan.idl.
| string radm::AutoScan::Settings::nfsDirectory |
Directory path on NFS server to store to.
Definition at line 25 of file AutoScan.idl.
| string radm::AutoScan::Settings::nfsServerHost |
Host name or IP address of NFS server to store to.
Definition at line 24 of file AutoScan.idl.
| int radm::AutoScan::Settings::scale |
Scaling of stored snapshots (in percent)
Definition at line 22 of file AutoScan.idl.