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."],[[["\u003cp\u003eThe content details various versions of the \u003ccode\u003eTargetPoolsAddInstanceRequest\u003c/code\u003e class, ranging from version 1.0.0 to 3.6.0, with 3.6.0 being the latest.\u003c/p\u003e\n"],["\u003cp\u003eThis class, \u003ccode\u003eTargetPoolsAddInstanceRequest\u003c/code\u003e, is part of the \u003ccode\u003eGoogle.Cloud.Compute.V1\u003c/code\u003e namespace and is used in .NET environments, being located in the \u003ccode\u003eGoogle.Cloud.Compute.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTargetPoolsAddInstanceRequest\u003c/code\u003e implements multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes a property named \u003ccode\u003eInstances\u003c/code\u003e, which is a \u003ccode\u003eRepeatedField\u003c/code\u003e of type \u003ccode\u003eInstanceReference\u003c/code\u003e, used to specify instances to be added to a target pool via their full or partial URLs.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides two constructors, a default constructor, and one that accepts another instance of \u003ccode\u003eTargetPoolsAddInstanceRequest\u003c/code\u003e as a parameter.\u003c/p\u003e\n"]]],[],null,[]]