Get Resource Record Set Result
data class GetResourceRecordSetResult(val kind: String, val name: String, val routingPolicy: RRSetRoutingPolicyResponse, val rrdatas: List<String>, val signatureRrdatas: List<String>, val ttl: Int, val type: String)
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).