public sealed class TargetPoolsAddInstanceRequest : IMessage<TargetPoolsAddInstanceRequest>, IEquatable<TargetPoolsAddInstanceRequest>, IDeepCloneable<TargetPoolsAddInstanceRequest>, IBufferMessage, IMessage
public RepeatedField<InstanceReference> Instances { get; }
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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page documents the `TargetPoolsAddInstanceRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its structure and usage in different versions."],["The latest version of the documented `TargetPoolsAddInstanceRequest` is 3.6.0, with prior versions listed down to version 1.0.0."],["`TargetPoolsAddInstanceRequest` is a class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TargetPoolsAddInstanceRequest` class has one property called `Instances`, which is a `RepeatedField` that contains a list of instances to be added to a target pool."],["The class has a default and an overloaded constructor which accepts an existing `TargetPoolsAddInstanceRequest` as a parameter to create a new instance of it."]]],[]]