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 {
instantSnapshotGroupParameters?: InstantSnapshotGroupParameters;
snapshotGroupParameters?: SnapshotGroupParameters;
sourceConsistencyGroupPolicy?: string;
}§Properties
§
instantSnapshotGroupParameters?: InstantSnapshotGroupParameters
[src]The parameters for the instant snapshot group.
§
snapshotGroupParameters?: SnapshotGroupParameters
[src]The parameters for the snapshot group. The usage of snapshot group feature is restricted.
§
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