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

InstanceGroupManagerAllInstancesConfig

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

§Properties

§

Properties to set on all instances in the group. You can add or modify properties using the instanceGroupManagers.patch or regionInstanceGroupManagers.patch. After setting allInstancesConfig on the group, you must update the group's instances to apply the configuration. To apply the configuration, set the group's updatePolicy.type field to use proactive updates or use the applyUpdatesToInstances method.