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

InstancesBulkInsertOperationMetadata

import type { InstancesBulkInsertOperationMetadata } from "https://googleapis.deno.dev/v1/deploymentmanager:v2.ts";
interface InstancesBulkInsertOperationMetadata {
machineType?: string;
perLocationStatus?: {
[key: string]: BulkInsertOperationStatus;
}
;
}

§Properties

§
machineType?: string
[src]

[Output Only] The machine type of the VMs that were created used internally only by KCP flex bulk insert.

§
perLocationStatus?: {
[key: string]: BulkInsertOperationStatus;
}
[src]

Status information per location (location name is key). Example key: zones/us-central1-a