public sealed class BulkInsertDiskResource : IMessage<BulkInsertDiskResource>, IEquatable<BulkInsertDiskResource>, IDeepCloneable<BulkInsertDiskResource>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API 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.
Implements
IMessageBulkInsertDiskResource, IEquatableBulkInsertDiskResource, IDeepCloneableBulkInsertDiskResource, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
BulkInsertDiskResource()
public BulkInsertDiskResource()BulkInsertDiskResource(BulkInsertDiskResource)
public BulkInsertDiskResource(BulkInsertDiskResource other)| Parameter | |
|---|---|
| Name | Description |
other |
BulkInsertDiskResource |
Properties
HasSourceConsistencyGroupPolicy
public bool HasSourceConsistencyGroupPolicy { get; }Gets whether the "source_consistency_group_policy" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
SourceConsistencyGroupPolicy
public string SourceConsistencyGroupPolicy { get; set; }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
| Property Value | |
|---|---|
| Type | Description |
string |
|