CutoverStepResponse

data class CutoverStepResponse(val endTime: String, val finalSync: ReplicationCycleResponse, val instantiatingMigratedVm: InstantiatingMigratedVMStepResponse, val preparingVmDisks: PreparingVMDisksStepResponse, val previousReplicationCycle: ReplicationCycleResponse, val shuttingDownSourceVm: ShuttingDownSourceVMStepResponse, val startTime: String)

CutoverStep holds information about the cutover step progress.

Constructors

Link copied to clipboard
fun CutoverStepResponse(endTime: String, finalSync: ReplicationCycleResponse, instantiatingMigratedVm: InstantiatingMigratedVMStepResponse, preparingVmDisks: PreparingVMDisksStepResponse, previousReplicationCycle: ReplicationCycleResponse, shuttingDownSourceVm: ShuttingDownSourceVMStepResponse, startTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time the step has ended.

Link copied to clipboard

Final sync step.

Link copied to clipboard
Link copied to clipboard

Preparing VM disks step.

Link copied to clipboard

A replication cycle prior cutover step.

Link copied to clipboard
Link copied to clipboard

The time the step has started.