public sealed class ReplicationSync : IMessage<ReplicationSync>, IEquatable<ReplicationSync>, IDeepCloneable<ReplicationSync>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class ReplicationSync.
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."],[[["The latest version of the `ReplicationSync` class is 2.6.0, found within the Google Cloud VM Migration v1 API."],["`ReplicationSync` provides information about the most recent replica synchronization to the cloud, using the VM Migration API."],["The `ReplicationSync` class inherits from the `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and a copy constructor that takes another `ReplicationSync` object as a parameter."],["The `LastSyncTime` property of the class `ReplicationSync` provides a `Timestamp` that reflects the most recent replicated snapshot."]]],[]]