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

AttachedDisk

import type { AttachedDisk } from "https://googleapis.deno.dev/v1/tpu:v2.ts";

A node-attached disk resource. Next ID: 8;

interface AttachedDisk {
mode?: "DISK_MODE_UNSPECIFIED" | "READ_WRITE" | "READ_ONLY";
sourceDisk?: string;
}

§Properties

§
mode?: "DISK_MODE_UNSPECIFIED" | "READ_WRITE" | "READ_ONLY"
[src]

The mode in which to attach this disk. If not specified, the default is READ_WRITE mode. Only applicable to data_disks.

§
sourceDisk?: string
[src]

Specifies the full path to an existing disk. For example: "projects/my-project/zones/us-central1-c/disks/my-disk".