public sealed class ReplicationCycle : IMessage<ReplicationCycle>, IEquatable<ReplicationCycle>, IDeepCloneable<ReplicationCycle>, IBufferMessage, IMessage
ReplicationCycle contains information about the current replication cycle
status.
[[["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 provides documentation for the `ReplicationCycle` class within the `Google.Cloud.VMMigration.V1` namespace, with the latest version being 2.6.0."],["`ReplicationCycle` is a class that contains information about the current status of a replication cycle, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["`ReplicationCycle` has two constructors, one default and one that takes another `ReplicationCycle` as a parameter, as well as the properties `ProgressPercent` (an integer) and `StartTime` (a `Timestamp`)."],["The documentation covers versions ranging from 1.0.0 to 2.6.0 of the `ReplicationCycle` class."]]],[]]