public sealed class ReplicationCycle : IMessage<ReplicationCycle>, IEquatable<ReplicationCycle>, IDeepCloneable<ReplicationCycle>, IBufferMessage, IMessageReplicationCycle contains information about the current replication cycle status.
Implements
IMessage<ReplicationCycle>, IEquatable<ReplicationCycle>, IDeepCloneable<ReplicationCycle>, IBufferMessage, IMessageNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
ReplicationCycle()
public ReplicationCycle()ReplicationCycle(ReplicationCycle)
public ReplicationCycle(ReplicationCycle other)| Parameter | |
|---|---|
| Name | Description |
other |
ReplicationCycle |
Properties
ProgressPercent
public int ProgressPercent { get; set; }The current progress in percentage of this cycle.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
StartTime
public Timestamp StartTime { get; set; }The time the replication cycle has started.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|