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 documents the `TargetPoolsAddInstanceRequest` class within the `Google.Cloud.Compute.V1` namespace, which is part of the Google Cloud Compute .NET library."],["The latest version available for `TargetPoolsAddInstanceRequest` is 3.6.0, with numerous prior versions also accessible, ranging back to version 1.0.0."],["The `TargetPoolsAddInstanceRequest` class, derived from the `Object` class, is used to request the addition of instances to a target pool, implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The primary property of `TargetPoolsAddInstanceRequest` is `Instances`, a `RepeatedField` that stores a list of `InstanceReference` objects, representing the instances to be added to the target pool, and supports full or partial URLs for instance specification."],["The constructor `TargetPoolsAddInstanceRequest(TargetPoolsAddInstanceRequest other)` allows for cloning by copying the information from another `TargetPoolsAddInstanceRequest` object."]]],[]]