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

BulkInsertDiskResource

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

A transient resource used in compute.disks.bulkInsert and compute.regionDisks.bulkInsert. It is only used to process requests and is not persisted.

interface BulkInsertDiskResource {
sourceConsistencyGroupPolicy?: string;
}

§Properties

§
sourceConsistencyGroupPolicy?: string
[src]

The URL of the DiskConsistencyGroupPolicy for the group of disks to clone. This may be a full or partial URL, such as: - https://www.googleapis.com/compute/v1/projects/project/regions/region /resourcePolicies/resourcePolicy - projects/project/regions/region/resourcePolicies/resourcePolicy - regions/region/resourcePolicies/resourcePolicy