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

InstanceSelectionResult

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

Defines a mapping from machine types to the number of VMs that are created with each machine type.

interface InstanceSelectionResult {
readonly machineType?: string;
readonly vmCount?: number;
}

§Properties

§
readonly machineType?: string
[src]

Output only. Full machine-type names, e.g. "n1-standard-16".

§
readonly vmCount?: number
[src]

Output only. Number of VM provisioned with the machine_type.