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

InstanceGroupManagerStatusBulkInstanceOperation

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

Bulk instance operation is the creation of VMs in a MIG when the targetSizePolicy.mode is set to BULK.

interface InstanceGroupManagerStatusBulkInstanceOperation {
readonly inProgress?: boolean;
}

§Properties

§
readonly inProgress?: boolean
[src]

Output only. [Output Only] Informs whether bulk instance operation is in progress.

§

Output only. [Output Only] Information from the last progress check of bulk instance operation.