NetApp v1 API - Class StopReplicationRequest (1.1.0)

public sealed class StopReplicationRequest : IMessage<StopReplicationRequest>, IEquatable<StopReplicationRequest>, IDeepCloneable<StopReplicationRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the NetApp v1 API class StopReplicationRequest.

StopReplicationRequest stops a replication until resumed.

Inheritance

object > StopReplicationRequest

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

StopReplicationRequest()

public StopReplicationRequest()

StopReplicationRequest(StopReplicationRequest)

public StopReplicationRequest(StopReplicationRequest other)
Parameter
NameDescription
otherStopReplicationRequest

Properties

Force

public bool Force { get; set; }

Indicates whether to stop replication forcefully while data transfer is in progress. Warning! if force is true, this will abort any current transfers and can lead to data loss due to partial transfer. If force is false, stop replication will fail while data transfer is in progress and you will need to retry later.

Property Value
TypeDescription
bool

Name

public string Name { get; set; }

Required. The resource name of the replication, in the format of projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}.

Property Value
TypeDescription
string

ReplicationName

public ReplicationName ReplicationName { get; set; }

ReplicationName-typed view over the Name resource name property.

Property Value
TypeDescription
ReplicationName