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."],[[["The latest version available for `ReplicationCycle` is 2.6.0, with several earlier versions also documented, including 2.5.0, 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0 and 1.0.0."],["`ReplicationCycle` is a class that provides information regarding the status of a current replication cycle, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ReplicationCycle` has a default constructor as well as a copy constructor, and it inherits members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` from `Object`."],["The `ReplicationCycle` class contains two key properties: `ProgressPercent`, an integer indicating the current progress percentage, and `StartTime`, a timestamp of when the replication cycle initiated."],["`ReplicationCycle` is found in the `Google.Cloud.VMMigration.V1` namespace and resides in the `Google.Cloud.VMMigration.V1.dll` assembly."]]],[]]