Config¶
Leafs
Enum Classes
-
class
System.Ntp.Servers.Server.Config¶ Bases:
EntityClass Hierarchy :
SystemNtpServersServerConfigThis 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
length: 1..253
-
port¶ The port number of the NTP server
type: int
range: 0..65535
default value: 123
-
version¶ Version number to put in outgoing NTP packets
type: int
range: 1..4
default value: 4
-
association_type¶ The desired association type for this NTP server
type:
AssociationTypedefault 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
-