ResponsePolicyRuleLocalDataLocalData

data class ResponsePolicyRuleLocalDataLocalData(val name: String, val rrdatas: List<String>? = null, val ttl: Int? = null, val type: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

For example, www.example.com.

Link copied to clipboard
val rrdatas: List<String>? = null

As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1)

Link copied to clipboard
val ttl: Int? = null

Number of seconds that this ResourceRecordSet can be cached by resolvers.

Link copied to clipboard

One of valid DNS resource types. Possible values are: A, AAAA, CAA, CNAME, DNSKEY, DS, HTTPS, IPSECVPNKEY, MX, NAPTR, NS, PTR, SOA, SPF, SRV, SSHFP, SVCB, TLSA, TXT.