Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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.

§
zone?: string
[src]

Required. Immutable. Name of the zone in which VM instances should run, e.g., us-central1-a. Must be in the same region as the cluster, and must match the zone of any other resources specified in the cluster.