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 documentation for the `ReplicatingStep` class within the VM Migration v1 API, specifically version 2.5.0."],["The `ReplicatingStep` class, part of the `Google.Cloud.VMMigration.V1` namespace, details the replication process in VM migrations and is designed to hold specific step details."],["It includes properties such as `LastThirtyMinutesAverageBytesPerSecond`, `LastTwoMinutesAverageBytesPerSecond`, `ReplicatedBytes`, and `TotalBytes`, all of which provide metrics related to the replication process."],["The class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it includes two constructor overloads, one default and one that takes a `ReplicatingStep` object."],["The documentation lists previous versions of the `ReplicatingStep` class from 2.0.0 to 2.4.0, as well as 1.0.0 and the most recent version 2.6.0."]]],[]]