CloneStepResponse

data class CloneStepResponse(val adaptingOs: AdaptingOSStepResponse, val endTime: String, val instantiatingMigratedVm: InstantiatingMigratedVMStepResponse, val preparingVmDisks: PreparingVMDisksStepResponse, val startTime: String)

CloneStep holds information about the clone step progress.

Constructors

Link copied to clipboard
fun CloneStepResponse(adaptingOs: AdaptingOSStepResponse, endTime: String, instantiatingMigratedVm: InstantiatingMigratedVMStepResponse, preparingVmDisks: PreparingVMDisksStepResponse, startTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Adapting OS step.

Link copied to clipboard

The time the step has ended.

Link copied to clipboard
Link copied to clipboard

Preparing VM disks step.

Link copied to clipboard

The time the step has started.