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

The available logging options for a firewall rule.

Attributes

  • enable (type: boolean(), default: nil) - This field denotes whether to enable logging for a particular firewall rule.
  • metadata (type: String.t, default: nil) - This field can only be specified for a particular firewall rule if logging is enabled for that rule. This field denotes whether to include or exclude metadata for firewall logs.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.FirewallLogConfig{
  enable: boolean() | nil,
  metadata: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.