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."],[[["The `ManagedInstanceInstanceHealth` class, found in the `Google.Cloud.Compute.V1` namespace, provides details about the health of a managed instance."],["Version 3.6.0 is the latest version, with a range of previous versions accessible, going back to version 1.0.0, all detailing the class `ManagedInstanceInstanceHealth`."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of the `ManagedInstanceInstanceHealth` class include `DetailedHealthState`, which indicates the instance's health status, and `HealthCheck`, which is a URL pointing to the health check for the instance."],["The class has 2 constructors, one default and one that takes in the class as a parameter, `ManagedInstanceInstanceHealth other`."]]],[]]