SoftLayer Dns Domain ResourceRecord::createObjects
From SoftLayer Development Network Wiki
createObjects is a member of the SoftLayer_Dns_Domain_ResourceRecord service.
Contents |
Overview
Create multiple resource records on a domain. This follows the same logic as createObject'. The serial number of the domain associated with this resource record is updated upon creation.
createObjects returns Boolean true on successful creation or false if it was unable to create a resource record.
User Access
Users wishing to execute createObjects service must have the Manage DNS permission assigned to their account.
Return Type
createObjects returns the SoftLayer_Dns_Domain_ResourceRecordArray data type.
Headers
Required Headers
createObjects requires the following headers:
Optional Headers
createObjects may use the following headers:
Parameters
createObjects takes the following parameters:
templateObjects
An array of SoftLayer_Dns_Domain_ResourceRecord objects that you wish to create.

