ComputeResource
import type { ComputeResource } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";A resource defining how virtual machines and accelerators should be provisioned for the cluster.
interface ComputeResource {
config?: ComputeResourceConfig;
}§Properties
§
config?: ComputeResourceConfig
[src]Required. Immutable. Configuration for this compute resource, which describes how it should be created at runtime.