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

FutureResourcesSpecLocationPolicy

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

Specification of locations to create resources in.

interface FutureResourcesSpecLocationPolicy {
locations?: {};
}

§Properties

§
locations?: {}
[src]

Preferences for specified locations. Keys of the map are locations - zones, in format of 'zones/'. Values are preferences for the zones. If a zone is not specified in this map, it is ALLOWed.