public sealed class HealthCheckLogConfig : IMessage<HealthCheckLogConfig>, IEquatable<HealthCheckLogConfig>, IDeepCloneable<HealthCheckLogConfig>, IBufferMessage, IMessage
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, found in the `Google.Cloud.Compute.V1` namespace, provides configuration for health check logging, allowing logs to be exported to Stackdriver when enabled."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message operations."],["The primary property `Enable`, a boolean, controls whether or not health check logs are exported, defaulting to false which indicates no logging."],["The latest version available for `HealthCheckLogConfig` is 3.6.0, with a history of versions ranging from 1.0.0 to 3.6.0, and the page focus is version 1.2.0."],["The class has two constructors: one default and one that accepts another `HealthCheckLogConfig` object for creating a new instance."]]],[]]