NewSpotInstancesConfig
import type { NewSpotInstancesConfig } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";When set in a ComputeResourceConfig, indicates that spot VM instances should be created.
interface NewSpotInstancesConfig {
machineType?: string;
terminationAction?: "TERMINATION_ACTION_UNSPECIFIED" | "STOP" | "DELETE";
zone?: string;
}