RRSetRoutingPolicyPrimaryBackupPolicyResponse

data class RRSetRoutingPolicyPrimaryBackupPolicyResponse(val backupGeoTargets: RRSetRoutingPolicyGeoPolicyResponse, val kind: String, val primaryTargets: RRSetRoutingPolicyHealthCheckTargetsResponse, val trickleTraffic: Double)

Configures a RRSetRoutingPolicy such that all queries are responded with the primary_targets if they are healthy. And if all of them are unhealthy, then we fallback to a geo localized policy.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Backup targets provide a regional failover policy for the otherwise global primary targets. If serving state is set to BACKUP, this policy essentially becomes a geo routing policy.

Link copied to clipboard
Link copied to clipboard

When serving state is PRIMARY, this field provides the option of sending a small percentage of the traffic to the backup targets.