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.
Implements
IMessageReplicatingStep, IEquatableReplicatingStep, IDeepCloneableReplicatingStep, 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 |
long |
LastTwoMinutesAverageBytesPerSecond
public long LastTwoMinutesAverageBytesPerSecond { get; set; }
The source disks replication rate for the last 2 minutes in bytes per second.
Property Value | |
---|---|
Type | Description |
long |
ReplicatedBytes
public long ReplicatedBytes { get; set; }
Replicated bytes in the step.
Property Value | |
---|---|
Type | Description |
long |
TotalBytes
public long TotalBytes { get; set; }
Total bytes to be handled in the step.
Property Value | |
---|---|
Type | Description |
long |