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 details the `TargetPoolInstanceHealth` class within the `Google.Cloud.Compute.V1` namespace, providing documentation across multiple versions, ranging from 1.0.0 to the latest 3.6.0."],["The `TargetPoolInstanceHealth` class, a part of the Google.Cloud.Compute.V1.dll assembly, is designed for managing instance health in target pools and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `TargetPoolInstanceHealth` include `HasKind` (boolean), `HealthStatus` (RepeatedField of HealthStatus), and `Kind` (string), allowing for the management of the kind of resource and health status of instances."],["The class includes two constructors: a parameterless constructor `TargetPoolInstanceHealth()` and a constructor `TargetPoolInstanceHealth(TargetPoolInstanceHealth other)` that accepts another instance of the same type."],["The `TargetPoolInstanceHealth` class inherits from the root `Object` type, and inherits a few members `Object.GetHashCode()`, `Object.GetType()`, `Object.MemberwiseClone()` and `Object.ToString()`."]]],[]]