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-21 UTC."],[[["The latest version available for `HealthCheckLogConfig` is 3.6.0, with several prior versions also accessible, ranging from 1.0.0 to 3.5.0."],["`HealthCheckLogConfig` is a class in the Google Compute Engine v1 API, used to configure health check logging, which, when enabled, exports logs to Stackdriver."],["The `HealthCheckLogConfig` class allows the setting of the `Enable` property, a boolean value that dictates whether or not health check logs are exported, defaulting to `false`."],["This class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The current version being documented is version 2.4.0, which is not the latest release."]]],[]]