Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
The status and expansion units of a port-forwarding auto-setup run. More...
import <PortForwardingAutoSetup.idl;
Public Attributes | |
time | startTime |
UNIX timestamp (UTC) when the auto-setup was started. | |
int | remainingExpansionUnits |
Number of expansion units that still need to be discovered. | |
PortForwardingAutoSetupRunningState | runningState |
The state of the last available auto-setup run. | |
map< int, PortForwardingAutoSetupExpansionUnit > | expansionUnits |
Results per expansion unit, mapped by their node index. | |
The status and expansion units of a port-forwarding auto-setup run.
Definition at line 36 of file PortForwardingAutoSetup.idl.
map<int, PortForwardingAutoSetupExpansionUnit> net::PortForwardingAutoSetupStatus::expansionUnits |
Results per expansion unit, mapped by their node index.
Definition at line 40 of file PortForwardingAutoSetup.idl.
int net::PortForwardingAutoSetupStatus::remainingExpansionUnits |
Number of expansion units that still need to be discovered.
Definition at line 38 of file PortForwardingAutoSetup.idl.
PortForwardingAutoSetupRunningState net::PortForwardingAutoSetupStatus::runningState |
The state of the last available auto-setup run.
Definition at line 39 of file PortForwardingAutoSetup.idl.
time net::PortForwardingAutoSetupStatus::startTime |
UNIX timestamp (UTC) when the auto-setup was started.
Definition at line 37 of file PortForwardingAutoSetup.idl.