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 provides documentation for the `TargetPoolsAddInstanceRequest` class within the Google Cloud Compute V1 library for .NET, specifically version 2.5.0."],["The latest version of this resource is 3.6.0, and previous versions are accessible dating back to version 1.0.0, with each having its own documentation page, which are listed on the page."],["The `TargetPoolsAddInstanceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class has a property named `Instances` of type `RepeatedField\u003cInstanceReference\u003e`, which is used to hold a list of full or partial URLs of the instances that need to be added to the target pool."],["There are two constructors for the `TargetPoolsAddInstanceRequest` class, one is parameterless and one takes in another `TargetPoolsAddInstanceRequest` object."]]],[]]