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