"SoftLayer_" prefix removed for readability.
Edit a domain’s SRV record.
editObject edits an existing SRV resource record. The ‘‘host’’ property of the templateObject parameter is scrubbed to remove all non-alpha numeric characters except for “@”, “_”, “.”, “*”, and “-”. The ‘‘data’’ property of the templateObject parameter is scrubbed to remove all non-alphanumeric characters for “.” and “-”. Editing an SRV record updates the serial number of the domain the record is associated with.
‘’editObject’’ returns Boolean ‘’true’’ on a successful edit or ‘‘false’’ if it was unable to edit the resource record.
Name | Type | Description |
---|---|---|
templateObject | SoftLayer_Dns_Domain_ResourceRecord_SrvType | A skeleton SoftLayer_Dns_Domain_ResourceRecord_SrvType object with only the properties defined that you wish to change. Unchanged properties are left alone. |
None