Class ReplicationCycle (1.0.0)

public sealed class ReplicationCycle : IMessage<ReplicationCycle>, IEquatable<ReplicationCycle>, IDeepCloneable<ReplicationCycle>, IBufferMessage, IMessage

ReplicationCycle contains information about the current replication cycle status.

Inheritance

Object > ReplicationCycle

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

ReplicationCycle()

public ReplicationCycle()

ReplicationCycle(ReplicationCycle)

public ReplicationCycle(ReplicationCycle other)
Parameter
NameDescription
otherReplicationCycle

Properties

ProgressPercent

public int ProgressPercent { get; set; }

The current progress in percentage of this cycle.

Property Value
TypeDescription
Int32

StartTime

public Timestamp StartTime { get; set; }

The time the replication cycle has started.

Property Value
TypeDescription
Timestamp