google_api_compute v0.9.0 GoogleApi.Compute.V1.Model.RouterNatLogConfig View Source

Configuration of logging on a NAT.

Attributes

  • enable (boolean()): Indicates whether or not to export logs. This is false by default. Defaults to: null.
  • filter (String.t): Specifies the desired filtering of logs on this NAT. If unspecified, logs are exported for all connections handled by this NAT. Defaults to: null.

    • Enum - one of [ALL, ERRORS_ONLY, TRANSLATIONS_ONLY]

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Compute.V1.Model.RouterNatLogConfig{
  enable: any(),
  filter: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.