ZoneDnsSettingsSoaArgs

data class ZoneDnsSettingsSoaArgs(val expire: Output<Double>, val minTtl: Output<Double>, val mname: Output<String>, val refresh: Output<Double>, val retry: Output<Double>, val rname: Output<String>, val ttl: Output<Double>) : ConvertibleToJava<ZoneDnsSettingsSoaArgs>

Constructors

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

Properties

Link copied to clipboard
val expire: Output<Double>

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

Link copied to clipboard
val minTtl: Output<Double>

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

Link copied to clipboard
val mname: Output<String>

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

Link copied to clipboard
val refresh: Output<Double>

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
val retry: Output<Double>

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

Link copied to clipboard
val rname: Output<String>

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: Output<Double>

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

Functions

Link copied to clipboard
open override fun toJava(): ZoneDnsSettingsSoaArgs