Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RRSetRoutingPolicy

import type { RRSetRoutingPolicy } from "https://googleapis.deno.dev/v1/domains:v1.ts";

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.

interface RRSetRoutingPolicy {
geo?: GeoPolicy;
geoPolicy?: GeoPolicy;
healthCheck?: string;
primaryBackup?: PrimaryBackupPolicy;
wrr?: WrrPolicy;
wrrPolicy?: WrrPolicy;
}

§Properties

§
geoPolicy?: GeoPolicy
[src]
§
healthCheck?: string
[src]

The fully qualified URL of the HealthCheck to use for this RRSetRoutingPolicy. Format this URL like https://www.googleapis.com/compute/v1/projects/{project}/global/healthChecks/{healthCheck}. https://cloud.google.com/compute/docs/reference/rest/v1/healthChecks

§
wrrPolicy?: WrrPolicy
[src]