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-04-09 UTC."],[[["This webpage provides reference documentation for the `HealthCheckReference` class within the Google Cloud Compute Engine v1 API, specifically version 3.5.0, and offers access to the same documentation for versions ranging from 1.0.0 to 3.6.0."],["The `HealthCheckReference` class represents a full or partial URL to a health check, with examples of valid URL formats provided, and it inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default `HealthCheckReference()` and a copy constructor `HealthCheckReference(HealthCheckReference other)`, which allows the creation of a new instance from an existing `HealthCheckReference` object."],["Key properties of the `HealthCheckReference` class include `HasHealthCheck`, a boolean indicating whether the \"health_check\" field is set, and `HealthCheck`, a string that represents the health check URL."],["You can access a wide range of past versions of this documentation by clicking on the various version links displayed on the page, allowing you to see how the documentation has changed from version to version."]]],[]]