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

InstanceGroupManagersStopInstancesRequest

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

§Properties

§
forceStop?: boolean
[src]

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

§
instances?: string[]
[src]

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