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-04-17 UTC."],[[["This document provides reference documentation for the `ReverseReplicationDirectionRequest` class within the Google Cloud NetApp v1 API, specifically version 1.7.0."],["The `ReverseReplicationDirectionRequest` class is used to reverse the direction of replication, switching the source and destination."],["The class inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and has properties such as `Name` and `ReplicationName`."],["This page also lists previous versions of the `ReverseReplicationDirectionRequest`, ranging from version 1.0.0 to 1.8.0 (latest), allowing navigation between the different versions."],["There are two different constructors available for the class: a default constructor and one that takes another instance of `ReverseReplicationDirectionRequest` as a parameter, which allows it to be cloned."]]],[]]