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;
readonly lastProgressCheck?: InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck;
}