public sealed class HealthCheckLogConfig : IMessage<HealthCheckLogConfig>, IEquatable<HealthCheckLogConfig>, IDeepCloneable<HealthCheckLogConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class HealthCheckLogConfig.
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-04-09 UTC."],[[["The `HealthCheckLogConfig` class in the Compute Engine v1 API allows for configuring logging on health checks, with logs being exported to Stackdriver if logging is enabled."],["This class is part of the `Google.Cloud.Compute.V1` namespace within the Google.Cloud.Compute.V1.dll assembly and is available from version 1.0.0 to 3.6.0."],["The `HealthCheckLogConfig` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling versatile usage."],["It offers a `Enable` property, a boolean indicating whether or not logs are exported and is `false` by default, disabling health check logging."],["The latest version of this documentation is for version 3.6.0."]]],[]]