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

DiskMigrationStep

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

DiskMigrationStep holds information about the disk migration step progress.

interface DiskMigrationStep {
copyingSourceDiskSnapshot?: CopyingSourceDiskSnapshotStep;
creatingSourceDiskSnapshot?: CreatingSourceDiskSnapshotStep;
readonly endTime?: Date;
provisioningTargetDisk?: ProvisioningTargetDiskStep;
readonly startTime?: Date;
}

§Properties

§
copyingSourceDiskSnapshot?: CopyingSourceDiskSnapshotStep
[src]

Copying source disk snapshot step.

§
creatingSourceDiskSnapshot?: CreatingSourceDiskSnapshotStep
[src]

Creating source disk snapshot step.

§
readonly endTime?: Date
[src]

Output only. The time the step has ended.

§
provisioningTargetDisk?: ProvisioningTargetDiskStep
[src]

Creating target disk step.

§
readonly startTime?: Date
[src]

Output only. The time the step has started.