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."],[[["This webpage details the `HealthCheckLogConfig` class within the `Google.Cloud.Compute.V1` namespace, used for configuring health check logging in Google Cloud."],["The latest version of this resource is 3.6.0, with a full list of previous versions provided, down to version 1.0.0."],["The `HealthCheckLogConfig` class supports the configuration of whether logs are exported to Stackdriver, and it is disabled by default."],["The class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `HealthCheckLogConfig` include `Enable`, which is a boolean to enable logging, and `HasEnable`, which indicates if the `Enable` field is set."]]],[]]