2.2.5.38 DnsDisableDynamicPtrUpdateType

The DnsDisableDynamicPtrUpdateType simple type is an enumeration that specifies whether the DNS resource records associated with a lease are dynamically updated.

 <xs:simpleType name="DnsDisableDynamicPtrUpdateType">
   <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

The dynamic update of DNS resource records is disabled.

Disabled

The dynamic update of DNS resource records is enabled.