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-21 UTC."],[[["The `TargetPoolsAddInstanceRequest` class, found in the `Google.Cloud.Compute.V1` namespace, is designed for managing instances within target pools in Google Cloud Compute."],["This class supports a range of versions, from 1.0.0 to the latest 3.6.0, allowing users to select their desired version for compatibility or new features."],["`TargetPoolsAddInstanceRequest` implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, signifying its role in message handling and object management."],["It includes properties like `Instances`, which is a `RepeatedField` that holds `InstanceReference` objects, used to specify the instances to be added to a target pool using either full or partial URLs."],["The class has two constructors `TargetPoolsAddInstanceRequest()` and `TargetPoolsAddInstanceRequest(TargetPoolsAddInstanceRequest other)`, providing options for creating new instances or copying existing ones."]]],[]]