createAaaaRecord


SoftLayer_Dns_Domain::createAaaaRecord

Create an AAAA record on a domain.

Description

Create an AAAA 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. createARecord returns the newly created SoftLayer_Dns_Domain_ResourceRecord_AaaaType.

Parameters

Name Type Description
host string The resource record’s name
data string The resource record’s value
ttl int The resource record’s time-to-live value.

Required Headers

Optional Headers

Return Values