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 available for the `HealthCheckLogConfig` class is 3.6.0, with numerous previous versions listed, ranging back to version 1.0.0."],["The `HealthCheckLogConfig` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key functionality of `HealthCheckLogConfig` includes a boolean `Enable` property, which determines whether health check logs are exported to Stackdriver."],["The HealthCheckLogConfig has inherited members from the object class such as GetHashCode(), GetType(), MemberwiseClone() and ToString()."]]],[]]