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

DiskMigrationJobTargetDetails

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

Details of the target disk in Compute Engine.

interface DiskMigrationJobTargetDetails {
encryption?: Encryption;
labels?: {
[key: string]: string;
}
;
targetDisk?: ComputeEngineDisk;
targetProject?: string;
}

§Properties

§
encryption?: Encryption
[src]

Optional. The encryption to apply to the disk. If the DiskMigrationJob parent Source resource has an encryption, this field must be set to the same encryption key.

§
labels?: {
[key: string]: string;
}
[src]

Optional. A map of labels to associate with the disk.

§

Required. The target disk.

§
targetProject?: string
[src]

Required. The name of the resource of type TargetProject which represents the Compute Engine project in which to create the disk. Should be of the form: projects/{project}/locations/global/targetProjects/{target-project}