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 version 1.0.0 and above with the latest being 3.6.0."],["The `ManagedInstanceInstanceHealth` class is part of the `Google.Cloud.Compute.V1.dll` assembly and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default constructor and a constructor that accepts another `ManagedInstanceInstanceHealth` object for copying, and also inherits members from the base `Object` class."],["The `ManagedInstanceInstanceHealth` class includes properties such as `DetailedHealthState` to describe the current health of the instance and `HealthCheck` to provide a URL for the health check."],["The page also details whether `detailed_health_state` and `health_check` fields are set via the `HasDetailedHealthState` and `HasHealthCheck` properties, respectively."]]],[]]