2.2.5.39 DnsDynamicUpdateSetting

The DnsDynamicUpdateSetting simple type SHOULD<66> be an enumeration that specifies the different modes of dynamic updates of resource records belonging to a DNS zone.

 <xs:simpleType name="DnsDynamicUpdateSetting">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="NotApplicable" />
     <xs:enumeration value="None" />
     <xs:enumeration value="NonSecureAndSecure" />
     <xs:enumeration value="Secure" />
   </xs:restriction>
 </xs:simpleType>

The following table specifies the valid values for this type.

Value

Description

NotApplicable

Dynamic update settings are not applicable.

None

Dynamic updates are not allowed on resource records belonging to the zone.

NonSecureAndSecure

Both secure and nonsecure dynamic updates are allowed.

Secure

Only secure dynamic updates are allowed.