public sealed class ReplicationSync : IMessage<ReplicationSync>, IEquatable<ReplicationSync>, IDeepCloneable<ReplicationSync>, IBufferMessage, IMessage
ReplicationSync contain information about the last replica sync to the cloud.
[[["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 webpage details the `ReplicationSync` class within the `Google.Cloud.VMMigration.V1` namespace, which provides information about the most recent replica synchronization to the cloud."],["The latest version documented is 2.6.0, and several previous versions ranging from 2.5.0 down to 1.0.0 are also listed and linked to."],["`ReplicationSync` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting from the base `Object` class."],["The `ReplicationSync` class has two constructors: a default constructor and a copy constructor that accepts another `ReplicationSync` object."],["The class includes the `LastSyncTime` property of type `Timestamp`, which indicates the most recent snapshot creation time that has completed replication."]]],[]]