RRSet Routing Policy Primary Backup Policy Response
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
Link copied to clipboard
fun RRSetRoutingPolicyPrimaryBackupPolicyResponse(backupGeoTargets: RRSetRoutingPolicyGeoPolicyResponse, kind: String, primaryTargets: RRSetRoutingPolicyHealthCheckTargetsResponse, trickleTraffic: Double)