google_api_sql_admin v0.6.0 GoogleApi.SQLAdmin.V1beta4.Model.Flag View Source

A flag resource.

Attributes

  • allowedStringValues ([String.t]): For STRING flags, a list of strings that the value can be set to. Defaults to: null.
  • appliesTo ([String.t]): The database version this flag applies to. Can be MYSQL_5_5, MYSQL_5_6, or MYSQL_5_7. MYSQL_5_7 is applicable only to Second Generation instances. Defaults to: null.
  • inBeta (boolean()): True if the flag is only released in Beta. Defaults to: null.
  • kind (String.t): This is always sql#flag. Defaults to: null.
  • maxValue (String.t): For INTEGER flags, the maximum allowed value. Defaults to: null.
  • minValue (String.t): For INTEGER flags, the minimum allowed value. Defaults to: null.
  • name (String.t): This is the name of the flag. Flag names always use underscores, not hyphens, e.g. max_allowed_packet Defaults to: null.
  • requiresRestart (boolean()): Indicates whether changing this flag will trigger a database restart. Only applicable to Second Generation instances. Defaults to: null.
  • type (String.t): The type of the flag. Flags are typed to being BOOLEAN, STRING, INTEGER or NONE. NONE is used for flags which do not take a value, such as skip_grant_tables. Defaults to: null.

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.SQLAdmin.V1beta4.Model.Flag{
  allowedStringValues: [any()],
  appliesTo: [any()],
  inBeta: any(),
  kind: any(),
  maxValue: any(),
  minValue: any(),
  name: any(),
  requiresRestart: any(),
  type: 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.