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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version available for the \u003ccode\u003eStopReplicationRequest\u003c/code\u003e is 1.8.0, but the current documentation is for version 1.7.0, which is one of the 9 different versions listed.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStopReplicationRequest\u003c/code\u003e is a class in the \u003ccode\u003eGoogle.Cloud.NetApp.V1\u003c/code\u003e namespace that is used to halt data replication temporarily, and is located in the \u003ccode\u003eGoogle.Cloud.NetApp.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities like message handling, equality comparison, and deep cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStopReplicationRequest\u003c/code\u003e class includes properties \u003ccode\u003eForce\u003c/code\u003e (a boolean to control if the stop is forced), \u003ccode\u003eName\u003c/code\u003e (a string representing the replication resource name), and \u003ccode\u003eReplicationName\u003c/code\u003e (a typed view of the \u003ccode\u003eName\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eStopping replication with \u003ccode\u003eForce\u003c/code\u003e set to true will interrupt any ongoing transfers, potentially leading to data loss due to incomplete transfers, whereas \u003ccode\u003eForce\u003c/code\u003e set to false will fail if a transfer is ongoing.\u003c/p\u003e\n"]]],[],null,[]]