2.2.5.13 DhcpDnsNotRequestingClientsUpdateType

This simple type is an enumeration that specifies the configuration of whether the A/AAAA and PTR record are registered (by the DHCP server instance) even when the DHCP client doesn't request the DHCP server to do.

 <xs:simpleType name="DhcpDnsNotRequestingClientsUpdateType">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="None" />
     <xs:enumeration value="Enabled" />
     <xs:enumeration value="Disabled" />
     
   </xs:restriction>
 </xs:simpleType>

The following table specifies the valid values for this type.

Value

Description

None

Unspecified or an invalid value.

Enabled

Register A/AAAA/PTR DNS records are registered on behalf of clients not requesting the server to perform DNS registration.

Disabled

Register A/AAAA/PTR DNS records are not registered on behalf of clients not requesting the server to perform DNS registration.