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

MachineConfig

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

MachineConfig describes the configuration of a machine.

interface MachineConfig {
cpuCount?: number;
machineType?: string;
}

§Properties

§
cpuCount?: number
[src]

The number of CPU's in the VM instance.

§
machineType?: string
[src]

Optional. Machine type of the VM instance. E.g. "n2-highmem-4", "n2-highmem-8", "c4a-highmem-4-lssd". cpu_count must match the number of vCPUs in the machine type.