public sealed class GetHealthTargetPoolRequest : IMessage<GetHealthTargetPoolRequest>, IEquatable<GetHealthTargetPoolRequest>, IDeepCloneable<GetHealthTargetPoolRequest>, IBufferMessage, IMessage
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."],[[["This webpage details the `GetHealthTargetPoolRequest` class within the `Google.Cloud.Compute.V1` namespace, including its methods, properties, and inheritance structure."],["The latest version of `GetHealthTargetPoolRequest` is 3.6.0, and the page provides links to documentation for various previous versions, down to version 1.0.0."],["`GetHealthTargetPoolRequest` is a request message for checking the health of TargetPools, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has four properties: `InstanceReferenceResource`, `Project`, `Region`, and `TargetPool`, that are used to define the parameters of the GetHealthTargetPool request, including the relevant project, region, and target pool details."],["Two constructors are available for the class: a parameterless constructor and a constructor that takes another `GetHealthTargetPoolRequest` object, allowing for creating copies."]]],[]]