SoftLayer_Dns_Secondary


SoftLayer_Dns_Secondary

Description

The SoftLayer_Dns_Secondary data type contains information on a single secondary DNS zone which is managed through SoftLayer’s zone transfer service. Domains created via zone transfer may not be modified by the SoftLayer portal or API.

Local


createDate

The date a secondary DNS record was created.
Type: dateTime


id

The internal identifier for a secondary DNS record.
Type: int


lastUpdate

The date when the most recent secondary DNS zone transfer took place.
Type: dateTime


masterIpAddress

The IP address of the master name server where a secondary DNS zone is transferred from.
Type: string


statusId

The current status of a secondary DNS record. The status may be one of the following: :‘‘‘0’’’: Disabled :‘‘‘1’’’: Active :‘‘‘2’’’: Transfer Now :‘‘‘3’’’: An error occurred that prevented the zone transfer from being completed.
Type: int


statusText

The textual representation of a secondary DNS zone’s status.
Type: string


transferFrequency

How often a secondary DNS zone should be transferred in minutes.
Type: int


zoneName

The name of the zone that is transferred.
Type: string

Relational


account

The SoftLayer account that owns a secondary DNS record.
Type: SoftLayer_Account


domain

The domain record created by zone transfer from a secondary DNS record.
Type: SoftLayer_Dns_Domain


errorMessages

The error messages created during secondary DNS record transfer.
Type: SoftLayer_Dns_Message[]


status

The current status of the secondary DNS zone.
Type: SoftLayer_Dns_Status

Count


errorMessageCount

A count of the error messages created during secondary DNS record transfer.
Type: unsignedLong