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."],[[["This webpage provides reference documentation for the `HealthCheckLogConfig` class within the Compute Engine v1 API."],["The `HealthCheckLogConfig` class is used to configure logging for health checks, which can be exported to Stackdriver when enabled."],["The latest version of this API is 3.6.0, and the webpage lists all versions from 1.0.0 to 3.6.0, with hyperlinks to their corresponding documentation pages."],["The `HealthCheckLogConfig` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Enable` property, which is of type `bool`, is used to toggle the exporting of logs, with a default of `false` meaning logging is disabled."]]],[]]