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

ResourcePolicySnapshotSchedulePolicySnapshotProperties

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

Specified snapshot properties for scheduled snapshots created by this policy.

interface ResourcePolicySnapshotSchedulePolicySnapshotProperties {
chainName?: string;
guestFlush?: boolean;
labels?: {
[key: string]: string;
}
;
storageLocations?: string[];
}

§Properties

§
chainName?: string
[src]

Chain name that the snapshot is created in.

§
guestFlush?: boolean
[src]

Indication to perform a 'guest aware' snapshot.

§
labels?: {
[key: string]: string;
}
[src]

Labels to apply to scheduled snapshots. These can be later modified by the setLabels method. Label values may be empty.

§
storageLocations?: string[]
[src]

Cloud Storage bucket storage location of the auto snapshot (regional or multi-regional).