2.2.4.347 ReloadDnsZonesParameters

The ReloadDnsZonesParameters complex type SHOULD<53> allow extended attributes on an IpamOperationWithProgressParameters type. It represents the input parameters from the reload DNS zones operation.

 <xs:complexType name="ReloadDnsZonesParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamOperationWithProgressParameters">
       <xs:sequence>
         <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>

ServerZoneIds: Represents the DNS zone and DNS server information for the operation.

ZoneType: This represents the type of DNS zone to be reloaded.