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."],[[["This page provides reference documentation for the `HealthCheckLogConfig` class within the Google Cloud Compute Engine v1 API, spanning versions from 1.0.0 to 3.6.0, with 3.6.0 being the latest."],["The `HealthCheckLogConfig` class is used to configure health check logging, enabling the export of logs to Stackdriver when activated."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The primary property of `HealthCheckLogConfig` is `Enable`, a boolean value that determines if logging is active and if logs should be exported."],["The namespace for this class is `Google.Cloud.Compute.V1`, and it is contained in the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]