ZoneDnsSettingsNameserversArgs

data class ZoneDnsSettingsNameserversArgs(val nsSet: Output<Int>? = null, val type: Output<String>) : ConvertibleToJava<ZoneDnsSettingsNameserversArgs>

Constructors

Link copied to clipboard
constructor(nsSet: Output<Int>? = null, type: Output<String>)

Properties

Link copied to clipboard
val nsSet: Output<Int>? = null

Configured nameserver set to be used for this zone

Link copied to clipboard
val type: Output<String>

Nameserver type Available values: "cloudflare.standard", "custom.account", "custom.tenant", "custom.zone".

Functions

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