public sealed class GetHealthTargetPoolRequest : IMessage<GetHealthTargetPoolRequest>, IEquatable<GetHealthTargetPoolRequest>, IDeepCloneable<GetHealthTargetPoolRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetHealthTargetPoolRequest.
A request message for TargetPools.GetHealth. See the method description for details.
[[["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 `GetHealthTargetPoolRequest` class, part of the Google.Cloud.Compute.V1 namespace, is used to request the health status of instances within a target pool."],["This class supports various versions, with the latest being 3.6.0 and the currently displayed version being 2.2.0."],["It implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for comprehensive functionality."],["The class contains properties such as `InstanceReferenceResource`, `Project`, `Region`, and `TargetPool` to specify the details for the health check request."],["Constructors are provided for creating instances of the class, either with default values or by copying an existing `GetHealthTargetPoolRequest` object."]]],[]]