Show / Hide Table of Contents

Class BulkInsertDiskResource

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

Inheritance
object
BulkInsertDiskResource
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class BulkInsertDiskResource : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InstantSnapshotGroupParameters

The parameters for the instant snapshot group.

Declaration
[JsonProperty("instantSnapshotGroupParameters")]
public virtual InstantSnapshotGroupParameters InstantSnapshotGroupParameters { get; set; }
Property Value
Type Description
InstantSnapshotGroupParameters

SnapshotGroupParameters

The parameters for the snapshot group.

Declaration
[JsonProperty("snapshotGroupParameters")]
public virtual SnapshotGroupParameters SnapshotGroupParameters { get; set; }
Property Value
Type Description
SnapshotGroupParameters

SourceConsistencyGroupPolicy

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

Declaration
[JsonProperty("sourceConsistencyGroupPolicy")]
public virtual string SourceConsistencyGroupPolicy { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX