public sealed class ReplicatingStep : IMessage<ReplicatingStep>, IEquatable<ReplicatingStep>, IDeepCloneable<ReplicatingStep>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class ReplicatingStep.
[[["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-04-17 UTC."],[[["The latest version of the `ReplicatingStep` class in the VM Migration v1 API is 2.6.0, and previous versions are available, ranging down to 1.0.0."],["`ReplicatingStep` is a class used within the Google Cloud VM Migration v1 API to detail the replication process, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties that track replication progress, such as `LastThirtyMinutesAverageBytesPerSecond`, `LastTwoMinutesAverageBytesPerSecond`, `ReplicatedBytes`, and `TotalBytes`, which are all of type long."],["`ReplicatingStep` has two constructors, one that is empty, and one that takes in another `ReplicatingStep` object as an argument."],["`ReplicatingStep` inherits members from `object` such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]