google_api_sql_admin v0.0.1 GoogleApi.SQLAdmin.V1beta4.Model.DatabaseFlags View Source
MySQL flags for Cloud SQL instances.
Attributes
- name (String): The name of the flag. These flags are passed at instance startup, so include both MySQL server options and MySQL system variables. Flags should be specified with underscores, not hyphens. For more information, see Configuring MySQL Flags in the Google Cloud SQL documentation, as well as the official MySQL documentation for server options and system variables. Defaults to:
null
. - value (String): The value of the flag. Booleans should be set to on for true and off for false. This field must be omitted if the flag doesn't take a value. Defaults to:
null
.