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-31 UTC."],[[["The latest version of the Google.Cloud.Compute.V1 API for HealthCheckLogConfig is 3.6.0, and multiple previous versions, ranging from 1.0.0 to 3.5.0, are also documented."],["HealthCheckLogConfig is a class within the Compute Engine v1 API that configures logging for health checks, and if enabled, exports logs to Stackdriver."],["The HealthCheckLogConfig class inherits from object and implements IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class allows the user to specify whether or not logs should be exported, through the `Enable` property."],["The default setting for exporting logs via HealthCheckLogConfig is false, meaning health check logging is disabled by default."]]],[]]