FutureResourcesSpecLocationPolicy
import type { FutureResourcesSpecLocationPolicy } from "https://googleapis.deno.dev/v1/compute:v1.ts";Specification of locations to create resources in.
interface FutureResourcesSpecLocationPolicy {
locations?: {};
}[key: string]: FutureResourcesSpecLocationPolicyLocation;
§Properties
§
locations?: {}
[src][key: string]: FutureResourcesSpecLocationPolicyLocation;
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.