Resource Record Set Response
data class ResourceRecordSetResponse(val kind: String, val name: String, val routingPolicy: RRSetRoutingPolicyResponse, val rrdatas: List<String>, val signatureRrdatas: List<String>, val ttl: Int, val type: String)
A unit of data that is returned by the DNS servers.
Properties
Link copied to clipboard
Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy (dynamic). An error is returned otherwise.
Link copied to clipboard
As defined in RFC 4034 (section 3.2).