Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CloneStep

import type { CloneStep } from "https://googleapis.deno.dev/v1/vmmigration:v1.ts";

CloneStep holds information about the clone step progress.

interface CloneStep {
adaptingOs?: AdaptingOSStep;
endTime?: Date;
instantiatingMigratedVm?: InstantiatingMigratedVMStep;
preparingVmDisks?: PreparingVMDisksStep;
startTime?: Date;
}

§Properties

§
adaptingOs?: AdaptingOSStep
[src]

Adapting OS step.

§
endTime?: Date
[src]

The time the step has ended.

§
instantiatingMigratedVm?: InstantiatingMigratedVMStep
[src]

Instantiating migrated VM step.

§
preparingVmDisks?: PreparingVMDisksStep
[src]

Preparing VM disks step.

§
startTime?: Date
[src]

The time the step has started.