Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Public Attributes | |
string | user |
security user name More... | |
SnmpSecurityLevel | level |
security level (noAuthNoPriv|authNoPriv|authPriv) More... | |
SnmpAuthProtocol | authProtocol |
authentication protocol (MD5|SHA|SHA-224|SHA-256|SHA-384|SHA-512) More... | |
string | authPassphrase |
authentication protocol passphrase More... | |
SnmpPrivProtocol | privacyProtocol |
privacy protocol (DES|AES|AES-192|AES-256) More... | |
string | privacyPassphrase |
privacy protocol pass phrase More... | |
Public Attributes inherited from peripheral::GatewaySensorManager::RemoteSnmpDevice | |
string | host |
host More... | |
Public Attributes inherited from peripheral::GatewaySensorManager::RemoteDevice | |
string | deviceId |
remote device id More... | |
boolean | disabled |
prevents usage of all sensor specifications which reference this device More... | |
string | name |
human readable remote device name More... | |
int | timeoutMs |
communication access timeout, 0 = default More... | |
int | retry |
communication retry count, 0 = default More... | |
Definition at line 354 of file GatewaySensorManager.idl.
string peripheral::GatewaySensorManager::RemoteSnmpV3Device::authPassphrase |
authentication protocol passphrase
Definition at line 358 of file GatewaySensorManager.idl.
SnmpAuthProtocol peripheral::GatewaySensorManager::RemoteSnmpV3Device::authProtocol |
authentication protocol (MD5|SHA|SHA-224|SHA-256|SHA-384|SHA-512)
Definition at line 357 of file GatewaySensorManager.idl.
SnmpSecurityLevel peripheral::GatewaySensorManager::RemoteSnmpV3Device::level |
security level (noAuthNoPriv|authNoPriv|authPriv)
Definition at line 356 of file GatewaySensorManager.idl.
string peripheral::GatewaySensorManager::RemoteSnmpV3Device::privacyPassphrase |
privacy protocol pass phrase
Definition at line 360 of file GatewaySensorManager.idl.
SnmpPrivProtocol peripheral::GatewaySensorManager::RemoteSnmpV3Device::privacyProtocol |
privacy protocol (DES|AES|AES-192|AES-256)
Definition at line 359 of file GatewaySensorManager.idl.
string peripheral::GatewaySensorManager::RemoteSnmpV3Device::user |
security user name
Definition at line 355 of file GatewaySensorManager.idl.