BulkInsertDiskResource

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

JSON representation
{
  "sourceConsistencyGroupPolicy": string,
  "instantSnapshotGroupParameters": {
    object (InstantSnapshotGroupParameters)
  }
}
Fields
sourceConsistencyGroupPolicy

string

The URL of the DiskConsistencyGroupPolicy for the group of disks to clone. This may be a full or partial URL, such as:

instantSnapshotGroupParameters

object (InstantSnapshotGroupParameters)

The parameters for the instant snapshot group.

InstantSnapshotGroupParameters

JSON representation
{
  "sourceInstantSnapshotGroup": string
}
Fields
sourceInstantSnapshotGroup

string

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