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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["This webpage provides documentation for the `TargetPoolsAddInstanceRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its structure and functionality."],["The latest version of the documentation available is for version 3.6.0, with a list of versions dating back to 1.0.0 also available to view."],["The `TargetPoolsAddInstanceRequest` class is used to define a request for adding instances to a target pool and implements various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains one key property `Instances`, which is a `RepeatedField` that holds the full or partial URLs of instances to be added to the target pool."],["The class also provides two constructors, one default and one that accepts another `TargetPoolsAddInstanceRequest` object as a parameter."]]],[]]