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."],[[["This document provides reference documentation for the `StopReplicationRequest` class within the Google Cloud NetApp v1 API, with the latest being version 1.8.0."],["The `StopReplicationRequest` class is used to halt a replication process, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and one allowing the cloning of another `StopReplicationRequest` object, and it inherits from the `object` class."],["The `StopReplicationRequest` class has properties `Force`, `Name`, and `ReplicationName`, which are used to define if the halt should be immediate, the resource name, and the resource name with a specific type respectively."],["The `Force` property, being a boolean, allows the user to choose whether the stop is forceful which risks data loss from partial transfers, or if the action will fail if transfer is in progress."]]],[]]