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

ComputeEngineDisksTargetDetails

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

ComputeEngineDisksTargetDetails is a collection of created Persistent Disks details.

interface ComputeEngineDisksTargetDetails {
disks?: PersistentDisk[];
disksTargetDetails?: DisksMigrationDisksTargetDetails;
}

§Properties

§

The details of each created Persistent Disk.

§

Details of the disks-only migration target.

§

Details for the VM the migrated data disks are attached to.