plcm-network-dns.xsd Documentation

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

Imported Namespaces

Target Namespace

Elements

nameserver  Nameserver

A nameserver entry in the DNS configuration

search-path-element  SearchPathElement

An element in the DNS domain search path

plcm-sort-list-entry  PlcmSortListEntry

An entry in the DNS sort list setting

plcm-dns-option  PlcmDnsOption

Specifies a single option to pass to the DNS configuration

plcm-dns-configuration  PlcmDnsConfiguration

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


Complex Types

PlcmDnsConfiguration Fields

NameTypeDescriptionAttributes
plcmSortListEntryList List of plcm-sort-list-entrySee Definition of plcm-sort-list-entry
searchPathElementList List of search-path-elementSee Definition of search-path-element
plcmDnsOptionList List of plcm-dns-optionSee Definition of plcm-dns-option
nameserverList List of nameserverSee Definition of nameserver
local-domainPlcmDomainName 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.
nameserver-value-sourceNameserverValueSource 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.
search-path-element-value-sourceSearchPathElementValueSource 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
valuexs:int 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
plcm-fqdn plcm-fqdnSee Definition of plcm-fqdnMandatory

Nameserver Fields

NameTypeDescriptionAttributes
plcm-network-address plcm-network-addressSee Definition of plcm-network-addressMandatory


Simple Types


NameTypeRestrictions
SearchPathElementValueSourcexs:string
Length of value must be >=0
Length of value must be <=64
NameserverValueSourcexs:string
Length of value must be >=0
Length of value must be <=64