Compute Engine v1 API - Class DisksStopGroupAsyncReplicationResource (2.15.0)

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.

Inheritance

object > DisksStopGroupAsyncReplicationResource

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

DisksStopGroupAsyncReplicationResource()

public DisksStopGroupAsyncReplicationResource()

DisksStopGroupAsyncReplicationResource(DisksStopGroupAsyncReplicationResource)

public DisksStopGroupAsyncReplicationResource(DisksStopGroupAsyncReplicationResource other)
Parameter
NameDescription
otherDisksStopGroupAsyncReplicationResource

Properties

HasResourcePolicy

public bool HasResourcePolicy { get; }

Gets whether the "resource_policy" field is set

Property Value
TypeDescription
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
TypeDescription
string