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, specifically version 2.11.0."],["The `TargetPoolInstanceHealth` class is part of the Google Cloud Compute .NET library and is available in multiple versions, ranging from 1.0.0 to the latest 3.6.0, all available via provided links."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers constructors for creating instances, including a parameterless one and one that takes another `TargetPoolInstanceHealth` instance, as well as the properties `HasKind`, `HealthStatus`, and `Kind`."],["The `TargetPoolInstanceHealth` class is used to check the health of an instance, and the `Kind` property is always set to \"compute#targetPoolInstanceHealth\" when checking such instance health."]]],[]]