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

SourceInstanceParams

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

A specification of the parameters to use when creating the instance template from a source instance.

interface SourceInstanceParams {
diskConfigs?: DiskInstantiationConfig[];
}

§Properties

§

Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, the source images for each disk will be used. For read-only disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.