Config¶
Leafs
Enum Classes
-
class
System.Ntp.Servers.Server.
Config
¶ Bases:
Entity
Class Hierarchy:
System
Ntp
Servers
Server
Config
This class represents configuration data.
Configuration data for an NTP server.
-
address
¶ The address or hostname of the NTP server
type: union of the below types:
type: str
pattern: ^(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$type: str
pattern: ^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$type: str
pattern: ((([a-zA-Z0-9_]([a-zA-Z0-9\-_]){0,61})?[a-zA-Z0-9]\.)*([a-zA-Z0-9_]([a-zA-Z0-9\-_]){0,61})?[a-zA-Z0-9]\.?)|\.
-
port
¶ The port number of the NTP server
type: int
range: 0..65535default value: 123
-
version
¶ Version number to put in outgoing NTP packets
type: int
range: 1..4default value: 4
-
association_type
¶ The desired association type for this NTP server
type:
AssociationType
default value: SERVER
-
iburst
¶ Indicates whether this server should enable burst synchronization or not
type: bool
default value: false
-
prefer
¶ Indicates whether this server should be preferred or not
type: bool
default value: false
-