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-03-31 UTC."],[[["The `HealthCheckLogConfig` class in the Google.Cloud.Compute.V1 API configures logging for health checks, enabling log exports to Stackdriver."],["Version 3.6.0 is the latest version of the `HealthCheckLogConfig`, while version 3.4.0 is the current page version."],["The `Enable` property in the `HealthCheckLogConfig` class determines whether health check logs are exported, which defaults to `false`."],["The `HealthCheckLogConfig` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Constructors are provided for creating new instances, including a copy constructor `HealthCheckLogConfig(HealthCheckLogConfig other)` for cloning."]]],[]]