public sealed class HealthCheckLogConfig : IMessage<HealthCheckLogConfig>, IEquatable<HealthCheckLogConfig>, IDeepCloneable<HealthCheckLogConfig>, IBufferMessage, IMessage
Configuration of logging on a health check. If logging is enabled, logs will be exported to Stackdriver.
[[["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 `HealthCheckLogConfig` class, found in the `Google.Cloud.Compute.V1` namespace, allows configuration of health check logging, enabling export of logs to Stackdriver."],["Version 3.6.0 is the latest version of the `HealthCheckLogConfig` class, with a range of versions available from 1.0.0 through to the current release."],["The `HealthCheckLogConfig` class inherits from the `Object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class has two constructors, a default constructor and a constructor that takes another `HealthCheckLogConfig` instance as a parameter."],["The `Enable` property controls whether health check logs are exported, with a default value of `false` (no logging), and `HasEnable` indicates whether this field has been set."]]],[]]