SoaRecord interface

An SOA record.

Properties

email

The email contact for this SOA record.

expireTime

The expire time for this SOA record.

host

The domain name of the authoritative name server for this SOA record.

minimumTtl

The minimum value for this SOA record. By convention this is used to determine the negative caching duration.

refreshTime

The refresh value for this SOA record.

retryTime

The retry time for this SOA record.

serialNumber

The serial number for this SOA record.

Property Details

email

The email contact for this SOA record.

email?: string

Property Value

string

expireTime

The expire time for this SOA record.

expireTime?: number

Property Value

number

host

The domain name of the authoritative name server for this SOA record.

host?: string

Property Value

string

minimumTtl

The minimum value for this SOA record. By convention this is used to determine the negative caching duration.

minimumTtl?: number

Property Value

number

refreshTime

The refresh value for this SOA record.

refreshTime?: number

Property Value

number

retryTime

The retry time for this SOA record.

retryTime?: number

Property Value

number

serialNumber

The serial number for this SOA record.

serialNumber?: number

Property Value

number