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

DisksMigrationVmTargetDetails

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

Details for the VM created VM as part of disks migration.

interface DisksMigrationVmTargetDetails {
readonly vmUri?: string;
}

§Properties

§
readonly vmUri?: string
[src]

Output only. The URI of the Compute Engine VM.