public sealed class ReplicatingStep : IMessage<ReplicatingStep>, IEquatable<ReplicatingStep>, IDeepCloneable<ReplicatingStep>, IBufferMessage, IMessageReference documentation and code samples for the VM Migration v1 API class ReplicatingStep.
ReplicatingStep contains specific step details.
Implements
IMessage<ReplicatingStep>, IEquatable<ReplicatingStep>, IDeepCloneable<ReplicatingStep>, IBufferMessage, IMessageNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
ReplicatingStep()
public ReplicatingStep()ReplicatingStep(ReplicatingStep)
public ReplicatingStep(ReplicatingStep other)| Parameter | |
|---|---|
| Name | Description |
other |
ReplicatingStep |
Properties
LastThirtyMinutesAverageBytesPerSecond
public long LastThirtyMinutesAverageBytesPerSecond { get; set; }The source disks replication rate for the last 30 minutes in bytes per second.
| Property Value | |
|---|---|
| Type | Description |
Int64 |
|
LastTwoMinutesAverageBytesPerSecond
public long LastTwoMinutesAverageBytesPerSecond { get; set; }The source disks replication rate for the last 2 minutes in bytes per second.
| Property Value | |
|---|---|
| Type | Description |
Int64 |
|
ReplicatedBytes
public long ReplicatedBytes { get; set; }Replicated bytes in the step.
| Property Value | |
|---|---|
| Type | Description |
Int64 |
|
TotalBytes
public long TotalBytes { get; set; }Total bytes to be handled in the step.
| Property Value | |
|---|---|
| Type | Description |
Int64 |
|