ZoneDnsSettingsNameservers

data class ZoneDnsSettingsNameservers(val nsSet: Int? = null, val type: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nsSet: Int? = null

Configured nameserver set to be used for this zone

Link copied to clipboard

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