SpectrumApplicationOriginDns

data class SpectrumApplicationOriginDns(val name: String? = null, val ttl: Int? = null, val type: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the DNS record associated with the origin.

Link copied to clipboard
val ttl: Int? = null

The TTL of our resolution of your DNS record in seconds.

Link copied to clipboard
val type: String? = null

The type of DNS record associated with the origin. "" is used to specify a combination of A/AAAA records. Available values: "", "A", "AAAA", "SRV".