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."],[[["This webpage provides reference documentation for the `HealthCheckLogConfig` class within the Compute Engine v1 API for .NET, specifically from versions 1.0.0 through 3.6.0, with the latest release being 3.6.0."],["The `HealthCheckLogConfig` class is responsible for managing the configuration of logging for health checks, and if enabled will export logs to Stackdriver."],["The `HealthCheckLogConfig` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all pertaining to the google protocol buffer library."],["The class includes a single public property called `Enable`, that determines if health check logs are exported, being false by default."],["The `HealthCheckLogConfig` class has two constructors, one default, and one that takes in a `HealthCheckLogConfig` object."]]],[]]