2.2.4.225 DnsZonesTransferParameters

The DnsZonesTransferParameters complex type SHOULD<47> allow extended attributes on an IpamOperationWithProgressParameters type. It represents the input parameters for DNS zone transfer operations.

 <xs:complexType name="DnsZonesTransferParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamOperationWithProgressParameters">
       <xs:sequence>
         <xs:element minOccurs="0" name="FullTransfer" type="xsd:boolean" />
         <xs:element minOccurs="0" name="ServerZoneIds" nillable="true" type="serarr:ArrayOflong" />
         <xs:element minOccurs="0" name="ZoneType" type="ipam:ZoneLookupType" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

FullTransfer: Specifies whether the DNS zone is to be completely transferred.

ServerZoneIds: Specifies the DNS zone and DNS server on which the operation is to be performed.

ZoneType: Specifies the type of the DNS zone.