LMI_DNSSettingData¶
Class reference¶
Subclass of CIM_DNSSettingData
DNSSettingData defines the DNSconfiguration settings for a single IP network connection. With the exception of the the DNSServerAddresses and the hostname in use, the configuration of a DNSProtocolEndpoint is indicated by the properties of an associated instance of DNSSettingData.
Key properties¶
Local properties¶
string[] DNSSearchDomains
The DNS search domains. The array ordering correlates to the order in which the search domains will be used. If using DHCP, DNS search domains obtained from DHCP will be prepended to this array.
uint16 ProtocolIFType
An enumeration that describes the IP version.
ValueMap Values 4096 IPv4 4097 IPv6
string[] DNSServerAddresses
The DNS servers to contact. The array ordering correlates to the order in which the DNS servers will be contacted. If using DHCP, DNS servers obtained from DHCP will be prepended to this array.
The RemoteServiceAccessPoints associated with the DNSProtocolEndpoint with the value of the AccessContext property being DNS Server represent the actual DNS Servers being utilized by the DNS client.
uint16 AddressOrigin
AddressOrigin identifies the method by which the IP Address, Subnet Mask, and Gateway were assigned to the IPProtocolEndpoint. This is independent of the DNS configuration, thus this property has the value of 2 (Not Applicable).
ValueMap Values 2 Not Applicable
Local methods¶
None
Inherited properties¶
Inherited methods¶
None