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

RegionInstanceGroupManagersSetTargetPoolsRequest

import type { RegionInstanceGroupManagersSetTargetPoolsRequest } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface RegionInstanceGroupManagersSetTargetPoolsRequest {
fingerprint?: Uint8Array;
targetPools?: string[];
}

§Properties

§
fingerprint?: Uint8Array
[src]

Fingerprint of the target pools information, which is a hash of the contents. This field is used for optimistic locking when you update the target pool entries. This field is optional.

§
targetPools?: string[]
[src]

The URL of all TargetPool resources to which instances in the instanceGroup field are added. The target pools automatically apply to all of the instances in the managed instance group.