2.2.4.218 DnsServerZoneEnumerationParameters
The DnsServerZoneEnumerationParameters complex type is used to specify the criteria to enumerate the DNS server hosting of forward lookup DNS zones.
-
<xs:complexType name="DnsServerZoneEnumerationParameters"> <xs:complexContent mixed="false"> <xs:extension base="ipam:EnumerationParametersBase"> <xs:sequence> <xs:element minOccurs="0" name="DnsServerId" type="xsd:long" /> <xs:element minOccurs="0" name="DnsZoneId" type="xsd:long" /> <xs:element minOccurs="0" name="ZoneType" nillable="true" type="ipam:ZoneHostingDnsServerType" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
DnsServerId: This specifies the RecordId of the DNS server hosting a specific forward lookup DNS zone.
DnsZoneId: This specifies the RecordId of the forward lookup DNS zone that is being hosted on the DNS server specified by DnsServerId.
ZoneType: This specifies the type of hosting to be used for filtering the forward lookup DNS zone information.