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 logging for health checks, enabling the export of logs to Stackdriver."],["The latest version of the documentation is 3.6.0, but a history of versions can be accessed, with version 3.2.0 being the currently displayed one."],["The `HealthCheckLogConfig` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the `object` class."],["The `Enable` property within `HealthCheckLogConfig` controls whether logs are exported, with a default value of false, and the `HasEnable` property checks if `Enable` has been explicitly set."],["There are two constructors for the `HealthCheckLogConfig` class, one being the default and the other allowing the instantiation of an object by copying the content from another `HealthCheckLogConfig` object."]]],[]]