2.2.5.12 DhcpDnsUpdateType

This simple type is an enumeration that specifies the configuration of a DHCP server instance whether the dynamic DNS registrations are enabled or not.

 <xs:simpleType name="DhcpDnsUpdateType">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="None" />
     <xs:enumeration value="Never" />
     <xs:enumeration value="DynamicUpdateOnRequestByClient" />
     <xs:enumeration value="DynamicUpdateAlways" />
     
   </xs:restriction>
 </xs:simpleType>

The following table specifies the valid values for this type.

Value

Description

None

Unspecified or an invalid value.

Never

Never perform Dynamic DNS registration on behalf of DHCP clients.

DynamicUpdateOnRequestByClient

Perform Dynamic DNS registration when requested by client.

DynamicUpdateAlways

Always perform Dynamic DNS registration on behalf of DHCP clients.