|
Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Full Cascading Status. More...
import "CascadeManager.idl";
Public Attributes | |
| Role | role |
| This unit's role in the JSON-RPC cascade. | |
| string | primaryUnit |
| The primary unit IP address (if role is link unit) | |
| int | primaryLinkId |
| The link ID of the always-present first unit. | |
| map< int, LinkUnit > | linkUnits |
| The list of link units (if role is primary unit) | |
Full Cascading Status.
Definition at line 74 of file CascadeManager.idl.
| map<int, LinkUnit> cascading::CascadeManager::Status::linkUnits |
The list of link units (if role is primary unit)
Definition at line 78 of file CascadeManager.idl.
| int cascading::CascadeManager::Status::primaryLinkId |
The link ID of the always-present first unit.
Definition at line 77 of file CascadeManager.idl.
| string cascading::CascadeManager::Status::primaryUnit |
The primary unit IP address (if role is link unit)
Definition at line 76 of file CascadeManager.idl.
| Role cascading::CascadeManager::Status::role |
This unit's role in the JSON-RPC cascade.
Definition at line 75 of file CascadeManager.idl.