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-03-21 UTC."],[[["This document provides reference information for the `SyncReplicationRequest` class within the Google Cloud NetApp v1 API, with the latest version being 1.8.0."],["The `SyncReplicationRequest` class is used to sync replication from a source to a destination and inherits from `object` while implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties like `Name` and `ReplicationName`, with `Name` being a required string resource identifier for the replication."],["There are two constructors available: a parameterless constructor and one that takes another `SyncReplicationRequest` instance as its argument."],["The document lists available versions of the SyncReplicationRequest, ranging from version 1.0.0 to the latest 1.8.0, and provides links to the reference documentation of each."]]],[]]