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

InstanceGroupManagerTargetSizePolicy

import type { InstanceGroupManagerTargetSizePolicy } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface InstanceGroupManagerTargetSizePolicy {
mode?: "BULK" | "INDIVIDUAL" | "UNSPECIFIED_MODE";
}

§Properties

§
mode?: "BULK" | "INDIVIDUAL" | "UNSPECIFIED_MODE"
[src]

The mode of target size policy based on which the MIG creates its VMs individually or all at once.