public sealed class CycleStep : IMessage<CycleStep>, IEquatable<CycleStep>, IDeepCloneable<CycleStep>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class CycleStep.
CycleStep holds information about a step progress.
Implements
IMessageCycleStep, IEquatableCycleStep, IDeepCloneableCycleStep, IBufferMessage, IMessageNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
CycleStep()
public CycleStep()
CycleStep(CycleStep)
public CycleStep(CycleStep other)
Parameter | |
---|---|
Name | Description |
other |
CycleStep |
Properties
EndTime
public Timestamp EndTime { get; set; }
The time the cycle step has ended.
Property Value | |
---|---|
Type | Description |
Timestamp |
InitializingReplication
public InitializingReplicationStep InitializingReplication { get; set; }
Initializing replication step.
Property Value | |
---|---|
Type | Description |
InitializingReplicationStep |
PostProcessing
public PostProcessingStep PostProcessing { get; set; }
Post processing step.
Property Value | |
---|---|
Type | Description |
PostProcessingStep |
Replicating
public ReplicatingStep Replicating { get; set; }
Replicating step.
Property Value | |
---|---|
Type | Description |
ReplicatingStep |
StartTime
public Timestamp StartTime { get; set; }
The time the cycle step has started.
Property Value | |
---|---|
Type | Description |
Timestamp |
StepCase
public CycleStep.StepOneofCase StepCase { get; }
Property Value | |
---|---|
Type | Description |
CycleStepStepOneofCase |