RRSet Routing Policy Wrr Policy Wrr Policy Item Response
data class RRSetRoutingPolicyWrrPolicyWrrPolicyItemResponse(val healthCheckedTargets: RRSetRoutingPolicyHealthCheckTargetsResponse, val kind: String, val rrdatas: List<String>, val signatureRrdatas: List<String>, val weight: Double)
A routing block which contains the routing information for one WRR item.
Properties
Link copied to clipboard
endpoints that need to be health checked before making the routing decision. The unhealthy endpoints will be omitted from the result. If all endpoints within a buckete are unhealthy, we'll choose a different bucket (sampled w.r.t. its weight) for responding. Note that if DNSSEC is enabled for this zone, only one of rrdata or health_checked_targets can be set.
Link copied to clipboard
DNSSEC generated signatures for all the rrdata within this item. Note that if health checked targets are provided for DNSSEC enabled zones, there's a restriction of 1 ip per item. .
Link copied to clipboard