State¶
Leafs
-
class
System.Dns.State¶ Bases:
EntityClass Hierarchy:
SystemDnsStateThis class represents state data.
Operational state data for the DNS resolver
-
search¶ An ordered list of domains to search when resolving a host name
type: list of 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]\.?)|\.config: False
-