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-04-09 UTC."],[[["The content provides documentation for the `ManagedInstanceInstanceHealth` class within the `Google.Cloud.Compute.V1` namespace, specifically for version 3.3.0, and includes links to documentation for various other versions, ranging from 1.0.0 to 3.6.0."],["The `ManagedInstanceInstanceHealth` class is part of the Google Cloud Compute API for .NET and is used to represent the health status of a managed instance."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ManagedInstanceInstanceHealth` class includes properties such as `DetailedHealthState` and `HealthCheck`, which provide information about the current health state of the instance and the URL of the health check that verifies its health."],["The documentation includes constructors for the `ManagedInstanceInstanceHealth` class, including a default constructor and a copy constructor, to allow for the creation of new instances with and without pre-existing data."]]],[]]