SoftLayer_Dns_Domain_ResourceRecord


SoftLayer_Dns_Domain_ResourceRecord

Description

Every domain record hosted on the SoftLayer name servers is comprised of a series or resource records that control how the domain operates, translates host names, and translates service location. Each of those resource records is controlled by the SoftLayer_Dns_Domain_ResourceRecord service. SoftLayer domains have the following resource records:

  • A single SOA record
  • A records
  • AAAA records
  • Optional CNAME records
  • At least one MX record
  • NS records for ns1.softlayer.com and ns2.softlayer.com
  • Optional TXT records
  • Optional SPF records

The SoftLayer_Dns_Domain_ResourceRecords service also controls the records contained in reverse DNS records. SoftLayer_Dns_Domain_Reverse records contain multiple PTR type resource records.

As with domain changes, resource record changes happen immediately, but may take up to 72 hours to propagate to the rest of the Internet’s name servers. The SoftLayer_Dns_Domain_ResourceRecord service only applies to domains hosted on the SoftLayer name servers.

Methods

createObject

Create a domain’s resource record.

createObjects

Create multiple domain resource records.

deleteObject

Delete a domain’s resource record.

deleteObjects

Delete multiple resource records from a domain.

editObject

Edit a domain’s resource record.

editObjects

Edit multiple domain resource records.

getDomain

The domain that a resource record belongs to.

getObject

Retrieve a SoftLayer_Dns_Domain_ResourceRecord record.