public sealed class SyncReplicationRequest : IMessage<SyncReplicationRequest>, IEquatable<SyncReplicationRequest>, IDeepCloneable<SyncReplicationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class SyncReplicationRequest.
SyncReplicationRequest syncs the replication from source to destination.
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 webpage provides reference documentation for the `SyncReplicationRequest` class within the NetApp v1 API for .NET."],["`SyncReplicationRequest` is used to synchronize replication from a source to a destination."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors to create new instances, either default or as a copy of an existing `SyncReplicationRequest`."],["Key properties of `SyncReplicationRequest` are `Name` (a string representing the replication resource name) and `ReplicationName` (a typed view of the `Name`)."]]],[]]