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-02 UTC."],[[["This webpage provides reference documentation for the `HealthCheckLogConfig` class within the Compute Engine v1 API, specifically for the .NET library."],["The `HealthCheckLogConfig` class is used to configure logging settings for health checks, including whether or not to export logs to Stackdriver."],["The page includes links to various versions of the `HealthCheckLogConfig` documentation, ranging from version 1.0.0 up to the latest version, 3.6.0."],["The `HealthCheckLogConfig` class is contained within the namespace `Google.Cloud.Compute.V1`, and is implemented by `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`HealthCheckLogConfig` contains the properties `Enable`, a boolean to indicate whether or not to export logs, and `HasEnable` which indicates if the enable property is set."]]],[]]