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