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)
  },
  "snapshotGroupParameters": {
    object (SnapshotGroupParameters)
  }
}
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.

snapshotGroupParameters

object (SnapshotGroupParameters)

The parameters for the snapshot group. The usage of snapshot group feature is restricted.

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

SnapshotGroupParameters

JSON representation
{
  "sourceSnapshotGroup": string,
  "type": string,
  "replicaZones": [
    string
  ]
}
Fields
sourceSnapshotGroup

string

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:

type

string

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.

replicaZones[]

string

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