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 3.0.0, for .NET."],["The `TargetPoolInstanceHealth` class is a sealed class that implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor `TargetPoolInstanceHealth()` and a copy constructor `TargetPoolInstanceHealth(TargetPoolInstanceHealth other)`."],["The class contains properties like `HasKind`, `HealthStatus` (which is a `RepeatedField`), and `Kind`, providing information about the target pool instance's health."],["The page provides a version history, including links to documentation of the `TargetPoolInstanceHealth` class from versions 1.0.0 through 3.6.0."]]],[]]