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

ComputeEnginePreferences

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

The user preferences relating to Compute Engine target platform.

interface ComputeEnginePreferences {
licenseType?: "LICENSE_TYPE_UNSPECIFIED" | "LICENSE_TYPE_DEFAULT" | "LICENSE_TYPE_BRING_YOUR_OWN_LICENSE";
machinePreferences?: MachinePreferences;
persistentDiskType?:
| "PERSISTENT_DISK_TYPE_UNSPECIFIED"
| "PERSISTENT_DISK_TYPE_STANDARD"
| "PERSISTENT_DISK_TYPE_BALANCED"
| "PERSISTENT_DISK_TYPE_SSD";
}

§Properties

§
licenseType?: "LICENSE_TYPE_UNSPECIFIED" | "LICENSE_TYPE_DEFAULT" | "LICENSE_TYPE_BRING_YOUR_OWN_LICENSE"
[src]

License type to consider when calculating costs for virtual machine insights and recommendations. If unspecified, costs are calculated based on the default licensing plan.

§
machinePreferences?: MachinePreferences
[src]

Preferences concerning the machine types to consider on Compute Engine.

§
persistentDiskType?: "PERSISTENT_DISK_TYPE_UNSPECIFIED" | "PERSISTENT_DISK_TYPE_STANDARD" | "PERSISTENT_DISK_TYPE_BALANCED" | "PERSISTENT_DISK_TYPE_SSD"
[src]

Persistent disk type to use. If unspecified (default), all types are considered, based on available usage data.