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.
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.
Required. The resource name of the replication, in the format of
projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The latest version available for the `StopReplicationRequest` is 1.8.0, but the current documentation is for version 1.7.0, which is one of the 9 different versions listed."],["`StopReplicationRequest` is a class in the `Google.Cloud.NetApp.V1` namespace that is used to halt data replication temporarily, and is located in the `Google.Cloud.NetApp.V1.dll` assembly."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message handling, equality comparison, and deep cloning."],["The `StopReplicationRequest` class includes properties `Force` (a boolean to control if the stop is forced), `Name` (a string representing the replication resource name), and `ReplicationName` (a typed view of the `Name`)."],["Stopping replication with `Force` set to true will interrupt any ongoing transfers, potentially leading to data loss due to incomplete transfers, whereas `Force` set to false will fail if a transfer is ongoing."]]],[]]