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

MachinePreferences

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

The type of machines to consider when calculating virtual machine migration insights and recommendations. Not all machine types are available in all zones and regions.

interface MachinePreferences {
allowedMachineSeries?: MachineSeries[];
}

§Properties

§
allowedMachineSeries?: MachineSeries[]
[src]

Compute Engine machine series to consider for insights and recommendations. If empty, no restriction is applied on the machine series.