Zone Soa Record Args
data class ZoneSoaRecordArgs(val email: Output<String>, val expireTime: Output<Int>? = null, val fqdn: Output<String>? = null, val hostName: Output<String>? = null, val minimumTtl: Output<Int>? = null, val refreshTime: Output<Int>? = null, val retryTime: Output<Int>? = null, val serialNumber: Output<Int>? = null, val tags: Output<Map<String, String>>? = null, val ttl: Output<Int>? = null) : ConvertibleToJava<ZoneSoaRecordArgs>
Constructors
Link copied to clipboard
constructor(email: Output<String>, expireTime: Output<Int>? = null, fqdn: Output<String>? = null, hostName: Output<String>? = null, minimumTtl: Output<Int>? = null, refreshTime: Output<Int>? = null, retryTime: Output<Int>? = null, serialNumber: Output<Int>? = null, tags: Output<Map<String, String>>? = null, ttl: Output<Int>? = null)
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 10
.
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.