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

ComputeEngineDisksTargetDefaults

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

ComputeEngineDisksTargetDefaults is a collection of details for creating Persistent Disks in a target Compute Engine project.

interface ComputeEngineDisksTargetDefaults {
disksTargetDefaults?: DisksMigrationDisksTargetDefaults;
targetProject?: string;
vmTargetDefaults?: DisksMigrationVmTargetDefaults;
zone?: string;
}

§Properties

§

The details of each Persistent Disk to create.

§

Details of the disk only migration target.

§
targetProject?: string
[src]

The full path of the resource of type TargetProject which represents the Compute Engine project in which to create the Persistent Disks.

§

Details of the VM migration target.

§
zone?: string
[src]

The zone in which to create the Persistent Disks.