google_api_sql_admin v0.14.0 GoogleApi.SQLAdmin.V1beta4.Model.Flag View Source
A flag resource.
Attributes
allowedStringValues
(type:list(String.t)
, default:nil
) - For STRING flags, a list of strings that the value can be set to.appliesTo
(type:list(String.t)
, default:nil
) - 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.inBeta
(type:boolean()
, default:nil
) - True if the flag is only released in Beta.kind
(type:String.t
, default:sql#flag
) - This is always sql#flag.maxValue
(type:String.t
, default:nil
) - For INTEGER flags, the maximum allowed value.minValue
(type:String.t
, default:nil
) - For INTEGER flags, the minimum allowed value.name
(type:String.t
, default:nil
) - This is the name of the flag. Flag names always use underscores, not hyphens, e.g. max_allowed_packetrequiresRestart
(type:boolean()
, default:nil
) - Indicates whether changing this flag will trigger a database restart. Only applicable to Second Generation instances.type
(type:String.t
, default:nil
) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.