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

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.