DatabaseFlagsResponse

data class DatabaseFlagsResponse(val name: String, val value: String)

Database flags for Cloud SQL instances.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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.