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.
Constructors
Link copied to clipboard
fun RRSetRoutingPolicyWrrPolicyWrrPolicyItemResponse(healthCheckedTargets: RRSetRoutingPolicyHealthCheckTargetsResponse, kind: String, rrdatas: List<String>, signatureRrdatas: List<String>, weight: Double)
Types
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