SoaRecord interface
An SOA record.
Properties
The email contact for this SOA record. |
|
| expire |
The expire time for this SOA record. |
| host | The domain name of the authoritative name server for this SOA record. |
| minimum |
The minimum value for this SOA record. By convention this is used to determine the negative caching duration. |
| refresh |
The refresh value for this SOA record. |
| retry |
The retry time for this SOA record. |
| serial |
The serial number for this SOA record. |
Property Details
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