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."],[[["The `HealthCheckLogConfig` class in the Compute Engine v1 API allows for configuring logging on health checks, with logs being exported to Stackdriver if logging is enabled."],["Version 3.6.0 is the latest release of the `HealthCheckLogConfig` class, which is part of the Google.Cloud.Compute.V1 namespace."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `HealthCheckLogConfig` class includes a boolean property `Enable` to control whether logs are exported or not."],["The `HealthCheckLogConfig` class is available in a multitude of versions, from 1.0.0 all the way to 3.6.0."]]],[]]