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

InstanceGroupManagersCreateInstancesRequest

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

InstanceGroupManagers.createInstances

interface InstanceGroupManagersCreateInstancesRequest {
instances?: PerInstanceConfig[];
}

§Properties

§

[Required] List of specifications of per-instance configs.