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."],[[["The latest version of the `HealthCheckLogConfig` class in the Compute Engine v1 API is 3.6.0, and is accessible via a link."],["The `HealthCheckLogConfig` class, part of the `Google.Cloud.Compute.V1` namespace, manages the configuration of logging on health checks, allowing export to Stackdriver."],["This `HealthCheckLogConfig` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from object."],["The `HealthCheckLogConfig` class has a property called \"Enable\" to indicate whether or not to export logs, and it defaults to false, which means no health check logging will be done."],["The documentation lists available versions from 1.0.0 up to the current latest version 3.6.0, with specific version links provided."]]],[]]