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

LocationPolicyLocation

import type { LocationPolicyLocation } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface LocationPolicyLocation {
preference?: "ALLOW" | "DENY" | "PREFERENCE_UNSPECIFIED";
}

§Properties

§

Constraints that the caller requires on the result distribution in this zone.

§
preference?: "ALLOW" | "DENY" | "PREFERENCE_UNSPECIFIED"
[src]

Preference for a given location. Set to either ALLOW or DENY.