2.2.5.64 ipam1:DnsNotifySecondariesSetting

The ipam1:DnsNotifySecondariesSetting simple type SHOULD<69> be an enumeration that specifies the notify settings of a DNS zone.

 <xs:simpleType name="DnsNotifySecondariesSetting">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="None" />
     <xs:enumeration value="Notify" />
     <xs:enumeration value="NoNotify" />
     <xs:enumeration value="NotifyServers" />
   </xs:restriction>
 </xs:simpleType>

The following table describes the values of this type.

Value

Description

None

Unspecified or an invalid value.

Notify

Automatically notify all the name servers when the DNS zone changes.

NoNotify

Do not notify any server when the DNS zone changes.

NotifyServers

Automatically notify only specific servers when the DNS zone changes.