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

TargetPoolsAddInstanceRequest

import type { TargetPoolsAddInstanceRequest } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface TargetPoolsAddInstanceRequest {
instances?: InstanceReference[];
}

§Properties

§

A full or partial URL to an instance to add to this target pool. This can be a full or partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/v1/projects/project-id/zones/zone /instances/instance-name - projects/project-id/zones/zone/instances/instance-name - zones/zone/instances/instance-name