GoogleApi.SQLAdmin.V1.Model.DatabaseFlags (google_api_sql_admin v0.71.0)

View Source

Database flags for Cloud SQL instances.

Attributes

  • name (type: String.t, default: nil) - The name of the flag. These flags are passed at instance startup, so include both server options and system variables. Flags are specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation.
  • value (type: String.t, default: nil) - 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.V1.Model.DatabaseFlags{
  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.