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-04-09 UTC."],[[["The latest version of the `TargetPoolsAddInstanceRequest` documentation is 3.6.0, with multiple previous versions available for reference, ranging down to version 1.0.0."],["`TargetPoolsAddInstanceRequest` is a class that implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from object."],["The `TargetPoolsAddInstanceRequest` class has two constructors: a default constructor and another that takes another `TargetPoolsAddInstanceRequest` as a parameter."],["The `Instances` property, of type `RepeatedField\u003cInstanceReference\u003e`, allows the addition of instance URLs, either full or partial, to a target pool."],["The class `TargetPoolsAddInstanceRequest` is found within the `Google.Cloud.Compute.V1` namespace and is contained in the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]