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 ( |
| Fields | |
|---|---|
sourceConsistencyGroupPolicy |
The URL of the DiskConsistencyGroupPolicy for the group of disks to clone. This may be a full or partial URL, such as:
|
instantSnapshotGroupParameters |
The parameters for the instant snapshot group. |
snapshotGroupParameters |
The parameters for the snapshot group. The usage of snapshot group feature is restricted. |
InstantSnapshotGroupParameters
| JSON representation |
|---|
{ "sourceInstantSnapshotGroup": string } |
| Fields | |
|---|---|
sourceInstantSnapshotGroup |
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:
|
SnapshotGroupParameters
| JSON representation |
|---|
{ "sourceSnapshotGroup": string, "type": string, "replicaZones": [ string ] } |
| Fields | |
|---|---|
sourceSnapshotGroup |
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 |
URL of the disk type resource describing which disk type to use to create disks. Provide this when creating the disk. For example:
. See Persistent disk types. |
replicaZones[] |
URLs of the zones where disks should be replicated to. Only applicable for regional resources. |