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 document provides reference information for the `ReplicatingStep` class within the Google Cloud VM Migration v1 API, specifically version 2.3.0."],["`ReplicatingStep` is a class designed to contain details about a specific replication step, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers properties such as `LastThirtyMinutesAverageBytesPerSecond`, `LastTwoMinutesAverageBytesPerSecond`, `ReplicatedBytes`, and `TotalBytes` to track replication progress and rates, all measured in bytes."],["This class has two constructors, a default constructor, and a constructor taking a `ReplicatingStep` object as a parameter, useful for cloning."],["There are multiple versions of the `ReplicatingStep` class, with the most recent being version 2.6.0, and the earliest being 1.0.0, all available as a link."]]],[]]