Skip to content

Commit 75e73f8

Browse files
feat(datamigration): update the api
#### datamigration:v1 The following keys were added: - schemas.CloudSqlSettings.properties.dataDiskProvisionedIops (Total Keys: 2) - schemas.CloudSqlSettings.properties.dataDiskProvisionedThroughput (Total Keys: 2)
1 parent 3ad4dfd commit 75e73f8

File tree

4 files changed

+58
-38
lines changed

4 files changed

+58
-38
lines changed

docs/dyn/datamigration_v1.projects.locations.connectionProfiles.html

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,10 @@ <h3>Method Details</h3>
177177
&quot;dataCacheConfig&quot;: { # Data cache is an optional feature available for Cloud SQL for MySQL Enterprise Plus edition only. For more information on data cache, see [Data cache overview](https://cloud.google.com/sql/help/mysql-data-cache) in Cloud SQL documentation. # Optional. Data cache is an optional feature available for Cloud SQL for MySQL Enterprise Plus edition only. For more information on data cache, see [Data cache overview](https://cloud.google.com/sql/help/mysql-data-cache) in Cloud SQL documentation.
178178
&quot;dataCacheEnabled&quot;: True or False, # Optional. Whether data cache is enabled for the instance.
179179
},
180+
&quot;dataDiskProvisionedIops&quot;: &quot;A String&quot;, # Optional. Provisioned number of I/O operations per second for the data disk. This field is only used for hyperdisk-balanced disk types.
181+
&quot;dataDiskProvisionedThroughput&quot;: &quot;A String&quot;, # Optional. Provisioned throughput measured in MiB per second for the data disk. This field is only used for hyperdisk-balanced disk types.
180182
&quot;dataDiskSizeGb&quot;: &quot;A String&quot;, # The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.
181-
&quot;dataDiskType&quot;: &quot;A String&quot;, # The type of storage: `PD_SSD` (default) or `PD_HDD`.
183+
&quot;dataDiskType&quot;: &quot;A String&quot;, # The type of storage: `PD_SSD` (default) or `PD_HDD` or `HYPERDISK_BALANCED`.
182184
&quot;databaseFlags&quot;: { # The database flags passed to the Cloud SQL instance at startup. An object containing a list of &quot;key&quot;: value pairs. Example: { &quot;name&quot;: &quot;wrench&quot;, &quot;mass&quot;: &quot;1.3kg&quot;, &quot;count&quot;: &quot;3&quot; }.
183185
&quot;a_key&quot;: &quot;A String&quot;,
184186
},
@@ -304,8 +306,8 @@ <h3>Method Details</h3>
304306
},
305307
&quot;provider&quot;: &quot;A String&quot;, # The database provider.
306308
&quot;role&quot;: &quot;A String&quot;, # Optional. The connection profile role.
307-
&quot;satisfiesPzi&quot;: True or False, # Output only. Zone Isolation compliance state of the resource.
308-
&quot;satisfiesPzs&quot;: True or False, # Output only. Zone Separation compliance state of the resource.
309+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
310+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
309311
&quot;sqlserver&quot;: { # Specifies connection parameters required specifically for SQL Server databases. # Connection profile for a SQL Server data source.
310312
&quot;backups&quot;: { # Specifies the backup details in Cloud Storage for homogeneous migration to Cloud SQL for SQL Server. # The backup details in Cloud Storage for homogeneous migration to Cloud SQL for SQL Server.
311313
&quot;gcsBucket&quot;: &quot;A String&quot;, # Required. The Cloud Storage bucket that stores backups for all replicated databases.
@@ -485,8 +487,10 @@ <h3>Method Details</h3>
485487
&quot;dataCacheConfig&quot;: { # Data cache is an optional feature available for Cloud SQL for MySQL Enterprise Plus edition only. For more information on data cache, see [Data cache overview](https://cloud.google.com/sql/help/mysql-data-cache) in Cloud SQL documentation. # Optional. Data cache is an optional feature available for Cloud SQL for MySQL Enterprise Plus edition only. For more information on data cache, see [Data cache overview](https://cloud.google.com/sql/help/mysql-data-cache) in Cloud SQL documentation.
486488
&quot;dataCacheEnabled&quot;: True or False, # Optional. Whether data cache is enabled for the instance.
487489
},
490+
&quot;dataDiskProvisionedIops&quot;: &quot;A String&quot;, # Optional. Provisioned number of I/O operations per second for the data disk. This field is only used for hyperdisk-balanced disk types.
491+
&quot;dataDiskProvisionedThroughput&quot;: &quot;A String&quot;, # Optional. Provisioned throughput measured in MiB per second for the data disk. This field is only used for hyperdisk-balanced disk types.
488492
&quot;dataDiskSizeGb&quot;: &quot;A String&quot;, # The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.
489-
&quot;dataDiskType&quot;: &quot;A String&quot;, # The type of storage: `PD_SSD` (default) or `PD_HDD`.
493+
&quot;dataDiskType&quot;: &quot;A String&quot;, # The type of storage: `PD_SSD` (default) or `PD_HDD` or `HYPERDISK_BALANCED`.
490494
&quot;databaseFlags&quot;: { # The database flags passed to the Cloud SQL instance at startup. An object containing a list of &quot;key&quot;: value pairs. Example: { &quot;name&quot;: &quot;wrench&quot;, &quot;mass&quot;: &quot;1.3kg&quot;, &quot;count&quot;: &quot;3&quot; }.
491495
&quot;a_key&quot;: &quot;A String&quot;,
492496
},
@@ -612,8 +616,8 @@ <h3>Method Details</h3>
612616
},
613617
&quot;provider&quot;: &quot;A String&quot;, # The database provider.
614618
&quot;role&quot;: &quot;A String&quot;, # Optional. The connection profile role.
615-
&quot;satisfiesPzi&quot;: True or False, # Output only. Zone Isolation compliance state of the resource.
616-
&quot;satisfiesPzs&quot;: True or False, # Output only. Zone Separation compliance state of the resource.
619+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
620+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
617621
&quot;sqlserver&quot;: { # Specifies connection parameters required specifically for SQL Server databases. # Connection profile for a SQL Server data source.
618622
&quot;backups&quot;: { # Specifies the backup details in Cloud Storage for homogeneous migration to Cloud SQL for SQL Server. # The backup details in Cloud Storage for homogeneous migration to Cloud SQL for SQL Server.
619623
&quot;gcsBucket&quot;: &quot;A String&quot;, # Required. The Cloud Storage bucket that stores backups for all replicated databases.
@@ -778,8 +782,10 @@ <h3>Method Details</h3>
778782
&quot;dataCacheConfig&quot;: { # Data cache is an optional feature available for Cloud SQL for MySQL Enterprise Plus edition only. For more information on data cache, see [Data cache overview](https://cloud.google.com/sql/help/mysql-data-cache) in Cloud SQL documentation. # Optional. Data cache is an optional feature available for Cloud SQL for MySQL Enterprise Plus edition only. For more information on data cache, see [Data cache overview](https://cloud.google.com/sql/help/mysql-data-cache) in Cloud SQL documentation.
779783
&quot;dataCacheEnabled&quot;: True or False, # Optional. Whether data cache is enabled for the instance.
780784
},
785+
&quot;dataDiskProvisionedIops&quot;: &quot;A String&quot;, # Optional. Provisioned number of I/O operations per second for the data disk. This field is only used for hyperdisk-balanced disk types.
786+
&quot;dataDiskProvisionedThroughput&quot;: &quot;A String&quot;, # Optional. Provisioned throughput measured in MiB per second for the data disk. This field is only used for hyperdisk-balanced disk types.
781787
&quot;dataDiskSizeGb&quot;: &quot;A String&quot;, # The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.
782-
&quot;dataDiskType&quot;: &quot;A String&quot;, # The type of storage: `PD_SSD` (default) or `PD_HDD`.
788+
&quot;dataDiskType&quot;: &quot;A String&quot;, # The type of storage: `PD_SSD` (default) or `PD_HDD` or `HYPERDISK_BALANCED`.
783789
&quot;databaseFlags&quot;: { # The database flags passed to the Cloud SQL instance at startup. An object containing a list of &quot;key&quot;: value pairs. Example: { &quot;name&quot;: &quot;wrench&quot;, &quot;mass&quot;: &quot;1.3kg&quot;, &quot;count&quot;: &quot;3&quot; }.
784790
&quot;a_key&quot;: &quot;A String&quot;,
785791
},
@@ -905,8 +911,8 @@ <h3>Method Details</h3>
905911
},
906912
&quot;provider&quot;: &quot;A String&quot;, # The database provider.
907913
&quot;role&quot;: &quot;A String&quot;, # Optional. The connection profile role.
908-
&quot;satisfiesPzi&quot;: True or False, # Output only. Zone Isolation compliance state of the resource.
909-
&quot;satisfiesPzs&quot;: True or False, # Output only. Zone Separation compliance state of the resource.
914+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
915+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
910916
&quot;sqlserver&quot;: { # Specifies connection parameters required specifically for SQL Server databases. # Connection profile for a SQL Server data source.
911917
&quot;backups&quot;: { # Specifies the backup details in Cloud Storage for homogeneous migration to Cloud SQL for SQL Server. # The backup details in Cloud Storage for homogeneous migration to Cloud SQL for SQL Server.
912918
&quot;gcsBucket&quot;: &quot;A String&quot;, # Required. The Cloud Storage bucket that stores backups for all replicated databases.
@@ -1032,8 +1038,10 @@ <h3>Method Details</h3>
10321038
&quot;dataCacheConfig&quot;: { # Data cache is an optional feature available for Cloud SQL for MySQL Enterprise Plus edition only. For more information on data cache, see [Data cache overview](https://cloud.google.com/sql/help/mysql-data-cache) in Cloud SQL documentation. # Optional. Data cache is an optional feature available for Cloud SQL for MySQL Enterprise Plus edition only. For more information on data cache, see [Data cache overview](https://cloud.google.com/sql/help/mysql-data-cache) in Cloud SQL documentation.
10331039
&quot;dataCacheEnabled&quot;: True or False, # Optional. Whether data cache is enabled for the instance.
10341040
},
1041+
&quot;dataDiskProvisionedIops&quot;: &quot;A String&quot;, # Optional. Provisioned number of I/O operations per second for the data disk. This field is only used for hyperdisk-balanced disk types.
1042+
&quot;dataDiskProvisionedThroughput&quot;: &quot;A String&quot;, # Optional. Provisioned throughput measured in MiB per second for the data disk. This field is only used for hyperdisk-balanced disk types.
10351043
&quot;dataDiskSizeGb&quot;: &quot;A String&quot;, # The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.
1036-
&quot;dataDiskType&quot;: &quot;A String&quot;, # The type of storage: `PD_SSD` (default) or `PD_HDD`.
1044+
&quot;dataDiskType&quot;: &quot;A String&quot;, # The type of storage: `PD_SSD` (default) or `PD_HDD` or `HYPERDISK_BALANCED`.
10371045
&quot;databaseFlags&quot;: { # The database flags passed to the Cloud SQL instance at startup. An object containing a list of &quot;key&quot;: value pairs. Example: { &quot;name&quot;: &quot;wrench&quot;, &quot;mass&quot;: &quot;1.3kg&quot;, &quot;count&quot;: &quot;3&quot; }.
10381046
&quot;a_key&quot;: &quot;A String&quot;,
10391047
},
@@ -1159,8 +1167,8 @@ <h3>Method Details</h3>
11591167
},
11601168
&quot;provider&quot;: &quot;A String&quot;, # The database provider.
11611169
&quot;role&quot;: &quot;A String&quot;, # Optional. The connection profile role.
1162-
&quot;satisfiesPzi&quot;: True or False, # Output only. Zone Isolation compliance state of the resource.
1163-
&quot;satisfiesPzs&quot;: True or False, # Output only. Zone Separation compliance state of the resource.
1170+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
1171+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
11641172
&quot;sqlserver&quot;: { # Specifies connection parameters required specifically for SQL Server databases. # Connection profile for a SQL Server data source.
11651173
&quot;backups&quot;: { # Specifies the backup details in Cloud Storage for homogeneous migration to Cloud SQL for SQL Server. # The backup details in Cloud Storage for homogeneous migration to Cloud SQL for SQL Server.
11661174
&quot;gcsBucket&quot;: &quot;A String&quot;, # Required. The Cloud Storage bucket that stores backups for all replicated databases.

docs/dyn/datamigration_v1.projects.locations.migrationJobs.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ <h3>Method Details</h3>
238238
&quot;vmPort&quot;: 42, # Required. The forwarding port of the virtual machine (Compute Engine) used as the bastion server for the SSH tunnel.
239239
&quot;vpc&quot;: &quot;A String&quot;, # The name of the VPC to peer with the Cloud SQL private network.
240240
},
241-
&quot;satisfiesPzi&quot;: True or False, # Output only. Zone Isolation compliance state of the resource.
242-
&quot;satisfiesPzs&quot;: True or False, # Output only. Zone Separation compliance state of the resource.
241+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
242+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
243243
&quot;source&quot;: &quot;A String&quot;, # Required. The resource name (URI) of the source connection profile.
244244
&quot;sourceDatabase&quot;: { # A message defining the database engine and provider. # The database engine type and provider of the source.
245245
&quot;engine&quot;: &quot;A String&quot;, # The database engine.
@@ -576,8 +576,8 @@ <h3>Method Details</h3>
576576
&quot;vmPort&quot;: 42, # Required. The forwarding port of the virtual machine (Compute Engine) used as the bastion server for the SSH tunnel.
577577
&quot;vpc&quot;: &quot;A String&quot;, # The name of the VPC to peer with the Cloud SQL private network.
578578
},
579-
&quot;satisfiesPzi&quot;: True or False, # Output only. Zone Isolation compliance state of the resource.
580-
&quot;satisfiesPzs&quot;: True or False, # Output only. Zone Separation compliance state of the resource.
579+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
580+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
581581
&quot;source&quot;: &quot;A String&quot;, # Required. The resource name (URI) of the source connection profile.
582582
&quot;sourceDatabase&quot;: { # A message defining the database engine and provider. # The database engine type and provider of the source.
583583
&quot;engine&quot;: &quot;A String&quot;, # The database engine.
@@ -761,8 +761,8 @@ <h3>Method Details</h3>
761761
&quot;vmPort&quot;: 42, # Required. The forwarding port of the virtual machine (Compute Engine) used as the bastion server for the SSH tunnel.
762762
&quot;vpc&quot;: &quot;A String&quot;, # The name of the VPC to peer with the Cloud SQL private network.
763763
},
764-
&quot;satisfiesPzi&quot;: True or False, # Output only. Zone Isolation compliance state of the resource.
765-
&quot;satisfiesPzs&quot;: True or False, # Output only. Zone Separation compliance state of the resource.
764+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
765+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
766766
&quot;source&quot;: &quot;A String&quot;, # Required. The resource name (URI) of the source connection profile.
767767
&quot;sourceDatabase&quot;: { # A message defining the database engine and provider. # The database engine type and provider of the source.
768768
&quot;engine&quot;: &quot;A String&quot;, # The database engine.
@@ -907,8 +907,8 @@ <h3>Method Details</h3>
907907
&quot;vmPort&quot;: 42, # Required. The forwarding port of the virtual machine (Compute Engine) used as the bastion server for the SSH tunnel.
908908
&quot;vpc&quot;: &quot;A String&quot;, # The name of the VPC to peer with the Cloud SQL private network.
909909
},
910-
&quot;satisfiesPzi&quot;: True or False, # Output only. Zone Isolation compliance state of the resource.
911-
&quot;satisfiesPzs&quot;: True or False, # Output only. Zone Separation compliance state of the resource.
910+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
911+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
912912
&quot;source&quot;: &quot;A String&quot;, # Required. The resource name (URI) of the source connection profile.
913913
&quot;sourceDatabase&quot;: { # A message defining the database engine and provider. # The database engine type and provider of the source.
914914
&quot;engine&quot;: &quot;A String&quot;, # The database engine.
@@ -1414,8 +1414,8 @@ <h3>Method Details</h3>
14141414
&quot;vmPort&quot;: 42, # Required. The forwarding port of the virtual machine (Compute Engine) used as the bastion server for the SSH tunnel.
14151415
&quot;vpc&quot;: &quot;A String&quot;, # The name of the VPC to peer with the Cloud SQL private network.
14161416
},
1417-
&quot;satisfiesPzi&quot;: True or False, # Output only. Zone Isolation compliance state of the resource.
1418-
&quot;satisfiesPzs&quot;: True or False, # Output only. Zone Separation compliance state of the resource.
1417+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
1418+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
14191419
&quot;source&quot;: &quot;A String&quot;, # Required. The resource name (URI) of the source connection profile.
14201420
&quot;sourceDatabase&quot;: { # A message defining the database engine and provider. # The database engine type and provider of the source.
14211421
&quot;engine&quot;: &quot;A String&quot;, # The database engine.

docs/dyn/datamigration_v1.projects.locations.privateConnections.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ <h3>Method Details</h3>
132132
&quot;a_key&quot;: &quot;A String&quot;,
133133
},
134134
&quot;name&quot;: &quot;A String&quot;, # The name of the resource.
135-
&quot;satisfiesPzi&quot;: True or False, # Output only. Zone Isolation compliance state of the resource.
136-
&quot;satisfiesPzs&quot;: True or False, # Output only. Zone Separation compliance state of the resource.
135+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
136+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
137137
&quot;state&quot;: &quot;A String&quot;, # Output only. The state of the private connection.
138138
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last update time of the resource.
139139
&quot;vpcPeeringConfig&quot;: { # The VPC peering configuration is used to create VPC peering with the consumer&#x27;s VPC. # VPC peering configuration.
@@ -240,8 +240,8 @@ <h3>Method Details</h3>
240240
&quot;a_key&quot;: &quot;A String&quot;,
241241
},
242242
&quot;name&quot;: &quot;A String&quot;, # The name of the resource.
243-
&quot;satisfiesPzi&quot;: True or False, # Output only. Zone Isolation compliance state of the resource.
244-
&quot;satisfiesPzs&quot;: True or False, # Output only. Zone Separation compliance state of the resource.
243+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
244+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
245245
&quot;state&quot;: &quot;A String&quot;, # Output only. The state of the private connection.
246246
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last update time of the resource.
247247
&quot;vpcPeeringConfig&quot;: { # The VPC peering configuration is used to create VPC peering with the consumer&#x27;s VPC. # VPC peering configuration.
@@ -336,8 +336,8 @@ <h3>Method Details</h3>
336336
&quot;a_key&quot;: &quot;A String&quot;,
337337
},
338338
&quot;name&quot;: &quot;A String&quot;, # The name of the resource.
339-
&quot;satisfiesPzi&quot;: True or False, # Output only. Zone Isolation compliance state of the resource.
340-
&quot;satisfiesPzs&quot;: True or False, # Output only. Zone Separation compliance state of the resource.
339+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
340+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
341341
&quot;state&quot;: &quot;A String&quot;, # Output only. The state of the private connection.
342342
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last update time of the resource.
343343
&quot;vpcPeeringConfig&quot;: { # The VPC peering configuration is used to create VPC peering with the consumer&#x27;s VPC. # VPC peering configuration.

0 commit comments

Comments
 (0)