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

SnapshotGroupParameters

import type { SnapshotGroupParameters } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface SnapshotGroupParameters {
replicaZones?: string[];
sourceSnapshotGroup?: string;
type?: string;
}

§Properties

§
replicaZones?: string[]
[src]

URLs of the zones where disks should be replicated to. Only applicable for regional resources.

§
sourceSnapshotGroup?: string
[src]

The source 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/global/snapshotGroups/snapshotGroup

  • projects/project/global/snapshotGroups/snapshotGroup - global/snapshotGroups/snapshotGroup
§
type?: string
[src]

URL of the disk type resource describing which disk type to use to create disks. Provide this when creating the disk. For example:projects/project/zones/zone/diskTypes/pd-ssd. See Persistent disk types.