View Source GoogleApi.Compute.V1.Model.HealthCheckLogConfig (google_api_compute v0.56.2)

Configuration of logging on a health check. If logging is enabled, logs will be exported to Stackdriver.

Attributes

  • enable (type: boolean(), default: nil) - Indicates whether or not to export logs. This is false by default, which means no health check logging will be done.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.HealthCheckLogConfig{enable: boolean() | nil}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.