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-24 UTC."],[[["This webpage details the `TargetPoolsAddInstanceRequest` class within the `Google.Cloud.Compute.V1` namespace, showing a range of available versions from 1.0.0 to 3.6.0."],["The latest version of the `TargetPoolsAddInstanceRequest` is 3.6.0, while the current version detailed on this page is 2.15.0."],["The `TargetPoolsAddInstanceRequest` class, which inherits from the `object` class, is used to manage instances within a target pool and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and one that allows for creating a new `TargetPoolsAddInstanceRequest` object based on an existing one."],["The `Instances` property is of type `RepeatedField\u003cInstanceReference\u003e` and allows for managing a collection of instance references to be added to a target pool, using either full or partial URLs."]]],[]]