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, part of the Google.Cloud.Compute.V1 API, manages the configuration of health check logging, which, when enabled, exports logs to Stackdriver."],["This document provides reference and code samples for the `HealthCheckLogConfig` class, which is available across multiple versions of the API, with the latest being version 3.6.0."],["The `HealthCheckLogConfig` class includes properties like `Enable`, which is a boolean to turn logging on or off, and `HasEnable` to check whether the enable field is set."],["This class implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and its inheritance structure starts from the .NET object class."],["The latest version of the API is 3.6.0 and there are multiple versions available as low as version 1.0.0 for the `HealthCheckLogConfig` class."]]],[]]