State¶
Leafs
- 
class 
System.Ntp.NtpKeys.NtpKey.State¶ Bases:
EntityClass Hierarchy:
SystemNtpNtpKeysNtpKeyStateThis class represents state data.
Operational state 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..65535config: False
- 
key_type¶ Encryption type used for the NTP authentication key
type: one of the below values:
NTPAUTHMD5config: False
- 
key_value¶ NTP authentication key value
type: str
config: False
-