google_api_sql_admin v0.31.0 GoogleApi.SQLAdmin.V1beta4.Model.DatabaseFlags 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 for MySQL. Flags should be specified with underscores, not hyphens. For more information, see <a href="/sql/docs/mysql/flags">Configuring Database Flags</a> in the Cloud SQL documentation. -
value
(type:String.t
, default:nil
) - The value of the flag. Booleans should be set to <b>on</b> for true and <b>off</b> for false. This field must be omitted if the flag doesn't take a value.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.