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

ResizeDiskRequest

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

Request for resizing the notebook instance disks

interface ResizeDiskRequest {
bootDisk?: BootDisk;
dataDisk?: DataDisk;
}

§Properties

§
bootDisk?: BootDisk
[src]

Required. The boot disk to be resized. Only disk_size_gb will be used.

§
dataDisk?: DataDisk
[src]

Required. The data disk to be resized. Only disk_size_gb will be used.