MachineConfig
import type { MachineConfig } from "https://googleapis.deno.dev/v1/databasecenter:v1beta.ts";MachineConfig describes the configuration of a machine specific to a Database Resource.
interface MachineConfig {
baselineSlotCount?: bigint;
maxReservationSlotCount?: bigint;
memorySizeBytes?: bigint;
shardCount?: number;
vcpuCount?: number;
}