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 \u003ccode\u003eStopReplicationRequest\u003c/code\u003e class in the Google.Cloud.NetApp.V1 API allows for stopping a replication process, with version 1.8.0 being the latest.\u003c/p\u003e\n"],["\u003cp\u003eThis class provides methods to halt a replication, which can be resumed later, as part of the NetApp v1 API for .NET.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStopReplicationRequest\u003c/code\u003e can be done forcefully, via the \u003ccode\u003eForce\u003c/code\u003e property, although it carries a warning of potential data loss if data transfer is in progress.\u003c/p\u003e\n"],["\u003cp\u003eThe replication to be stopped is identified using the \u003ccode\u003eName\u003c/code\u003e property, which requires the resource name in a specific format.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReplicationName\u003c/code\u003e property is a view of the \u003ccode\u003eName\u003c/code\u003e property, but using the \u003ccode\u003eReplicationName\u003c/code\u003e type, instead of string.\u003c/p\u003e\n"]]],[],null,[]]