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-24 UTC."],[[["The `HealthCheckLogConfig` class, found within the `Google.Cloud.Compute.V1` namespace, provides configuration for health check logging, allowing logs to be exported to Stackdriver when enabled."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, with various methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` being inherited."],["The `HealthCheckLogConfig` class has two constructors and a property named `Enable`, which is a boolean type that determines if logs should be exported; it defaults to `false`."],["The latest version available in this document is version 3.6.0, and goes as low as 1.0.0, with many versions in between."],["The provided documentations pertains to the version 2.1.0 of the HealthCheckLogConfig."]]],[]]