2.2.4.343 MultiUpdateDnsResourceRecordParameters

The MultiUpdateDnsResourceRecordParameters complex type SHOULD<52> specify the DNS resource records to be modified and the properties of the DNS resource records to be modified. It also specifies the DNS server and DNS zone on which they are to be modified.

 <xs:complexType name="MultiUpdateDnsResourceRecordParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamOperationWithProgressParameters">
       <xs:sequence>
         <xs:element minOccurs="0" name="ModifiedFields" type="ipam:DnsResourceRecordMultiEditFields" />
         <xs:element minOccurs="0" name="ResourceRecords" nillable="true" type="ipam:ArrayOfDnsResourceRecord" />
         <xs:element minOccurs="0" name="ServerZoneId" type="xsd:long" />
         <xs:element minOccurs="0" name="TTL" type="ser:duration" />
         <xs:element minOccurs="0" name="ZoneType" type="ipam:ZoneLookupType" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

ModifiedFields: Specifies the fields to be modified.

ResourceRecords: This is an array of DNS resource records to be modified.

ServerZoneId: Specifies the DNS server and the DNS zone on which the resource record is to be modified.

TTL: Specifies the updated value of the TTL field of the DNS resource records.

ZoneType: Indicates the lookup type of the DNS zone.