GoogleApi.SQLAdmin.V1beta4.Model.ConnectionPoolFlags (google_api_sql_admin v0.71.0)

View Source

Connection pool flags for Cloud SQL instances managed connection pool configuration.

Attributes

  • name (type: String.t, default: nil) - Required. The name of the flag.
  • value (type: String.t, default: nil) - Required. The value of the flag. Boolean flags are set to on for true and off for false. This field must be omitted if the flag doesn't take a value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SQLAdmin.V1beta4.Model.ConnectionPoolFlags{
  name: String.t() | nil,
  value: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.