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-03-21 UTC."],[[["This document provides reference documentation for the `ReverseReplicationDirectionRequest` class within the NetApp v1 API, specifically version 1.6.0, which is a class used for reversing the direction of replication."],["The `ReverseReplicationDirectionRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data manipulation within the Google Cloud environment."],["The class offers two constructors, a default one and another that takes an existing `ReverseReplicationDirectionRequest` object to create a copy."],["The `Name` property within the `ReverseReplicationDirectionRequest` class is required and it is a string representing the resource name of the replication, and there is an associated property called `ReplicationName` that provides a typed view over this same resource name."]]],[]]