public sealed class HealthCheckReference : IMessage<HealthCheckReference>, IEquatable<HealthCheckReference>, IDeepCloneable<HealthCheckReference>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class HealthCheckReference.
[[["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-21 UTC."],[[["The `HealthCheckReference` class in the Compute Engine v1 API provides a way to reference a health check using a full or partial URL."],["This class supports various versions of the API, with the latest being version 3.6.0 and going as far back as version 1.0.0."],["The `HealthCheckReference` class has properties like `HasHealthCheck` (a boolean) and `HealthCheck` (a string), which are used to manage the health check reference."],["The `HealthCheckReference` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to provide various functionalities."],["There are two constructors available for the `HealthCheckReference` class; one default constructor and another that accepts an existing `HealthCheckReference` instance to create a new instance."]]],[]]