RRSet Routing Policy Response
data class RRSetRoutingPolicyResponse(val geo: RRSetRoutingPolicyGeoPolicyResponse, val kind: String, val primaryBackup: RRSetRoutingPolicyPrimaryBackupPolicyResponse, val wrr: 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
constructor(geo: RRSetRoutingPolicyGeoPolicyResponse, kind: String, primaryBackup: RRSetRoutingPolicyPrimaryBackupPolicyResponse, wrr: RRSetRoutingPolicyWrrPolicyResponse)