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-02 UTC."],[[["The documentation covers the `HealthCheckLogConfig` class within the Google Cloud Compute Engine v1 API, detailing its structure and functionality."],["The latest version available in the documentation is 3.6.0, while the current context is focused on version 2.2.0."],["`HealthCheckLogConfig` is used to configure logging for health checks, enabling log exports to Stackdriver when enabled."],["The `HealthCheckLogConfig` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a property, `Enable`, which is a boolean indicating whether or not to export logs for the health check."]]],[]]