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 provided content outlines the different versions of `TargetPoolInstanceHealth` within the Google Cloud Compute V1 .NET library, ranging from the latest version 3.6.0 down to version 1.0.0."],["`TargetPoolInstanceHealth` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message operations."],["The class has two constructors, one default and one that accepts another `TargetPoolInstanceHealth` object, used for creating instances and cloning existing ones."],["`TargetPoolInstanceHealth` includes properties like `HasKind`, `HealthStatus`, and `Kind`, with `Kind` being a string that specifies the type of resource, which is always \"compute#targetPoolInstanceHealth\"."],["The inherited members from the base `object` class such as `GetHashCode`, `GetType` and `ToString` are also part of the `TargetPoolInstanceHealth` class."]]],[]]