RRSet Routing Policy Response
data class RRSetRoutingPolicyResponse(val geo: RRSetRoutingPolicyGeoPolicyResponse, val geoPolicy: RRSetRoutingPolicyGeoPolicyResponse, val kind: String, val primaryBackup: RRSetRoutingPolicyPrimaryBackupPolicyResponse, val wrr: RRSetRoutingPolicyWrrPolicyResponse, val wrrPolicy: RRSetRoutingPolicyWrrPolicyResponse)
A RRSetRoutingPolicy represents ResourceRecordSet data that is returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection.
Constructors
Link copied to clipboard
fun RRSetRoutingPolicyResponse(geo: RRSetRoutingPolicyGeoPolicyResponse, geoPolicy: RRSetRoutingPolicyGeoPolicyResponse, kind: String, primaryBackup: RRSetRoutingPolicyPrimaryBackupPolicyResponse, wrr: RRSetRoutingPolicyWrrPolicyResponse, wrrPolicy: RRSetRoutingPolicyWrrPolicyResponse)