You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/datamigration_v1.projects.locations.connectionProfiles.html
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,9 @@ <h3>Method Details</h3>
161
161
"availabilityType": "A String", # Optional. Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone. Outages in that zone affect data availability. * `REGIONAL`: The instance can serve data from more than one zone in a region (it is highly available).
162
162
"cmekKeyName": "A String", # The KMS key name used for the csql instance.
"dataCacheConfig": { # Data cache configurations. # Optional. Configuration for data cache.
165
+
"dataCacheEnabled": True or False, # Optional. Whether data cache is enabled for the instance.
166
+
},
164
167
"dataDiskSizeGb": "A String", # The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.
165
168
"dataDiskType": "A String", # The type of storage: `PD_SSD` (default) or `PD_HDD`.
166
169
"databaseFlags": { # The database flags passed to the Cloud SQL instance at startup. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
@@ -400,6 +403,9 @@ <h3>Method Details</h3>
400
403
"availabilityType": "A String", # Optional. Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone. Outages in that zone affect data availability. * `REGIONAL`: The instance can serve data from more than one zone in a region (it is highly available).
401
404
"cmekKeyName": "A String", # The KMS key name used for the csql instance.
"dataCacheConfig": { # Data cache configurations. # Optional. Configuration for data cache.
407
+
"dataCacheEnabled": True or False, # Optional. Whether data cache is enabled for the instance.
408
+
},
403
409
"dataDiskSizeGb": "A String", # The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.
404
410
"dataDiskType": "A String", # The type of storage: `PD_SSD` (default) or `PD_HDD`.
405
411
"databaseFlags": { # The database flags passed to the Cloud SQL instance at startup. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
@@ -624,6 +630,9 @@ <h3>Method Details</h3>
624
630
"availabilityType": "A String", # Optional. Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone. Outages in that zone affect data availability. * `REGIONAL`: The instance can serve data from more than one zone in a region (it is highly available).
625
631
"cmekKeyName": "A String", # The KMS key name used for the csql instance.
"dataCacheConfig": { # Data cache configurations. # Optional. Configuration for data cache.
634
+
"dataCacheEnabled": True or False, # Optional. Whether data cache is enabled for the instance.
635
+
},
627
636
"dataDiskSizeGb": "A String", # The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.
628
637
"dataDiskType": "A String", # The type of storage: `PD_SSD` (default) or `PD_HDD`.
629
638
"databaseFlags": { # The database flags passed to the Cloud SQL instance at startup. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
@@ -809,6 +818,9 @@ <h3>Method Details</h3>
809
818
"availabilityType": "A String", # Optional. Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone. Outages in that zone affect data availability. * `REGIONAL`: The instance can serve data from more than one zone in a region (it is highly available).
810
819
"cmekKeyName": "A String", # The KMS key name used for the csql instance.
"dataCacheConfig": { # Data cache configurations. # Optional. Configuration for data cache.
822
+
"dataCacheEnabled": True or False, # Optional. Whether data cache is enabled for the instance.
823
+
},
812
824
"dataDiskSizeGb": "A String", # The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.
813
825
"dataDiskType": "A String", # The type of storage: `PD_SSD` (default) or `PD_HDD`.
814
826
"databaseFlags": { # The database flags passed to the Cloud SQL instance at startup. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
0 commit comments