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-03-21 UTC."],[[["This documentation page covers the `ReplicatingStep` class within the Google Cloud VM Migration v1 API, specifically version 2.2.0."],["The `ReplicatingStep` class provides detailed information about a specific step in the VM migration process, representing a replicating step that implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes properties to track replication progress, such as `LastThirtyMinutesAverageBytesPerSecond`, `LastTwoMinutesAverageBytesPerSecond`, `ReplicatedBytes`, and `TotalBytes`."],["There are multiple versions of the `ReplicatingStep` class available, ranging from version 1.0.0 to the latest 2.6.0 version, each with its respective documentation."],["The class has two constructors: A default, empty one and one that takes another ReplicatingStep object as a parameter."]]],[]]