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

RegionInstanceGroupManagersSuspendInstancesRequest

import type { RegionInstanceGroupManagersSuspendInstancesRequest } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface RegionInstanceGroupManagersSuspendInstancesRequest {
forceSuspend?: boolean;
instances?: string[];
}

§Properties

§
forceSuspend?: boolean
[src]

If this flag is set to true, the Instance Group Manager will proceed to suspend the instances, skipping initialization on them.

§
instances?: string[]
[src]

The URLs of one or more instances to suspend. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].