ZoneDnsSettingsSoa

data class ZoneDnsSettingsSoa(val expire: Double, val minTtl: Double, val mname: String, val refresh: Double, val retry: Double, val rname: String, val ttl: Double)

Constructors

Link copied to clipboard
constructor(expire: Double, minTtl: Double, mname: String, refresh: Double, retry: Double, rname: String, ttl: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Time in seconds of being unable to query the primary server after which secondary servers should stop serving the zone.

Link copied to clipboard

The time to live (TTL) for negative caching of records within the zone.

Link copied to clipboard

The primary nameserver, which may be used for outbound zone transfers.

Link copied to clipboard

Time in seconds after which secondary servers should re-check the SOA record to see if the zone has been updated.

Link copied to clipboard

Time in seconds after which secondary servers should retry queries after the primary server was unresponsive.

Link copied to clipboard

The email address of the zone administrator, with the first label representing the local part of the email address.

Link copied to clipboard
val ttl: Double

The time to live (TTL) of the SOA record itself.