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 is part of the `Google.Cloud.Compute.V1` namespace and is defined in the `Google.Cloud.Compute.V1.dll` assembly."],["Version 3.6.0 is the latest release for `TargetPoolInstanceHealth`, with several previous versions ranging from 1.0.0 to 3.5.0 also available."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and serialization."],["`TargetPoolInstanceHealth` has properties like `HasKind`, `HealthStatus`, and `Kind`, where `Kind` represents the type of resource, always being \"compute#targetPoolInstanceHealth\" for instance health checks."],["The class includes two constructors: a default one (`TargetPoolInstanceHealth()`) and another that takes a `TargetPoolInstanceHealth` object as a parameter, presumably for copying or cloning (`TargetPoolInstanceHealth(TargetPoolInstanceHealth other)`)."]]],[]]