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."],[[["The latest version of the `TargetPoolsAddInstanceRequest` is 3.6.0, and the page provides access to multiple past versions, including 3.5.0, 3.4.0, 3.3.0, 3.2.0, 3.1.0, and 3.0.0, as well as a variety of 2.x.x and 1.x.x. versions, all the way down to 1.0.0."],["The `TargetPoolsAddInstanceRequest` class is part of the `Google.Cloud.Compute.V1` namespace, within the `Google.Cloud.Compute.V1.dll` assembly."],["The class implements several interfaces, such as `IMessage\u003cTargetPoolsAddInstanceRequest\u003e`, `IEquatable\u003cTargetPoolsAddInstanceRequest\u003e`, `IDeepCloneable\u003cTargetPoolsAddInstanceRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The `TargetPoolsAddInstanceRequest` class has two constructors: one default and one that accepts another `TargetPoolsAddInstanceRequest` as a parameter."],["`TargetPoolsAddInstanceRequest` has an `Instances` property which takes a `RepeatedField\u003cInstanceReference\u003e` type and represents the instances to add to the target pool using a full or partial url."]]],[]]