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

ImageImport

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

ImageImport describes the configuration of the image import to run.

interface ImageImport {
cloudStorageUri?: string;
readonly createTime?: Date;
diskImageTargetDefaults?: DiskImageTargetDetails;
encryption?: Encryption;
readonly name?: string;
readonly recentImageImportJobs?: ImageImportJob[];
}

§Properties

§
cloudStorageUri?: string
[src]

Immutable. The path to the Cloud Storage file from which the image should be imported.

§
readonly createTime?: Date
[src]

Output only. The time the image import was created.

§
diskImageTargetDefaults?: DiskImageTargetDetails
[src]

Immutable. Target details for importing a disk image, will be used by ImageImportJob.

§
encryption?: Encryption
[src]

Immutable. The encryption details used by the image import process during the image adaptation for Compute Engine.

§
readonly name?: string
[src]

Output only. The resource path of the ImageImport.

§
readonly recentImageImportJobs?: ImageImportJob[]
[src]

Output only. The result of the most recent runs for this ImageImport. All jobs for this ImageImport can be listed via ListImageImportJobs.