"SoftLayer_" prefix removed for readability.
Create a secondary DNS record.
Create a secondary DNS record. The ‘‘zoneName’’, ‘‘masterIpAddress’’, and ‘‘transferFrequency’’ properties in the templateObject parameter are required parameters to create a secondary DNS record.
Name | Type | Description |
---|---|---|
templateObject | SoftLayer_Dns_Secondary | The SoftLayer_Dns_Secondary object that you wish to create. |
Throw the exception “The master IP address is not a valid IP address.” if the supplied master IP address is not in a valid IPv4 format.
Throw the exception “The transfer frequency must be numeric.” if the transfer frequency is blank or not a valid number.