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 documentation for the `HealthCheckLogConfig` class within the Google Cloud Compute Engine v1 API, specifically for .NET development."],["The latest version of the documentation is for version 3.6.0, while this page is for version 3.5.0, and multiple previous versions are listed, going back to version 1.0.0."],["The `HealthCheckLogConfig` class allows configuration of logging for health checks, with the ability to export logs to Stackdriver."],["The primary property of `HealthCheckLogConfig` is `Enable`, a boolean that controls whether logging is active for health checks."],["The class implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]