RecordSetRoutingPolicyWrr

data class RecordSetRoutingPolicyWrr(val healthCheckedTargets: RecordSetRoutingPolicyWrrHealthCheckedTargets? = null, val rrdatas: List<String>? = null, val weight: Double)

Constructors

Link copied to clipboard
constructor(healthCheckedTargets: RecordSetRoutingPolicyWrrHealthCheckedTargets? = null, rrdatas: List<String>? = null, weight: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of targets to be health checked. Note that if DNSSEC is enabled for this zone, only one of rrdatas or health_checked_targets can be set. Structure is documented below.

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

Same as rrdatas above.

Link copied to clipboard

The ratio of traffic routed to the target.