A nameserver entry in the DNS configuration
An element in the DNS domain search path
An entry in the DNS sort list setting
Specifies a single option to pass to the DNS configuration
Configuration for the Domain Name Service (DNS) resolver (/etc/resolv.conf).
Name | Type | Description | Attributes |
---|---|---|---|
plcmSortListEntryList | Array of PlcmSortListEntry | See Definition of PlcmSortListEntry | |
searchPathElementList | Array of SearchPathElement | See Definition of SearchPathElement | |
plcmDnsOptionList | Array of PlcmDnsOption | See Definition of PlcmDnsOption | |
nameserverList | Array of Nameserver | See Definition of Nameserver | |
localDomain | PlcmDomainName | Most queries for names within this domain can use short names relative to the local domain. If no domain entry is present, the domain is determined from the local hostname returned by gethostname(2); the domain part is taken to be everything after the first '.'. Finally, if the hostname does not contain a domain part, the root domain is assumed. | |
nameserverValueSource | NameserverValueSource | Specifies whether the nameserver(s) in this configuration should override any values provided by a DHCP server. If the value is not present or is blank, the nameserver(s) value in this configuration will override any DHCP supplied value. Otherwise, this field must specify the name of an interface that is configured with DHCP enabled and the value will be requested from the DHCP server associated with that interface. | |
searchPathElementValueSource | SearchPathElementValueSource | Specifies whether the search-path-element(s) in this configuration should override any values provided by a DHCP server. If the value is not present or is blank, the search-path-element(s) value in this configuration will override any DHCP supplied value. Otherwise, this field must specify the name of an interface that is configured with DHCP enabled and the value will be requested from the DHCP server associated with that interface. |
Name | Type | Description | Attributes |
---|---|---|---|
name | PlcmNetworkDnsOptionName | Name of the option | Mandatory |
value | int | Value (argument) for the option. All options requiring a value require an numeric value. |
Name | Type | Description | Attributes |
---|---|---|---|
address | PlcmInetAddress | Address (block) to sort by | Mandatory |
netmask | PlcmInetAddress | Netmask of the address block to sort by |
Name | Type | Description | Attributes |
---|---|---|---|
plcmFqdn | PlcmFqdn | See Definition of PlcmFqdn | Mandatory |
Name | Type | Description | Attributes |
---|---|---|---|
plcmNetworkAddress | PlcmNetworkAddress | See Definition of PlcmNetworkAddress | Mandatory |
Name | Type | Restrictions |
---|---|---|
SearchPathElementValueSource | string | Length of value must be >=0 Length of value must be <=64 |
NameserverValueSource | string | Length of value must be >=0 Length of value must be <=64 |