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 `HealthCheckLogConfig` class in the Compute Engine v1 API allows for configuring logging on health checks, with logs being exported to Stackdriver when enabled."],["The latest version of the API documented is 3.6.0, while the current page highlights version 2.3.0, with a history of previous versions available for reference."],["The class `HealthCheckLogConfig` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a boolean `Enable` property to control whether logging is active or not for health checks, defaulting to `false`."],["There are two constructors, a parameterless constructor and one that takes another `HealthCheckLogConfig` object, allowing for object cloning."]]],[]]