Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The CreateDnsResourceRecordsParameters complex type SHOULD<5> specify the DNS resource record to be created and the DNS server and DNS zone on which it is created.
-
<xs:complexType name="CreateDnsResourceRecordsParameters"> <xs:complexContent mixed="false"> <xs:extension base="ipam:IpamOperationWithProgressParameters"> <xs:sequence> <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="ZoneType" type="ipam:ZoneLookupType" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
ResourceRecords: An ArrayOfDnsResourceRecord type (section 2.2.4.37) that represents the resource record to be created.
ServerZoneId: Specifies the DNS server and the DNS zone on which the resource record is to be created.
ZoneType: Specifies the LookupType of the DNS Zone in which the resource record is to be created.