public sealed class ManagedInstanceInstanceHealth : IMessage<ManagedInstanceInstanceHealth>, IEquatable<ManagedInstanceInstanceHealth>, IDeepCloneable<ManagedInstanceInstanceHealth>, 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-24 UTC."],[[["This webpage provides documentation for the `ManagedInstanceInstanceHealth` class within the `Google.Cloud.Compute.V1` namespace, covering versions from 1.0.0 to 3.6.0, with version 3.6.0 being the latest."],["The `ManagedInstanceInstanceHealth` class is part of the `Google.Cloud.Compute.V1.dll` assembly and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and one that takes another `ManagedInstanceInstanceHealth` object as a parameter, allowing for duplication."],["Key properties of the `ManagedInstanceInstanceHealth` class include `DetailedHealthState`, which indicates the current instance health, and `HealthCheck`, which provides the URL for the health check verification."],["There is documentation on how to check whether both the `DetailedHealthState` and the `HealthCheck` fields are set with the `HasDetailedHealthState` and `HasHealthCheck` booleans respectively."]]],[]]