NewReservedInstancesConfig
import type { NewReservedInstancesConfig } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";When set in a ComputeResourceConfig, indicates that VM instances should be created from a reservation.
interface NewReservedInstancesConfig {
reservation?: string;
}