GetSpectrumApplicationOriginDns

data class GetSpectrumApplicationOriginDns(val name: String, val ttl: Int, val type: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the DNS record associated with the origin.

Link copied to clipboard
val ttl: Int

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

Link copied to clipboard

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