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

PersistentDisk

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

Details of a created Persistent Disk.

interface PersistentDisk {
diskUri?: string;
sourceDiskNumber?: number;
}

§Properties

§
diskUri?: string
[src]

The URI of the Persistent Disk.

§
sourceDiskNumber?: number
[src]

The ordinal number of the source VM disk.