public sealed class DisksStopGroupAsyncReplicationResource : IMessage<DisksStopGroupAsyncReplicationResource>, IEquatable<DisksStopGroupAsyncReplicationResource>, IDeepCloneable<DisksStopGroupAsyncReplicationResource>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class DisksStopGroupAsyncReplicationResource.
A transient resource used in compute.disks.stopGroupAsyncReplication and compute.regionDisks.stopGroupAsyncReplication. It is only used to process requests and is not persisted.
Implements
IMessageDisksStopGroupAsyncReplicationResource, IEquatableDisksStopGroupAsyncReplicationResource, IDeepCloneableDisksStopGroupAsyncReplicationResource, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
DisksStopGroupAsyncReplicationResource()
public DisksStopGroupAsyncReplicationResource()
DisksStopGroupAsyncReplicationResource(DisksStopGroupAsyncReplicationResource)
public DisksStopGroupAsyncReplicationResource(DisksStopGroupAsyncReplicationResource other)
Parameter | |
---|---|
Name | Description |
other | DisksStopGroupAsyncReplicationResource |
Properties
HasResourcePolicy
public bool HasResourcePolicy { get; }
Gets whether the "resource_policy" field is set
Property Value | |
---|---|
Type | Description |
bool |
ResourcePolicy
public string ResourcePolicy { get; set; }
The URL of the DiskConsistencyGroupPolicy for the group of disks to stop. 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 |