|
Legrand / Raritan Xerus™ JSON-RPC API for Remote Access Devices like KX4-101, KX3G2
|
Public Attributes | |
| DeviceType | type |
| Type of PDU. | |
| string | name |
| PDU name. | |
| string | host |
| Network host name of PDU, read-only after initial creation. | |
| int | port |
| SNMP network port. | |
| boolean | useSnmpV3 |
| Whether to use SNMPv3 instead of SNMP v1/2c. | |
| string | community |
| SNMP write community string (only valid for SNMP v1/2c) | |
| string | userName |
| SNMP v3 user name (only valid for SNMP v3) | |
| SnmpSecurityLevel | secLevel |
| SNMP security level (only valid for SNMP v3) | |
| SnmpAuthProtocol | authProtocol |
| SNMP authentication protocol (only valid for SNMP v3) | |
| string | authPass |
| SNMP authentication password (only valid for SNMP v3) | |
| SnmpPrivProtocol | privProtocol |
| SNMP privacy protocol (only valid for SNMP v3) | |
| string | privPass |
| SNMP privacy password (only valid for SNMP v3) | |
Definition at line 47 of file PowerDevice.idl.
| string radm::PowerDevice::Settings::authPass |
SNMP authentication password (only valid for SNMP v3)
Definition at line 57 of file PowerDevice.idl.
| SnmpAuthProtocol radm::PowerDevice::Settings::authProtocol |
SNMP authentication protocol (only valid for SNMP v3)
Definition at line 56 of file PowerDevice.idl.
| string radm::PowerDevice::Settings::community |
SNMP write community string (only valid for SNMP v1/2c)
Definition at line 53 of file PowerDevice.idl.
| string radm::PowerDevice::Settings::host |
Network host name of PDU, read-only after initial creation.
Definition at line 50 of file PowerDevice.idl.
| string radm::PowerDevice::Settings::name |
PDU name.
Definition at line 49 of file PowerDevice.idl.
| int radm::PowerDevice::Settings::port |
SNMP network port.
Definition at line 51 of file PowerDevice.idl.
| string radm::PowerDevice::Settings::privPass |
SNMP privacy password (only valid for SNMP v3)
Definition at line 59 of file PowerDevice.idl.
| SnmpPrivProtocol radm::PowerDevice::Settings::privProtocol |
SNMP privacy protocol (only valid for SNMP v3)
Definition at line 58 of file PowerDevice.idl.
| SnmpSecurityLevel radm::PowerDevice::Settings::secLevel |
SNMP security level (only valid for SNMP v3)
Definition at line 55 of file PowerDevice.idl.
| DeviceType radm::PowerDevice::Settings::type |
Type of PDU.
Definition at line 48 of file PowerDevice.idl.
| string radm::PowerDevice::Settings::userName |
SNMP v3 user name (only valid for SNMP v3)
Definition at line 54 of file PowerDevice.idl.
| boolean radm::PowerDevice::Settings::useSnmpV3 |
Whether to use SNMPv3 instead of SNMP v1/2c.
Definition at line 52 of file PowerDevice.idl.