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."],[[["This webpage provides documentation for the `TargetPoolInstanceHealth` class within the `Google.Cloud.Compute.V1` namespace, specifically in version 1.2.0."],["The `TargetPoolInstanceHealth` class, found in the `Google.Cloud.Compute.V1.dll` assembly, represents the health status of instances in a target pool, as indicated by its `compute#targetPoolInstanceHealth` kind."],["The class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message management, equality checks, deep cloning, and buffer operations."],["The class has properties like `HasKind`, `HealthStatus`, and `Kind`, and also includes constructors to initialize an object, either empty or by copying an existing `TargetPoolInstanceHealth` object."],["The webpage lists available documentation for `TargetPoolInstanceHealth` across various versions of the Google Cloud Compute library, from version 1.0.0 to the latest version 3.6.0."]]],[]]