Zone Soa Record
data class ZoneSoaRecord(val email: String, val expireTime: Int? = null, val fqdn: String? = null, val hostName: String? = null, val minimumTtl: Int? = null, val refreshTime: Int? = null, val retryTime: Int? = null, val serialNumber: Int? = null, val tags: Map<String, String>? = null, val ttl: Int? = null)
Constructors
Properties
Link copied to clipboard
The expire time for the SOA record. Defaults to 2419200
.
Link copied to clipboard
The minimum Time To Live for the SOA record. By convention, it is used to determine the negative caching duration. Defaults to 300
.
Link copied to clipboard
The refresh time for the SOA record. Defaults to 3600
.
Link copied to clipboard
The serial number for the SOA record. Defaults to 1
.