|
Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Static NTP server configuration. More...
import "DateTime.idl";
Public Attributes | |
| string | server1 |
| Primary NTP server. | |
| int | server1AuthKeyId |
| Primary NTP server authetication key id (interpreted as 32bit unsigned int; 0 means no authentication) | |
| string | server2 |
| Secondary NTP server. | |
| int | server2AuthKeyId |
| Secondary NTP server authetication key id (interpreted as 32bit unsigned int; 0 means no authentication) | |
| map< int, NtpAuthKey > | authKeys |
| NTP authentication keys indext by the key id. | |
Static NTP server configuration.
Definition at line 111 of file DateTime.idl.
| map<int, NtpAuthKey> datetime::DateTime::NtpCfg::authKeys |
NTP authentication keys indext by the key id.
The key id is to be treated as unsigned 32bit integer.
Definition at line 118 of file DateTime.idl.
| string datetime::DateTime::NtpCfg::server1 |
Primary NTP server.
Definition at line 112 of file DateTime.idl.
| int datetime::DateTime::NtpCfg::server1AuthKeyId |
Primary NTP server authetication key id (interpreted as 32bit unsigned int; 0 means no authentication)
Definition at line 113 of file DateTime.idl.
| string datetime::DateTime::NtpCfg::server2 |
Secondary NTP server.
Definition at line 115 of file DateTime.idl.
| int datetime::DateTime::NtpCfg::server2AuthKeyId |
Secondary NTP server authetication key id (interpreted as 32bit unsigned int; 0 means no authentication)
Definition at line 116 of file DateTime.idl.