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

ComputeResourceConfig

import type { ComputeResourceConfig } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";

Describes how a compute resource should be created at runtime.

interface ComputeResourceConfig {
newFlexStartInstances?: NewFlexStartInstancesConfig;
newOnDemandInstances?: NewOnDemandInstancesConfig;
newReservedInstances?: NewReservedInstancesConfig;
newSpotInstances?: NewSpotInstancesConfig;
}

§Properties

§
newFlexStartInstances?: NewFlexStartInstancesConfig
[src]

Optional. Immutable. If set, indicates that this resource should use flex-start VMs.

§
newOnDemandInstances?: NewOnDemandInstancesConfig
[src]

Optional. Immutable. If set, indicates that this resource should use on-demand VMs.

§
newReservedInstances?: NewReservedInstancesConfig
[src]

Optional. Immutable. If set, indicates that this resource should use reserved VMs.

§
newSpotInstances?: NewSpotInstancesConfig
[src]

Optional. Immutable. If set, indicates that this resource should use spot VMs.