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

SnapshotSettingsStorageLocationSettings

import type { SnapshotSettingsStorageLocationSettings } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface SnapshotSettingsStorageLocationSettings {
policy?:
| "LOCAL_REGION"
| "NEAREST_MULTI_REGION"
| "SPECIFIC_LOCATIONS"
| "STORAGE_LOCATION_POLICY_UNSPECIFIED";
}

§Properties

§

When the policy is SPECIFIC_LOCATIONS, snapshots will be stored in the locations listed in this field. Keys are GCS bucket locations.

§
policy?: "LOCAL_REGION" | "NEAREST_MULTI_REGION" | "SPECIFIC_LOCATIONS" | "STORAGE_LOCATION_POLICY_UNSPECIFIED"
[src]

The chosen location policy.