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."],["The `ManagedInstanceInstanceHealth` class, which inherits from `Object` and implements multiple interfaces like `IMessage` and `IEquatable`, provides properties for instance health information."],["The class includes two constructors: a default constructor `ManagedInstanceInstanceHealth()` and one that takes another `ManagedInstanceInstanceHealth` object as a parameter for copying, `ManagedInstanceInstanceHealth(ManagedInstanceInstanceHealth other)`."],["Key properties of the class include `DetailedHealthState`, indicating the instance's health state, and `HealthCheck`, providing the URL of the health check verifying the instance, both of which are strings."],["There are boolean properties, `HasDetailedHealthState` and `HasHealthCheck`, that indicate if the respective string fields have been set for a given instance of this class."]]],[]]