public sealed class TargetPoolInstanceHealth : IMessage<TargetPoolInstanceHealth>, IEquatable<TargetPoolInstanceHealth>, IDeepCloneable<TargetPoolInstanceHealth>, IBufferMessage, IMessage
[[["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 `TargetPoolInstanceHealth` class, part of the `Google.Cloud.Compute.V1` namespace, is used for checking the health of instances and is implemented across multiple versions, ranging from 1.0.0 to the latest 3.6.0."],["This class inherits from `Object` and implements several interfaces: `IMessage\u003cTargetPoolInstanceHealth\u003e`, `IEquatable\u003cTargetPoolInstanceHealth\u003e`, `IDeepCloneable\u003cTargetPoolInstanceHealth\u003e`, `IBufferMessage`, and `IMessage`."],["It has two constructors, a default one and another that takes a `TargetPoolInstanceHealth` object as a parameter, allowing for the creation of new objects or the copying of existing ones."],["The class exposes properties like `HasKind` (a boolean to check if the \"kind\" field is set), `HealthStatus` (a repeated field of `HealthStatus` objects), and `Kind` (a string indicating the type of resource, which is always \"compute#targetPoolInstanceHealth\")."],["The documentation includes a list of all versions of the `TargetPoolInstanceHealth` class, with links to each specific version's documentation."]]],[]]