public sealed class ReverseReplicationDirectionRequest : IMessage<ReverseReplicationDirectionRequest>, IEquatable<ReverseReplicationDirectionRequest>, IDeepCloneable<ReverseReplicationDirectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class ReverseReplicationDirectionRequest.
ReverseReplicationDirectionRequest reverses direction of replication. Source
becomes destination and destination becomes source.
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-06-12 UTC."],[[["This document provides reference documentation for the `ReverseReplicationDirectionRequest` class within the Google Cloud NetApp V1 API, specifically version 1.5.0."],["The `ReverseReplicationDirectionRequest` class is used to reverse the direction of replication, swapping the source and destination."],["The class inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and is within the `Google.Cloud.NetApp.V1` namespace."],["The `ReverseReplicationDirectionRequest` class has two constructors and includes properties such as `Name` and `ReplicationName`, which are used to specify the replication resource being manipulated."],["There are multiple versions of the API available, with the latest being 1.8.0 and previous versions include 1.7.0, 1.6.0, 1.5.0, 1.4.0, 1.3.0, 1.2.0, 1.1.0, and 1.0.0."]]],[]]