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-31 UTC."],[[["This webpage provides documentation for the `ManagedInstanceInstanceHealth` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.4.0."],["The `ManagedInstanceInstanceHealth` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `ManagedInstanceInstanceHealth` class has properties including `DetailedHealthState`, which is a string representing the current health state, `HasDetailedHealthState`, a boolean indicating whether the prior field is set, `HasHealthCheck`, another boolean indicating whether the following field is set, and `HealthCheck`, which provides a string url to check if the instance is healthy."],["There are numerous previous versions available to navigate through, ranging from version 1.0.0 all the way up to the latest 3.6.0."],["The class has two constructors, a default `ManagedInstanceInstanceHealth()` and an overloaded `ManagedInstanceInstanceHealth(ManagedInstanceInstanceHealth other)`."]]],[]]