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

SetAutoscalerLinkOperationMetadata

import type { SetAutoscalerLinkOperationMetadata } from "https://googleapis.deno.dev/v1/deploymentmanager:v2.ts";
interface SetAutoscalerLinkOperationMetadata {
zonalIgmIds?: bigint[];
zoneToIgmIds?: {
[key: string]: bigint;
}
;
}

§Properties

§
zonalIgmIds?: bigint[]
[src]

List of zonal IGM IDs part of the RMIG.

§
zoneToIgmIds?: {
[key: string]: bigint;
}
[src]

Map of zone to an ID of the zonal IGM belonging to the RMIG.