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/alloydb:v1.ts";

MachineConfig describes the configuration of a machine.

interface MachineConfig {
cpuCount?: number;
}

§Properties

§
cpuCount?: number
[src]

The number of CPU's in the VM instance.