Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 75e73f8

Browse files
committedMar 4, 2025
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

4 files changed

+58
-38
lines changed
 

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

+20-12
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

+10-10
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

+6-6
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.

‎googleapiclient/discovery_cache/documents/datamigration.v1.json

+22-10
Original file line numberDiff line numberDiff line change
@@ -2332,7 +2332,7 @@
23322332
}
23332333
}
23342334
},
2335-
"revision": "20250207",
2335+
"revision": "20250217",
23362336
"rootUrl": "https://datamigration.googleapis.com/",
23372337
"schemas": {
23382338
"AlloyDbConnectionProfile": {
@@ -2722,22 +2722,34 @@
27222722
"$ref": "DataCacheConfig",
27232723
"description": "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."
27242724
},
2725+
"dataDiskProvisionedIops": {
2726+
"description": "Optional. Provisioned number of I/O operations per second for the data disk. This field is only used for hyperdisk-balanced disk types.",
2727+
"format": "int64",
2728+
"type": "string"
2729+
},
2730+
"dataDiskProvisionedThroughput": {
2731+
"description": "Optional. Provisioned throughput measured in MiB per second for the data disk. This field is only used for hyperdisk-balanced disk types.",
2732+
"format": "int64",
2733+
"type": "string"
2734+
},
27252735
"dataDiskSizeGb": {
27262736
"description": "The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.",
27272737
"format": "int64",
27282738
"type": "string"
27292739
},
27302740
"dataDiskType": {
2731-
"description": "The type of storage: `PD_SSD` (default) or `PD_HDD`.",
2741+
"description": "The type of storage: `PD_SSD` (default) or `PD_HDD` or `HYPERDISK_BALANCED`.",
27322742
"enum": [
27332743
"SQL_DATA_DISK_TYPE_UNSPECIFIED",
27342744
"PD_SSD",
2735-
"PD_HDD"
2745+
"PD_HDD",
2746+
"HYPERDISK_BALANCED"
27362747
],
27372748
"enumDescriptions": [
27382749
"Unspecified.",
27392750
"SSD disk.",
2740-
"HDD disk."
2751+
"HDD disk.",
2752+
"A Hyperdisk Balanced data disk."
27412753
],
27422754
"type": "string"
27432755
},
@@ -3087,12 +3099,12 @@
30873099
"type": "string"
30883100
},
30893101
"satisfiesPzi": {
3090-
"description": "Output only. Zone Isolation compliance state of the resource.",
3102+
"description": "Output only. Reserved for future use.",
30913103
"readOnly": true,
30923104
"type": "boolean"
30933105
},
30943106
"satisfiesPzs": {
3095-
"description": "Output only. Zone Separation compliance state of the resource.",
3107+
"description": "Output only. Reserved for future use.",
30963108
"readOnly": true,
30973109
"type": "boolean"
30983110
},
@@ -4896,12 +4908,12 @@
48964908
"description": "The details needed to communicate to the source over Reverse SSH tunnel connectivity."
48974909
},
48984910
"satisfiesPzi": {
4899-
"description": "Output only. Zone Isolation compliance state of the resource.",
4911+
"description": "Output only. Reserved for future use.",
49004912
"readOnly": true,
49014913
"type": "boolean"
49024914
},
49034915
"satisfiesPzs": {
4904-
"description": "Output only. Zone Separation compliance state of the resource.",
4916+
"description": "Output only. Reserved for future use.",
49054917
"readOnly": true,
49064918
"type": "boolean"
49074919
},
@@ -5731,12 +5743,12 @@
57315743
"type": "string"
57325744
},
57335745
"satisfiesPzi": {
5734-
"description": "Output only. Zone Isolation compliance state of the resource.",
5746+
"description": "Output only. Reserved for future use.",
57355747
"readOnly": true,
57365748
"type": "boolean"
57375749
},
57385750
"satisfiesPzs": {
5739-
"description": "Output only. Zone Separation compliance state of the resource.",
5751+
"description": "Output only. Reserved for future use.",
57405752
"readOnly": true,
57415753
"type": "boolean"
57425754
},

0 commit comments

Comments
 (0)
Please sign in to comment.