SoftLayer_Dns_Message


SoftLayer_Dns_Message

Description

The SoftLayer_Dns_Message data type contains information for a single message generated by the SoftLayer DNS system. SoftLayer_Dns_Messages are typically created during the secondary DNS transfer process.

Local


createDate

The date the message was created.
Type: dateTime


id

The internal identifier for a DNS message.
Type: int


message

The message text.
Type: string


priority

The priority level for a DNS message. The possible levels are ’notice’ and ’error'.
Type: string

Relational


domain

The domain that is associated with a message.
Type: SoftLayer_Dns_Domain


resourceRecord

The resource record that is associated with a message.
Type: SoftLayer_Dns_Domain_ResourceRecord


secondary

The secondary DNS record that a message belongs to.
Type: SoftLayer_Dns_Secondary

Count