Config¶
Leafs
-
class
System.Ntp.NtpKeys.NtpKey.Config¶ Bases:
EntityClass Hierarchy :
SystemNtpNtpKeysNtpKeyConfigThis 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:
-
key_value¶ NTP authentication key value
type: str
-