"SoftLayer_" prefix removed for readability.
Create a CNAME record on a domain.
Create a CNAME record on a SoftLayer domain. This is a shortcut method, meant to take the work out of creating a SoftLayer_Dns_Domain_ResourceRecord if you already have a domain record available. createCnameRecord returns the newly created SoftLayer_Dns_Domain_ResourceRecord_CnameType.
Name | Type | Description |
---|---|---|
host | string | The resource record’s name |
data | string | The resource record’s value |
ttl | integer | The resource record’s time-to-live value. |