Connection Profile Cloudsql Settings Args
Constructors
Properties
The activation policy specifies when the instance is activated; it is applicable only when the instance state is 'RUNNABLE'. Possible values are: ALWAYS
, NEVER
.
If you enable this setting, Cloud SQL checks your available storage every 30 seconds. If the available storage falls below a threshold size, Cloud SQL automatically adds additional storage capacity. If the available storage repeatedly falls below the threshold size, Cloud SQL continues to add storage until it reaches the maximum of 30 TB.
The KMS key name used for the csql instance.
The database flags passed to the Cloud SQL instance at startup.
The database engine type and version. Currently supported values located at https://cloud.google.com/database-migration/docs/reference/rest/v1/projects.locations.connectionProfiles#sqldatabaseversion
The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.
The type of storage. Possible values are: PD_SSD
, PD_HDD
.
The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled. Structure is documented below.
Input only. Initial root password. Note: This property is sensitive and will not be displayed in the plan.
(Output) Output only. Indicates If this connection profile root password is stored.
The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit.
The resource labels for a Cloud SQL instance to use to annotate any related underlying resources such as Compute Engine VMs.