Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
Loading...
Searching...
No Matches
datetime::DateTime::NtpCfg Struct Reference

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, NtpAuthKeyauthKeys
 NTP authentication keys indext by the key id.
 

Detailed Description

Static NTP server configuration.

Definition at line 111 of file DateTime.idl.

Member Data Documentation

◆ authKeys

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.

◆ server1

string datetime::DateTime::NtpCfg::server1

Primary NTP server.

Definition at line 112 of file DateTime.idl.

◆ server1AuthKeyId

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.

◆ server2

string datetime::DateTime::NtpCfg::server2

Secondary NTP server.

Definition at line 115 of file DateTime.idl.

◆ server2AuthKeyId

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.


The documentation for this struct was generated from the following file: