Interface protos.google.cloud.vmmigration.v1.IReplicationCycle (3.0.2)

Properties of a ReplicationCycle.

Package

@google-cloud/vmmigration

Properties

cycleNumber

cycleNumber?: (number|null);

ReplicationCycle cycleNumber

endTime

endTime?: (google.protobuf.ITimestamp|null);

ReplicationCycle endTime

error

error?: (google.rpc.IStatus|null);

ReplicationCycle error

name

name?: (string|null);

ReplicationCycle name

progressPercent

progressPercent?: (number|null);

ReplicationCycle progressPercent

startTime

startTime?: (google.protobuf.ITimestamp|null);

ReplicationCycle startTime

state

state?: (google.cloud.vmmigration.v1.ReplicationCycle.State|keyof typeof google.cloud.vmmigration.v1.ReplicationCycle.State|null);

ReplicationCycle state

steps

steps?: (google.cloud.vmmigration.v1.ICycleStep[]|null);

ReplicationCycle steps

totalPauseDuration

totalPauseDuration?: (google.protobuf.IDuration|null);

ReplicationCycle totalPauseDuration