PlcmNetworkDns

Definitions for the data structures that describe the DNS configuration of a server (/etc/resolv.conf).

Nameserver

A nameserver entry in the DNS configuration

SearchPathElement

An element in the DNS domain search path

PlcmSortListEntry

An entry in the DNS sort list setting

PlcmDnsOption

Specifies a single option to pass to the DNS configuration

PlcmDnsConfiguration

Configuration for the Domain Name Service (DNS) resolver (/etc/resolv.conf).


PlcmDnsConfiguration Fields

NameTypeDescriptionAttributes
plcmSortListEntryList Array of PlcmSortListEntrySee Definition of PlcmSortListEntry
searchPathElementList Array of SearchPathElementSee Definition of SearchPathElement
plcmDnsOptionList Array of PlcmDnsOptionSee Definition of PlcmDnsOption
nameserverList Array of NameserverSee Definition of Nameserver
localDomainPlcmDomainName 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.
nameserverValueSourceNameserverValueSource 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.
searchPathElementValueSourceSearchPathElementValueSource 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.

PlcmDnsOption Fields

NameTypeDescriptionAttributes
namePlcmNetworkDnsOptionName Name of the option Mandatory
valueint Value (argument) for the option. All options requiring a value require an numeric value.

PlcmSortListEntry Fields

NameTypeDescriptionAttributes
addressPlcmInetAddress Address (block) to sort by Mandatory
netmaskPlcmInetAddress Netmask of the address block to sort by

SearchPathElement Fields

NameTypeDescriptionAttributes
plcmFqdn PlcmFqdnSee Definition of PlcmFqdnMandatory

Nameserver Fields

NameTypeDescriptionAttributes
plcmNetworkAddress PlcmNetworkAddressSee Definition of PlcmNetworkAddressMandatory


Nested Types/Restrictions


NameTypeRestrictions
SearchPathElementValueSourcestring
Length of value must be >=0
Length of value must be <=64
NameserverValueSourcestring
Length of value must be >=0
Length of value must be <=64