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 the latest 3.6.0."],["The `ManagedInstanceInstanceHealth` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties like `DetailedHealthState` (a string representing the detailed health of the instance), `HasDetailedHealthState`, `HasHealthCheck`, and `HealthCheck` (a URL for health check verification)."],["There are two constructors available: a default constructor (`ManagedInstanceInstanceHealth()`) and a constructor that accepts another `ManagedInstanceInstanceHealth` object (`ManagedInstanceInstanceHealth(ManagedInstanceInstanceHealth other)`)."],["The documentation includes a list of all available versions, from the latest to the oldest, allowing users to access the specifics of each individual release."]]],[]]