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

InstantSnapshotGroupParameters

import type { InstantSnapshotGroupParameters } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface InstantSnapshotGroupParameters {
sourceInstantSnapshotGroup?: string;
}

§Properties

§
sourceInstantSnapshotGroup?: string
[src]

The source instant snapshot group used to create disks. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone/instantSnapshotGroups/instantSnapshotGroup

  • projects/project/zones/zone/instantSnapshotGroups/instantSnapshotGroup - zones/zone/instantSnapshotGroups/instantSnapshotGroup