VM Migration v1 API - Class ReplicatingStep (2.5.0)

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.

ReplicatingStep contains specific step details.

Inheritance

object > ReplicatingStep

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

ReplicatingStep()

public ReplicatingStep()

ReplicatingStep(ReplicatingStep)

public ReplicatingStep(ReplicatingStep other)
Parameter
NameDescription
otherReplicatingStep

Properties

LastThirtyMinutesAverageBytesPerSecond

public long LastThirtyMinutesAverageBytesPerSecond { get; set; }

The source disks replication rate for the last 30 minutes in bytes per second.

Property Value
TypeDescription
long

LastTwoMinutesAverageBytesPerSecond

public long LastTwoMinutesAverageBytesPerSecond { get; set; }

The source disks replication rate for the last 2 minutes in bytes per second.

Property Value
TypeDescription
long

ReplicatedBytes

public long ReplicatedBytes { get; set; }

Replicated bytes in the step.

Property Value
TypeDescription
long

TotalBytes

public long TotalBytes { get; set; }

Total bytes to be handled in the step.

Property Value
TypeDescription
long