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 latest version available for `HealthCheckLogConfig` is 3.6.0, as shown by the provided link."],["The `HealthCheckLogConfig` class provides configuration for logging health checks to Stackdriver, which will only occur if logging is enabled."],["The `Enable` property within `HealthCheckLogConfig` is a boolean that determines whether logging will be active, and defaults to false."],["`HealthCheckLogConfig` is part of the `Google.Cloud.Compute.V1` namespace and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["A historical list of versions is provided from version 1.0.0 up to the latest 3.6.0, with each version linking to its respective documentation."]]],[]]