2.2.5.65 ipam1:DnsSecureSecondariesSetting

The ipam1:DnsSecureSecondariesSetting simple type SHOULD<70> be an enumeration that specifies the DNS zone transfer settings of a DNS zone.

 <xs:simpleType name="DnsSecureSecondariesSetting">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="None" />
     <xs:enumeration value="NoTransfer" />
     <xs:enumeration value="TransferAnyServer" />
     <xs:enumeration value="TransferToZoneNameServer" />
     <xs:enumeration value="TransferToSecureServers" />
   </xs:restriction>
 </xs:simpleType>

The following table describes the values of this type.

Value

Description

None

Unspecified or an invalid value.

NoTransfer

Zone transfer is not allowed.

TransferAnyServer

Zone transfer is allowed to any DNS server.

TransferToZoneNameServer

Zone transfer is allowed only to the DNS servers that are listed as Name Servers for this zone.

TransferToSecureServers

Zone transfer is allowed to specific servers only.