2.2.5.58 ZoneHostingDnsServerType
This simple type is an enumeration that specifies the way in which a zone is hosted.
-
<xs:simpleType name="ZoneHostingDnsServerType"> <xs:restriction base="xsd:string"> <xs:enumeration value="None" /> <xs:enumeration value="Primary" /> <xs:enumeration value="Secondary" /> <xs:enumeration value="Stub" /> </xs:restriction> </xs:simpleType>
The following table describes the various values of this type.
|
Value |
Description |
|---|---|
|
None |
Unspecified or an invalid value. |
|
Primary |
A zone for which a master authoritative copy of data is held in persistent local storage or in a locally accessible directory server. A zone stored in a directory server is a primary zone for any DNS server that can retrieve a copy of it from its local directory server. |
|
Secondary |
A zone for which an authoritative read-only copy of data is hosted by a particular DNS server. The data for a secondary zone is periodically copied from another DNS server that is authoritative for the zone. |
|
Stub |
A specialized version of a secondary zone. A stub zone contains only those resource records that are necessary to identify the authoritative DNS server for that zone. |