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

ImageImportOsAdaptationParameters

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

Parameters affecting the OS adaptation process.

interface ImageImportOsAdaptationParameters {
generalize?: boolean;
licenseType?: "COMPUTE_ENGINE_LICENSE_TYPE_DEFAULT" | "COMPUTE_ENGINE_LICENSE_TYPE_PAYG" | "COMPUTE_ENGINE_LICENSE_TYPE_BYOL";
}

§Properties

§
generalize?: boolean
[src]

Optional. Set to true in order to generalize the imported image. The generalization process enables co-existence of multiple VMs created from the same image. For Windows, generalizing the image removes computer-specific information such as installed drivers and the computer security identifier (SID).

§
licenseType?: "COMPUTE_ENGINE_LICENSE_TYPE_DEFAULT" | "COMPUTE_ENGINE_LICENSE_TYPE_PAYG" | "COMPUTE_ENGINE_LICENSE_TYPE_BYOL"
[src]

Optional. Choose which type of license to apply to the imported image.