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 available in multiple versions, ranging from version 1.0.0 to the latest version, 3.6.0, with various intermediary versions in between."],["The `TargetPoolInstanceHealth` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for handling messages and managing object equality and cloning."],["The class inherits methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` from the `Object` class."],["The `TargetPoolInstanceHealth` class has two constructors: a default constructor and a constructor that accepts another `TargetPoolInstanceHealth` object as a parameter for creating a new object based off of another one."],["The class includes properties like `HasKind`, `HealthStatus`, and `Kind`, which provide details about the resource's type and the health status of instances, with `Kind` being an output-only field always indicating `compute#targetPoolInstanceHealth`."]]],[]]