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
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -304,6 +304,8 @@ <h3>Method Details</h3>
304
304
},
305
305
"provider": "A String", # The database provider.
306
306
"role": "A String", # Optional. The connection profile role.
307
+
"satisfiesPzi": True or False, # Output only. Zone Isolation compliance state of the resource.
308
+
"satisfiesPzs": True or False, # Output only. Zone Separation compliance state of the resource.
307
309
"sqlserver": { # Specifies connection parameters required specifically for SQL Server databases. # Connection profile for a SQL Server data source.
308
310
"backups": { # 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.
309
311
"gcsBucket": "A String", # Required. The Cloud Storage bucket that stores backups for all replicated databases.
@@ -610,6 +612,8 @@ <h3>Method Details</h3>
610
612
},
611
613
"provider": "A String", # The database provider.
612
614
"role": "A String", # Optional. The connection profile role.
615
+
"satisfiesPzi": True or False, # Output only. Zone Isolation compliance state of the resource.
616
+
"satisfiesPzs": True or False, # Output only. Zone Separation compliance state of the resource.
613
617
"sqlserver": { # Specifies connection parameters required specifically for SQL Server databases. # Connection profile for a SQL Server data source.
614
618
"backups": { # 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.
615
619
"gcsBucket": "A String", # Required. The Cloud Storage bucket that stores backups for all replicated databases.
@@ -901,6 +905,8 @@ <h3>Method Details</h3>
901
905
},
902
906
"provider": "A String", # The database provider.
903
907
"role": "A String", # Optional. The connection profile role.
908
+
"satisfiesPzi": True or False, # Output only. Zone Isolation compliance state of the resource.
909
+
"satisfiesPzs": True or False, # Output only. Zone Separation compliance state of the resource.
904
910
"sqlserver": { # Specifies connection parameters required specifically for SQL Server databases. # Connection profile for a SQL Server data source.
905
911
"backups": { # 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.
906
912
"gcsBucket": "A String", # Required. The Cloud Storage bucket that stores backups for all replicated databases.
@@ -1153,6 +1159,8 @@ <h3>Method Details</h3>
1153
1159
},
1154
1160
"provider": "A String", # The database provider.
1155
1161
"role": "A String", # Optional. The connection profile role.
1162
+
"satisfiesPzi": True or False, # Output only. Zone Isolation compliance state of the resource.
1163
+
"satisfiesPzs": True or False, # Output only. Zone Separation compliance state of the resource.
1156
1164
"sqlserver": { # Specifies connection parameters required specifically for SQL Server databases. # Connection profile for a SQL Server data source.
1157
1165
"backups": { # 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.
1158
1166
"gcsBucket": "A String", # Required. The Cloud Storage bucket that stores backups for all replicated databases.
Copy file name to clipboardExpand all lines: docs/dyn/datamigration_v1.projects.locations.migrationJobs.html
+31-21Lines changed: 31 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -195,10 +195,10 @@ <h3>Method Details</h3>
195
195
"name": "A String", # The name (URI) of this migration job resource, in the form of: projects/{project}/locations/{location}/migrationJobs/{migrationJob}.
196
196
"objectsConfig": { # Configuration for the objects to be migrated. # Optional. The objects that need to be migrated.
197
197
"sourceObjectsConfig": { # List of configurations for the source objects to be migrated. # The list of the migration job objects.
198
-
"objectConfigs": [ # The list of the objects to be migrated.
198
+
"objectConfigs": [ # Optional. The list of the objects to be migrated.
199
199
{ # Config for a single migration job object.
200
-
"objectIdentifier": { # An identifier for the Migration Job Object. # The object identifier.
201
-
"database": "A String", # The database name. This will be required only if the object uses a database name as part of its unique identifier.
200
+
"objectIdentifier": { # An identifier for the Migration Job Object. # Optional. The object identifier.
201
+
"database": "A String", # Optional. The database name. This will be required only if the object uses a database name as part of its unique identifier.
202
202
"type": "A String", # Required. The type of the migration job object.
203
203
},
204
204
},
@@ -238,6 +238,8 @@ <h3>Method Details</h3>
238
238
"vmPort": 42, # Required. The forwarding port of the virtual machine (Compute Engine) used as the bastion server for the SSH tunnel.
239
239
"vpc": "A String", # The name of the VPC to peer with the Cloud SQL private network.
240
240
},
241
+
"satisfiesPzi": True or False, # Output only. Zone Isolation compliance state of the resource.
242
+
"satisfiesPzs": True or False, # Output only. Zone Separation compliance state of the resource.
241
243
"source": "A String", # Required. The resource name (URI) of the source connection profile.
242
244
"sourceDatabase": { # A message defining the database engine and provider. # The database engine type and provider of the source.
243
245
"engine": "A String", # The database engine.
@@ -531,10 +533,10 @@ <h3>Method Details</h3>
531
533
"name": "A String", # The name (URI) of this migration job resource, in the form of: projects/{project}/locations/{location}/migrationJobs/{migrationJob}.
532
534
"objectsConfig": { # Configuration for the objects to be migrated. # Optional. The objects that need to be migrated.
533
535
"sourceObjectsConfig": { # List of configurations for the source objects to be migrated. # The list of the migration job objects.
534
-
"objectConfigs": [ # The list of the objects to be migrated.
536
+
"objectConfigs": [ # Optional. The list of the objects to be migrated.
535
537
{ # Config for a single migration job object.
536
-
"objectIdentifier": { # An identifier for the Migration Job Object. # The object identifier.
537
-
"database": "A String", # The database name. This will be required only if the object uses a database name as part of its unique identifier.
538
+
"objectIdentifier": { # An identifier for the Migration Job Object. # Optional. The object identifier.
539
+
"database": "A String", # Optional. The database name. This will be required only if the object uses a database name as part of its unique identifier.
538
540
"type": "A String", # Required. The type of the migration job object.
539
541
},
540
542
},
@@ -574,6 +576,8 @@ <h3>Method Details</h3>
574
576
"vmPort": 42, # Required. The forwarding port of the virtual machine (Compute Engine) used as the bastion server for the SSH tunnel.
575
577
"vpc": "A String", # The name of the VPC to peer with the Cloud SQL private network.
576
578
},
579
+
"satisfiesPzi": True or False, # Output only. Zone Isolation compliance state of the resource.
580
+
"satisfiesPzs": True or False, # Output only. Zone Separation compliance state of the resource.
577
581
"source": "A String", # Required. The resource name (URI) of the source connection profile.
578
582
"sourceDatabase": { # A message defining the database engine and provider. # The database engine type and provider of the source.
579
583
"engine": "A String", # The database engine.
@@ -714,10 +718,10 @@ <h3>Method Details</h3>
714
718
"name": "A String", # The name (URI) of this migration job resource, in the form of: projects/{project}/locations/{location}/migrationJobs/{migrationJob}.
715
719
"objectsConfig": { # Configuration for the objects to be migrated. # Optional. The objects that need to be migrated.
716
720
"sourceObjectsConfig": { # List of configurations for the source objects to be migrated. # The list of the migration job objects.
717
-
"objectConfigs": [ # The list of the objects to be migrated.
721
+
"objectConfigs": [ # Optional. The list of the objects to be migrated.
718
722
{ # Config for a single migration job object.
719
-
"objectIdentifier": { # An identifier for the Migration Job Object. # The object identifier.
720
-
"database": "A String", # The database name. This will be required only if the object uses a database name as part of its unique identifier.
723
+
"objectIdentifier": { # An identifier for the Migration Job Object. # Optional. The object identifier.
724
+
"database": "A String", # Optional. The database name. This will be required only if the object uses a database name as part of its unique identifier.
721
725
"type": "A String", # Required. The type of the migration job object.
722
726
},
723
727
},
@@ -757,6 +761,8 @@ <h3>Method Details</h3>
757
761
"vmPort": 42, # Required. The forwarding port of the virtual machine (Compute Engine) used as the bastion server for the SSH tunnel.
758
762
"vpc": "A String", # The name of the VPC to peer with the Cloud SQL private network.
759
763
},
764
+
"satisfiesPzi": True or False, # Output only. Zone Isolation compliance state of the resource.
765
+
"satisfiesPzs": True or False, # Output only. Zone Separation compliance state of the resource.
760
766
"source": "A String", # Required. The resource name (URI) of the source connection profile.
761
767
"sourceDatabase": { # A message defining the database engine and provider. # The database engine type and provider of the source.
762
768
"engine": "A String", # The database engine.
@@ -858,10 +864,10 @@ <h3>Method Details</h3>
858
864
"name": "A String", # The name (URI) of this migration job resource, in the form of: projects/{project}/locations/{location}/migrationJobs/{migrationJob}.
859
865
"objectsConfig": { # Configuration for the objects to be migrated. # Optional. The objects that need to be migrated.
860
866
"sourceObjectsConfig": { # List of configurations for the source objects to be migrated. # The list of the migration job objects.
861
-
"objectConfigs": [ # The list of the objects to be migrated.
867
+
"objectConfigs": [ # Optional. The list of the objects to be migrated.
862
868
{ # Config for a single migration job object.
863
-
"objectIdentifier": { # An identifier for the Migration Job Object. # The object identifier.
864
-
"database": "A String", # The database name. This will be required only if the object uses a database name as part of its unique identifier.
869
+
"objectIdentifier": { # An identifier for the Migration Job Object. # Optional. The object identifier.
870
+
"database": "A String", # Optional. The database name. This will be required only if the object uses a database name as part of its unique identifier.
865
871
"type": "A String", # Required. The type of the migration job object.
866
872
},
867
873
},
@@ -901,6 +907,8 @@ <h3>Method Details</h3>
901
907
"vmPort": 42, # Required. The forwarding port of the virtual machine (Compute Engine) used as the bastion server for the SSH tunnel.
902
908
"vpc": "A String", # The name of the VPC to peer with the Cloud SQL private network.
903
909
},
910
+
"satisfiesPzi": True or False, # Output only. Zone Isolation compliance state of the resource.
911
+
"satisfiesPzs": True or False, # Output only. Zone Separation compliance state of the resource.
904
912
"source": "A String", # Required. The resource name (URI) of the source connection profile.
905
913
"sourceDatabase": { # A message defining the database engine and provider. # The database engine type and provider of the source.
906
914
"engine": "A String", # The database engine.
@@ -974,10 +982,10 @@ <h3>Method Details</h3>
974
982
{ # Request message for 'PromoteMigrationJob' request.
975
983
"objectsFilter": { # Configuration for the objects to be migrated. # Optional. The object filter to apply to the migration job.
976
984
"sourceObjectsConfig": { # List of configurations for the source objects to be migrated. # The list of the migration job objects.
977
-
"objectConfigs": [ # The list of the objects to be migrated.
985
+
"objectConfigs": [ # Optional. The list of the objects to be migrated.
978
986
{ # Config for a single migration job object.
979
-
"objectIdentifier": { # An identifier for the Migration Job Object. # The object identifier.
980
-
"database": "A String", # The database name. This will be required only if the object uses a database name as part of its unique identifier.
987
+
"objectIdentifier": { # An identifier for the Migration Job Object. # Optional. The object identifier.
988
+
"database": "A String", # Optional. The database name. This will be required only if the object uses a database name as part of its unique identifier.
981
989
"type": "A String", # Required. The type of the migration job object.
982
990
},
983
991
},
@@ -1028,10 +1036,10 @@ <h3>Method Details</h3>
1028
1036
{ # Request message for 'RestartMigrationJob' request.
1029
1037
"objectsFilter": { # Configuration for the objects to be migrated. # Optional. The object filter to apply to the migration job.
1030
1038
"sourceObjectsConfig": { # List of configurations for the source objects to be migrated. # The list of the migration job objects.
1031
-
"objectConfigs": [ # The list of the objects to be migrated.
1039
+
"objectConfigs": [ # Optional. The list of the objects to be migrated.
1032
1040
{ # Config for a single migration job object.
1033
-
"objectIdentifier": { # An identifier for the Migration Job Object. # The object identifier.
1034
-
"database": "A String", # The database name. This will be required only if the object uses a database name as part of its unique identifier.
1041
+
"objectIdentifier": { # An identifier for the Migration Job Object. # Optional. The object identifier.
1042
+
"database": "A String", # Optional. The database name. This will be required only if the object uses a database name as part of its unique identifier.
1035
1043
"type": "A String", # Required. The type of the migration job object.
1036
1044
},
1037
1045
},
@@ -1363,10 +1371,10 @@ <h3>Method Details</h3>
1363
1371
"name": "A String", # The name (URI) of this migration job resource, in the form of: projects/{project}/locations/{location}/migrationJobs/{migrationJob}.
1364
1372
"objectsConfig": { # Configuration for the objects to be migrated. # Optional. The objects that need to be migrated.
1365
1373
"sourceObjectsConfig": { # List of configurations for the source objects to be migrated. # The list of the migration job objects.
1366
-
"objectConfigs": [ # The list of the objects to be migrated.
1374
+
"objectConfigs": [ # Optional. The list of the objects to be migrated.
1367
1375
{ # Config for a single migration job object.
1368
-
"objectIdentifier": { # An identifier for the Migration Job Object. # The object identifier.
1369
-
"database": "A String", # The database name. This will be required only if the object uses a database name as part of its unique identifier.
1376
+
"objectIdentifier": { # An identifier for the Migration Job Object. # Optional. The object identifier.
1377
+
"database": "A String", # Optional. The database name. This will be required only if the object uses a database name as part of its unique identifier.
1370
1378
"type": "A String", # Required. The type of the migration job object.
1371
1379
},
1372
1380
},
@@ -1406,6 +1414,8 @@ <h3>Method Details</h3>
1406
1414
"vmPort": 42, # Required. The forwarding port of the virtual machine (Compute Engine) used as the bastion server for the SSH tunnel.
1407
1415
"vpc": "A String", # The name of the VPC to peer with the Cloud SQL private network.
1408
1416
},
1417
+
"satisfiesPzi": True or False, # Output only. Zone Isolation compliance state of the resource.
1418
+
"satisfiesPzs": True or False, # Output only. Zone Separation compliance state of the resource.
1409
1419
"source": "A String", # Required. The resource name (URI) of the source connection profile.
1410
1420
"sourceDatabase": { # A message defining the database engine and provider. # The database engine type and provider of the source.
1411
1421
"engine": "A String", # The database engine.
0 commit comments