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

OSDisk

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

A message describing the OS disk.

interface OSDisk {
name?: string;
sizeGb?: number;
type?: string;
}

§Properties

§
name?: string
[src]

The disk's full name.

§
sizeGb?: number
[src]

The disk's size in GB.

§
type?: string
[src]

The disk's type.