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 3.6.0 being the latest."],["The `ManagedInstanceInstanceHealth` class, a sealed class, represents the health status of a managed instance and inherits from `Object` while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains two constructors, a default one and one that takes another `ManagedInstanceInstanceHealth` object as a parameter, allowing for instance creation and cloning."],["The class provides two primary properties, `DetailedHealthState`, a string indicating the detailed health status of the instance, and `HealthCheck`, a URL representing the health check that validates the instance's health, alongside two boolean properties, `HasDetailedHealthState` and `HasHealthCheck`."],["The documentation provides information on inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` that are inherited from the `Object` class."]]],[]]