NewOnDemandInstancesConfig
import type { NewOnDemandInstancesConfig } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";When set in a ComputeResourceConfig, indicates that on-demand (i.e., using the standard provisioning model) VM instances should be created.
interface NewOnDemandInstancesConfig {
machineType?: string;
zone?: string;
}§Properties
§
machineType?: string
[src]Required. Immutable. Name of the Compute Engine machine
type to use, e.g.
n2-standard-2.