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-04-09 UTC."],[[["The `TargetPoolInstanceHealth` class, part of the `Google.Cloud.Compute.V1` namespace, is used for checking the health of instances and is implemented in the Google.Cloud.Compute.V1.dll assembly."],["This class, under version 3.3.0, implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, comparison, deep cloning, and buffer operations."],["The latest version available is 3.6.0 and you can see the versions back to 1.0.0, however, this page specifically covers the TargetPoolInstanceHealth for version 3.3.0."],["`TargetPoolInstanceHealth` has properties like `HasKind`, `HealthStatus`, and `Kind` and can be constructed with a default constructor or by passing in another instance of `TargetPoolInstanceHealth`."],["The class inherits members from the object class, such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]