Config¶
Leafs
-
class
System.Ntp.NtpKeys.NtpKey.
Config
¶ Bases:
Entity
Class Hierarchy:
System
Ntp
NtpKeys
NtpKey
Config
This class represents configuration data.
Configuration data for NTP auth keys
-
key_id
¶ Integer identifier used by the client and server to designate a secret key. The client and server must use the same key id
type: int
range: 0..65535
-
key_type
¶ Encryption type used for the NTP authentication key
type: one of the below values:
NTPAUTHMD5
-
key_value
¶ NTP authentication key value
type: str
-