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

DiskImageDefaults

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

Contains details about the image source used to create the disk.

interface DiskImageDefaults {
sourceImage?: string;
}

§Properties

§
sourceImage?: string
[src]

Required. The Image resource used when creating the disk.