2.2.5.57 ZoneConfiguration

This simple type is an enumeration that specifies the way the zone data is stored.

 <xs:simpleType name="ZoneConfiguration">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="None" />
     <xs:enumeration value="ADIntegrated" />
     <xs:enumeration value="FileBacked" />
     <xs:enumeration value="NotApplicable" />
   </xs:restriction>
 </xs:simpleType>

The following table describes the various values of this type.

Value

Description

None

Unspecified or an invalid value.

ADIntegrated

DNS zone data is stored in Active Directory.

FileBacked

DNS zone data is stored in a flat-file.

NotApplicable

The ZoneConfiguration value is not applicable.