google-apis-migrationcenter_v1alpha1 0.25.0 → 0.27.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/migrationcenter_v1alpha1/classes.rb +1506 -94
- data/lib/google/apis/migrationcenter_v1alpha1/gem_version.rb +2 -2
- data/lib/google/apis/migrationcenter_v1alpha1/representations.rb +636 -0
- data/lib/google/apis/migrationcenter_v1alpha1/service.rb +257 -0
- metadata +3 -3
@@ -172,6 +172,30 @@ module Google
|
|
172
172
|
include Google::Apis::Core::JsonObjectSupport
|
173
173
|
end
|
174
174
|
|
175
|
+
class CloudDatabaseMigrationTarget
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class CloudSqlForMySqlShape
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class CloudSqlForPostgreSqlShape
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class CloudSqlForSqlServerShape
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
175
199
|
class ComputeEngineMigrationTarget
|
176
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
201
|
|
@@ -244,6 +268,96 @@ module Google
|
|
244
268
|
include Google::Apis::Core::JsonObjectSupport
|
245
269
|
end
|
246
270
|
|
271
|
+
class DatabaseDeploymentDetails
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class DatabaseDeploymentDetailsAggregatedStats
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class DatabaseDeploymentTopology
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class DatabaseDetails
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class DatabaseDetailsParentDatabaseDeployment
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class DatabaseInstance
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class DatabaseInstanceHost
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class DatabaseObjects
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class DatabasePreferences
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class DatabasePreferencesCloudSqlCommon
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class DatabasePreferencesCloudSqlCommonBackup
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class DatabasePreferencesCloudSqlMySql
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class DatabasePreferencesCloudSqlPostgreSql
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class DatabasePreferencesCloudSqlSqlServer
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class DatabaseSchema
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
247
361
|
class Date
|
248
362
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
363
|
|
@@ -262,6 +376,12 @@ module Google
|
|
262
376
|
include Google::Apis::Core::JsonObjectSupport
|
263
377
|
end
|
264
378
|
|
379
|
+
class DiscoveryClient
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
265
385
|
class DiskEntry
|
266
386
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
387
|
|
@@ -442,6 +562,30 @@ module Google
|
|
442
562
|
include Google::Apis::Core::JsonObjectSupport
|
443
563
|
end
|
444
564
|
|
565
|
+
class ImportRowErrorArchiveErrorDetails
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
571
|
+
class ImportRowErrorCsvErrorDetails
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
577
|
+
class ImportRowErrorJsonErrorDetails
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
583
|
+
class ImportRowErrorXlsxErrorDetails
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
445
589
|
class InlinePayloadInfo
|
446
590
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
591
|
|
@@ -460,12 +604,30 @@ module Google
|
|
460
604
|
include Google::Apis::Core::JsonObjectSupport
|
461
605
|
end
|
462
606
|
|
607
|
+
class Issue
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
|
+
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
611
|
+
end
|
612
|
+
|
613
|
+
class IssueCompatibilityIssue
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
|
+
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
617
|
+
end
|
618
|
+
|
463
619
|
class ListAssetsResponse
|
464
620
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
621
|
|
466
622
|
include Google::Apis::Core::JsonObjectSupport
|
467
623
|
end
|
468
624
|
|
625
|
+
class ListDiscoveryClientsResponse
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
|
+
|
628
|
+
include Google::Apis::Core::JsonObjectSupport
|
629
|
+
end
|
630
|
+
|
469
631
|
class ListErrorFramesResponse
|
470
632
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
633
|
|
@@ -562,6 +724,18 @@ module Google
|
|
562
724
|
include Google::Apis::Core::JsonObjectSupport
|
563
725
|
end
|
564
726
|
|
727
|
+
class MysqlDatabaseDeployment
|
728
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
|
+
|
730
|
+
include Google::Apis::Core::JsonObjectSupport
|
731
|
+
end
|
732
|
+
|
733
|
+
class MysqlPlugin
|
734
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
735
|
+
|
736
|
+
include Google::Apis::Core::JsonObjectSupport
|
737
|
+
end
|
738
|
+
|
565
739
|
class NetworkAdapterDetails
|
566
740
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
741
|
|
@@ -664,6 +838,12 @@ module Google
|
|
664
838
|
include Google::Apis::Core::JsonObjectSupport
|
665
839
|
end
|
666
840
|
|
841
|
+
class PostgreSqlDatabaseDeployment
|
842
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
843
|
+
|
844
|
+
include Google::Apis::Core::JsonObjectSupport
|
845
|
+
end
|
846
|
+
|
667
847
|
class PreferenceSet
|
668
848
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
849
|
|
@@ -730,6 +910,12 @@ module Google
|
|
730
910
|
include Google::Apis::Core::JsonObjectSupport
|
731
911
|
end
|
732
912
|
|
913
|
+
class ReportSummaryDatabaseFinding
|
914
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
915
|
+
|
916
|
+
include Google::Apis::Core::JsonObjectSupport
|
917
|
+
end
|
918
|
+
|
733
919
|
class ReportSummaryGroupFinding
|
734
920
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
735
921
|
|
@@ -844,6 +1030,12 @@ module Google
|
|
844
1030
|
include Google::Apis::Core::JsonObjectSupport
|
845
1031
|
end
|
846
1032
|
|
1033
|
+
class SendDiscoveryClientHeartbeatRequest
|
1034
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1035
|
+
|
1036
|
+
include Google::Apis::Core::JsonObjectSupport
|
1037
|
+
end
|
1038
|
+
|
847
1039
|
class Settings
|
848
1040
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
849
1041
|
|
@@ -874,6 +1066,30 @@ module Google
|
|
874
1066
|
include Google::Apis::Core::JsonObjectSupport
|
875
1067
|
end
|
876
1068
|
|
1069
|
+
class SqlServerDatabaseDeployment
|
1070
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1071
|
+
|
1072
|
+
include Google::Apis::Core::JsonObjectSupport
|
1073
|
+
end
|
1074
|
+
|
1075
|
+
class SqlServerFeature
|
1076
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1077
|
+
|
1078
|
+
include Google::Apis::Core::JsonObjectSupport
|
1079
|
+
end
|
1080
|
+
|
1081
|
+
class SqlServerServerFlag
|
1082
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1083
|
+
|
1084
|
+
include Google::Apis::Core::JsonObjectSupport
|
1085
|
+
end
|
1086
|
+
|
1087
|
+
class SqlServerTraceFlag
|
1088
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1089
|
+
|
1090
|
+
include Google::Apis::Core::JsonObjectSupport
|
1091
|
+
end
|
1092
|
+
|
877
1093
|
class Status
|
878
1094
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
879
1095
|
|
@@ -1103,6 +1319,10 @@ module Google
|
|
1103
1319
|
collection :assigned_groups, as: 'assignedGroups'
|
1104
1320
|
hash :attributes, as: 'attributes'
|
1105
1321
|
property :create_time, as: 'createTime'
|
1322
|
+
property :database_deployment_details, as: 'databaseDeploymentDetails', class: Google::Apis::MigrationcenterV1alpha1::DatabaseDeploymentDetails, decorator: Google::Apis::MigrationcenterV1alpha1::DatabaseDeploymentDetails::Representation
|
1323
|
+
|
1324
|
+
property :database_details, as: 'databaseDetails', class: Google::Apis::MigrationcenterV1alpha1::DatabaseDetails, decorator: Google::Apis::MigrationcenterV1alpha1::DatabaseDetails::Representation
|
1325
|
+
|
1106
1326
|
property :hidden, as: 'hidden'
|
1107
1327
|
property :hide_reason, as: 'hideReason'
|
1108
1328
|
property :hide_time, as: 'hideTime'
|
@@ -1113,6 +1333,7 @@ module Google
|
|
1113
1333
|
property :performance_data, as: 'performanceData', class: Google::Apis::MigrationcenterV1alpha1::AssetPerformanceData, decorator: Google::Apis::MigrationcenterV1alpha1::AssetPerformanceData::Representation
|
1114
1334
|
|
1115
1335
|
collection :sources, as: 'sources'
|
1336
|
+
property :title, as: 'title'
|
1116
1337
|
property :update_time, as: 'updateTime'
|
1117
1338
|
property :virtual_machine_details, as: 'virtualMachineDetails', class: Google::Apis::MigrationcenterV1alpha1::VirtualMachineDetails, decorator: Google::Apis::MigrationcenterV1alpha1::VirtualMachineDetails::Representation
|
1118
1339
|
|
@@ -1123,6 +1344,11 @@ module Google
|
|
1123
1344
|
# @private
|
1124
1345
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1125
1346
|
hash :attributes, as: 'attributes'
|
1347
|
+
property :collection_type, as: 'collectionType'
|
1348
|
+
property :database_deployment_details, as: 'databaseDeploymentDetails', class: Google::Apis::MigrationcenterV1alpha1::DatabaseDeploymentDetails, decorator: Google::Apis::MigrationcenterV1alpha1::DatabaseDeploymentDetails::Representation
|
1349
|
+
|
1350
|
+
property :database_details, as: 'databaseDetails', class: Google::Apis::MigrationcenterV1alpha1::DatabaseDetails, decorator: Google::Apis::MigrationcenterV1alpha1::DatabaseDetails::Representation
|
1351
|
+
|
1126
1352
|
hash :labels, as: 'labels'
|
1127
1353
|
collection :performance_samples, as: 'performanceSamples', class: Google::Apis::MigrationcenterV1alpha1::PerformanceSample, decorator: Google::Apis::MigrationcenterV1alpha1::PerformanceSample::Representation
|
1128
1354
|
|
@@ -1206,6 +1432,63 @@ module Google
|
|
1206
1432
|
end
|
1207
1433
|
end
|
1208
1434
|
|
1435
|
+
class CloudDatabaseMigrationTarget
|
1436
|
+
# @private
|
1437
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1438
|
+
property :cloud_sql_for_mysql_shape, as: 'cloudSqlForMysqlShape', class: Google::Apis::MigrationcenterV1alpha1::CloudSqlForMySqlShape, decorator: Google::Apis::MigrationcenterV1alpha1::CloudSqlForMySqlShape::Representation
|
1439
|
+
|
1440
|
+
property :cloud_sql_for_postgresql_shape, as: 'cloudSqlForPostgresqlShape', class: Google::Apis::MigrationcenterV1alpha1::CloudSqlForPostgreSqlShape, decorator: Google::Apis::MigrationcenterV1alpha1::CloudSqlForPostgreSqlShape::Representation
|
1441
|
+
|
1442
|
+
property :cloud_sql_shape, as: 'cloudSqlShape', class: Google::Apis::MigrationcenterV1alpha1::CloudSqlForSqlServerShape, decorator: Google::Apis::MigrationcenterV1alpha1::CloudSqlForSqlServerShape::Representation
|
1443
|
+
|
1444
|
+
end
|
1445
|
+
end
|
1446
|
+
|
1447
|
+
class CloudSqlForMySqlShape
|
1448
|
+
# @private
|
1449
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1450
|
+
property :backup_storage_gb, as: 'backupStorageGb'
|
1451
|
+
property :edition, as: 'edition'
|
1452
|
+
property :egress_gb_per_month, :numeric_string => true, as: 'egressGbPerMonth'
|
1453
|
+
property :logical_core_count, as: 'logicalCoreCount'
|
1454
|
+
property :memory_mb, as: 'memoryMb'
|
1455
|
+
property :storage, as: 'storage', class: Google::Apis::MigrationcenterV1alpha1::ComputeStorageDescriptor, decorator: Google::Apis::MigrationcenterV1alpha1::ComputeStorageDescriptor::Representation
|
1456
|
+
|
1457
|
+
property :version, as: 'version'
|
1458
|
+
property :zone_availability, as: 'zoneAvailability'
|
1459
|
+
end
|
1460
|
+
end
|
1461
|
+
|
1462
|
+
class CloudSqlForPostgreSqlShape
|
1463
|
+
# @private
|
1464
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1465
|
+
property :backup_storage_gb, as: 'backupStorageGb'
|
1466
|
+
property :edition, as: 'edition'
|
1467
|
+
property :egress_gb_per_month, :numeric_string => true, as: 'egressGbPerMonth'
|
1468
|
+
property :logical_core_count, as: 'logicalCoreCount'
|
1469
|
+
property :memory_mb, as: 'memoryMb'
|
1470
|
+
property :storage, as: 'storage', class: Google::Apis::MigrationcenterV1alpha1::ComputeStorageDescriptor, decorator: Google::Apis::MigrationcenterV1alpha1::ComputeStorageDescriptor::Representation
|
1471
|
+
|
1472
|
+
property :version, as: 'version'
|
1473
|
+
property :zone_availability, as: 'zoneAvailability'
|
1474
|
+
end
|
1475
|
+
end
|
1476
|
+
|
1477
|
+
class CloudSqlForSqlServerShape
|
1478
|
+
# @private
|
1479
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1480
|
+
property :backup_storage_gb, as: 'backupStorageGb'
|
1481
|
+
property :edition, as: 'edition'
|
1482
|
+
property :egress_gb_per_month, :numeric_string => true, as: 'egressGbPerMonth'
|
1483
|
+
property :logical_core_count, as: 'logicalCoreCount'
|
1484
|
+
property :memory_mb, as: 'memoryMb'
|
1485
|
+
property :storage, as: 'storage', class: Google::Apis::MigrationcenterV1alpha1::ComputeStorageDescriptor, decorator: Google::Apis::MigrationcenterV1alpha1::ComputeStorageDescriptor::Representation
|
1486
|
+
|
1487
|
+
property :version, as: 'version'
|
1488
|
+
property :zone_availability, as: 'zoneAvailability'
|
1489
|
+
end
|
1490
|
+
end
|
1491
|
+
|
1209
1492
|
class ComputeEngineMigrationTarget
|
1210
1493
|
# @private
|
1211
1494
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1287,6 +1570,10 @@ module Google
|
|
1287
1570
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1288
1571
|
property :iops, as: 'iops', class: Google::Apis::MigrationcenterV1alpha1::DailyResourceUsageAggregationStats, decorator: Google::Apis::MigrationcenterV1alpha1::DailyResourceUsageAggregationStats::Representation
|
1289
1572
|
|
1573
|
+
property :read_iops, as: 'readIops', class: Google::Apis::MigrationcenterV1alpha1::DailyResourceUsageAggregationStats, decorator: Google::Apis::MigrationcenterV1alpha1::DailyResourceUsageAggregationStats::Representation
|
1574
|
+
|
1575
|
+
property :write_iops, as: 'writeIops', class: Google::Apis::MigrationcenterV1alpha1::DailyResourceUsageAggregationStats, decorator: Google::Apis::MigrationcenterV1alpha1::DailyResourceUsageAggregationStats::Representation
|
1576
|
+
|
1290
1577
|
end
|
1291
1578
|
end
|
1292
1579
|
|
@@ -1318,6 +1605,160 @@ module Google
|
|
1318
1605
|
end
|
1319
1606
|
end
|
1320
1607
|
|
1608
|
+
class DatabaseDeploymentDetails
|
1609
|
+
# @private
|
1610
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1611
|
+
property :aggregated_stats, as: 'aggregatedStats', class: Google::Apis::MigrationcenterV1alpha1::DatabaseDeploymentDetailsAggregatedStats, decorator: Google::Apis::MigrationcenterV1alpha1::DatabaseDeploymentDetailsAggregatedStats::Representation
|
1612
|
+
|
1613
|
+
property :edition, as: 'edition'
|
1614
|
+
property :generated_id, as: 'generatedId'
|
1615
|
+
property :manual_unique_id, as: 'manualUniqueId'
|
1616
|
+
property :mysql, as: 'mysql', class: Google::Apis::MigrationcenterV1alpha1::MysqlDatabaseDeployment, decorator: Google::Apis::MigrationcenterV1alpha1::MysqlDatabaseDeployment::Representation
|
1617
|
+
|
1618
|
+
property :postgresql, as: 'postgresql', class: Google::Apis::MigrationcenterV1alpha1::PostgreSqlDatabaseDeployment, decorator: Google::Apis::MigrationcenterV1alpha1::PostgreSqlDatabaseDeployment::Representation
|
1619
|
+
|
1620
|
+
property :sql_server, as: 'sqlServer', class: Google::Apis::MigrationcenterV1alpha1::SqlServerDatabaseDeployment, decorator: Google::Apis::MigrationcenterV1alpha1::SqlServerDatabaseDeployment::Representation
|
1621
|
+
|
1622
|
+
property :topology, as: 'topology', class: Google::Apis::MigrationcenterV1alpha1::DatabaseDeploymentTopology, decorator: Google::Apis::MigrationcenterV1alpha1::DatabaseDeploymentTopology::Representation
|
1623
|
+
|
1624
|
+
property :version, as: 'version'
|
1625
|
+
end
|
1626
|
+
end
|
1627
|
+
|
1628
|
+
class DatabaseDeploymentDetailsAggregatedStats
|
1629
|
+
# @private
|
1630
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1631
|
+
property :database_count, as: 'databaseCount'
|
1632
|
+
end
|
1633
|
+
end
|
1634
|
+
|
1635
|
+
class DatabaseDeploymentTopology
|
1636
|
+
# @private
|
1637
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1638
|
+
property :core_count, as: 'coreCount'
|
1639
|
+
property :core_limit, as: 'coreLimit'
|
1640
|
+
property :disk_allocated_bytes, :numeric_string => true, as: 'diskAllocatedBytes'
|
1641
|
+
property :disk_used_bytes, :numeric_string => true, as: 'diskUsedBytes'
|
1642
|
+
collection :instances, as: 'instances', class: Google::Apis::MigrationcenterV1alpha1::DatabaseInstance, decorator: Google::Apis::MigrationcenterV1alpha1::DatabaseInstance::Representation
|
1643
|
+
|
1644
|
+
property :memory_bytes, :numeric_string => true, as: 'memoryBytes'
|
1645
|
+
property :memory_limit_bytes, :numeric_string => true, as: 'memoryLimitBytes'
|
1646
|
+
end
|
1647
|
+
end
|
1648
|
+
|
1649
|
+
class DatabaseDetails
|
1650
|
+
# @private
|
1651
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1652
|
+
property :allocated_storage_bytes, :numeric_string => true, as: 'allocatedStorageBytes'
|
1653
|
+
property :database_name, as: 'databaseName'
|
1654
|
+
property :parent_database_deployment, as: 'parentDatabaseDeployment', class: Google::Apis::MigrationcenterV1alpha1::DatabaseDetailsParentDatabaseDeployment, decorator: Google::Apis::MigrationcenterV1alpha1::DatabaseDetailsParentDatabaseDeployment::Representation
|
1655
|
+
|
1656
|
+
collection :schemas, as: 'schemas', class: Google::Apis::MigrationcenterV1alpha1::DatabaseSchema, decorator: Google::Apis::MigrationcenterV1alpha1::DatabaseSchema::Representation
|
1657
|
+
|
1658
|
+
end
|
1659
|
+
end
|
1660
|
+
|
1661
|
+
class DatabaseDetailsParentDatabaseDeployment
|
1662
|
+
# @private
|
1663
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1664
|
+
property :generated_id, as: 'generatedId'
|
1665
|
+
property :manual_unique_id, as: 'manualUniqueId'
|
1666
|
+
end
|
1667
|
+
end
|
1668
|
+
|
1669
|
+
class DatabaseInstance
|
1670
|
+
# @private
|
1671
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1672
|
+
collection :hosts, as: 'hosts', class: Google::Apis::MigrationcenterV1alpha1::DatabaseInstanceHost, decorator: Google::Apis::MigrationcenterV1alpha1::DatabaseInstanceHost::Representation
|
1673
|
+
|
1674
|
+
property :instance_name, as: 'instanceName'
|
1675
|
+
property :role, as: 'role'
|
1676
|
+
end
|
1677
|
+
end
|
1678
|
+
|
1679
|
+
class DatabaseInstanceHost
|
1680
|
+
# @private
|
1681
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1682
|
+
property :host_name, as: 'hostName'
|
1683
|
+
end
|
1684
|
+
end
|
1685
|
+
|
1686
|
+
class DatabaseObjects
|
1687
|
+
# @private
|
1688
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1689
|
+
property :category, as: 'category'
|
1690
|
+
property :count, :numeric_string => true, as: 'count'
|
1691
|
+
end
|
1692
|
+
end
|
1693
|
+
|
1694
|
+
class DatabasePreferences
|
1695
|
+
# @private
|
1696
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1697
|
+
property :mssql_to_cloud_sql_for_sql_server_preferences, as: 'mssqlToCloudSqlForSqlServerPreferences', class: Google::Apis::MigrationcenterV1alpha1::DatabasePreferencesCloudSqlSqlServer, decorator: Google::Apis::MigrationcenterV1alpha1::DatabasePreferencesCloudSqlSqlServer::Representation
|
1698
|
+
|
1699
|
+
property :mysql_to_cloud_sql_for_mysql_preferences, as: 'mysqlToCloudSqlForMysqlPreferences', class: Google::Apis::MigrationcenterV1alpha1::DatabasePreferencesCloudSqlMySql, decorator: Google::Apis::MigrationcenterV1alpha1::DatabasePreferencesCloudSqlMySql::Representation
|
1700
|
+
|
1701
|
+
property :postgresql_to_cloud_sql_for_postgresql_preferences, as: 'postgresqlToCloudSqlForPostgresqlPreferences', class: Google::Apis::MigrationcenterV1alpha1::DatabasePreferencesCloudSqlPostgreSql, decorator: Google::Apis::MigrationcenterV1alpha1::DatabasePreferencesCloudSqlPostgreSql::Representation
|
1702
|
+
|
1703
|
+
end
|
1704
|
+
end
|
1705
|
+
|
1706
|
+
class DatabasePreferencesCloudSqlCommon
|
1707
|
+
# @private
|
1708
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1709
|
+
property :backup, as: 'backup', class: Google::Apis::MigrationcenterV1alpha1::DatabasePreferencesCloudSqlCommonBackup, decorator: Google::Apis::MigrationcenterV1alpha1::DatabasePreferencesCloudSqlCommonBackup::Representation
|
1710
|
+
|
1711
|
+
property :commitment_plan, as: 'commitmentPlan'
|
1712
|
+
property :edition, as: 'edition'
|
1713
|
+
property :persistent_disk_type, as: 'persistentDiskType'
|
1714
|
+
property :sizing_optimization_strategy, as: 'sizingOptimizationStrategy'
|
1715
|
+
property :zone_availability, as: 'zoneAvailability'
|
1716
|
+
end
|
1717
|
+
end
|
1718
|
+
|
1719
|
+
class DatabasePreferencesCloudSqlCommonBackup
|
1720
|
+
# @private
|
1721
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1722
|
+
property :backup_mode, as: 'backupMode'
|
1723
|
+
end
|
1724
|
+
end
|
1725
|
+
|
1726
|
+
class DatabasePreferencesCloudSqlMySql
|
1727
|
+
# @private
|
1728
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1729
|
+
property :common, as: 'common', class: Google::Apis::MigrationcenterV1alpha1::DatabasePreferencesCloudSqlCommon, decorator: Google::Apis::MigrationcenterV1alpha1::DatabasePreferencesCloudSqlCommon::Representation
|
1730
|
+
|
1731
|
+
end
|
1732
|
+
end
|
1733
|
+
|
1734
|
+
class DatabasePreferencesCloudSqlPostgreSql
|
1735
|
+
# @private
|
1736
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1737
|
+
property :common, as: 'common', class: Google::Apis::MigrationcenterV1alpha1::DatabasePreferencesCloudSqlCommon, decorator: Google::Apis::MigrationcenterV1alpha1::DatabasePreferencesCloudSqlCommon::Representation
|
1738
|
+
|
1739
|
+
end
|
1740
|
+
end
|
1741
|
+
|
1742
|
+
class DatabasePreferencesCloudSqlSqlServer
|
1743
|
+
# @private
|
1744
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1745
|
+
property :common, as: 'common', class: Google::Apis::MigrationcenterV1alpha1::DatabasePreferencesCloudSqlCommon, decorator: Google::Apis::MigrationcenterV1alpha1::DatabasePreferencesCloudSqlCommon::Representation
|
1746
|
+
|
1747
|
+
property :multithreading, as: 'multithreading'
|
1748
|
+
property :version_type, as: 'versionType'
|
1749
|
+
end
|
1750
|
+
end
|
1751
|
+
|
1752
|
+
class DatabaseSchema
|
1753
|
+
# @private
|
1754
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1755
|
+
collection :objects, as: 'objects', class: Google::Apis::MigrationcenterV1alpha1::DatabaseObjects, decorator: Google::Apis::MigrationcenterV1alpha1::DatabaseObjects::Representation
|
1756
|
+
|
1757
|
+
property :schema_name, as: 'schemaName'
|
1758
|
+
property :tables_size_bytes, :numeric_string => true, as: 'tablesSizeBytes'
|
1759
|
+
end
|
1760
|
+
end
|
1761
|
+
|
1321
1762
|
class Date
|
1322
1763
|
# @private
|
1323
1764
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1351,6 +1792,28 @@ module Google
|
|
1351
1792
|
end
|
1352
1793
|
end
|
1353
1794
|
|
1795
|
+
class DiscoveryClient
|
1796
|
+
# @private
|
1797
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1798
|
+
property :create_time, as: 'createTime'
|
1799
|
+
property :description, as: 'description'
|
1800
|
+
property :display_name, as: 'displayName'
|
1801
|
+
collection :errors, as: 'errors', class: Google::Apis::MigrationcenterV1alpha1::Status, decorator: Google::Apis::MigrationcenterV1alpha1::Status::Representation
|
1802
|
+
|
1803
|
+
property :expire_time, as: 'expireTime'
|
1804
|
+
property :heartbeat_time, as: 'heartbeatTime'
|
1805
|
+
hash :labels, as: 'labels'
|
1806
|
+
property :name, as: 'name'
|
1807
|
+
property :service_account, as: 'serviceAccount'
|
1808
|
+
property :signals_endpoint, as: 'signalsEndpoint'
|
1809
|
+
property :source, as: 'source'
|
1810
|
+
property :state, as: 'state'
|
1811
|
+
property :ttl, as: 'ttl'
|
1812
|
+
property :update_time, as: 'updateTime'
|
1813
|
+
property :version, as: 'version'
|
1814
|
+
end
|
1815
|
+
end
|
1816
|
+
|
1354
1817
|
class DiskEntry
|
1355
1818
|
# @private
|
1356
1819
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1402,6 +1865,8 @@ module Google
|
|
1402
1865
|
# @private
|
1403
1866
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1404
1867
|
property :average_iops, as: 'averageIops'
|
1868
|
+
property :average_read_iops, as: 'averageReadIops'
|
1869
|
+
property :average_write_iops, as: 'averageWriteIops'
|
1405
1870
|
end
|
1406
1871
|
end
|
1407
1872
|
|
@@ -1659,11 +2124,50 @@ module Google
|
|
1659
2124
|
class ImportRowError
|
1660
2125
|
# @private
|
1661
2126
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2127
|
+
property :archive_error, as: 'archiveError', class: Google::Apis::MigrationcenterV1alpha1::ImportRowErrorArchiveErrorDetails, decorator: Google::Apis::MigrationcenterV1alpha1::ImportRowErrorArchiveErrorDetails::Representation
|
2128
|
+
|
2129
|
+
property :asset_title, as: 'assetTitle'
|
2130
|
+
property :csv_error, as: 'csvError', class: Google::Apis::MigrationcenterV1alpha1::ImportRowErrorCsvErrorDetails, decorator: Google::Apis::MigrationcenterV1alpha1::ImportRowErrorCsvErrorDetails::Representation
|
2131
|
+
|
1662
2132
|
collection :errors, as: 'errors', class: Google::Apis::MigrationcenterV1alpha1::ImportError, decorator: Google::Apis::MigrationcenterV1alpha1::ImportError::Representation
|
1663
2133
|
|
2134
|
+
property :json_error, as: 'jsonError', class: Google::Apis::MigrationcenterV1alpha1::ImportRowErrorJsonErrorDetails, decorator: Google::Apis::MigrationcenterV1alpha1::ImportRowErrorJsonErrorDetails::Representation
|
2135
|
+
|
1664
2136
|
property :row_number, as: 'rowNumber'
|
1665
2137
|
property :vm_name, as: 'vmName'
|
1666
2138
|
property :vm_uuid, as: 'vmUuid'
|
2139
|
+
property :xlsx_error, as: 'xlsxError', class: Google::Apis::MigrationcenterV1alpha1::ImportRowErrorXlsxErrorDetails, decorator: Google::Apis::MigrationcenterV1alpha1::ImportRowErrorXlsxErrorDetails::Representation
|
2140
|
+
|
2141
|
+
end
|
2142
|
+
end
|
2143
|
+
|
2144
|
+
class ImportRowErrorArchiveErrorDetails
|
2145
|
+
# @private
|
2146
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2147
|
+
property :csv_error, as: 'csvError', class: Google::Apis::MigrationcenterV1alpha1::ImportRowErrorCsvErrorDetails, decorator: Google::Apis::MigrationcenterV1alpha1::ImportRowErrorCsvErrorDetails::Representation
|
2148
|
+
|
2149
|
+
property :file_path, as: 'filePath'
|
2150
|
+
end
|
2151
|
+
end
|
2152
|
+
|
2153
|
+
class ImportRowErrorCsvErrorDetails
|
2154
|
+
# @private
|
2155
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2156
|
+
property :row_number, as: 'rowNumber'
|
2157
|
+
end
|
2158
|
+
end
|
2159
|
+
|
2160
|
+
class ImportRowErrorJsonErrorDetails
|
2161
|
+
# @private
|
2162
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2163
|
+
end
|
2164
|
+
end
|
2165
|
+
|
2166
|
+
class ImportRowErrorXlsxErrorDetails
|
2167
|
+
# @private
|
2168
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2169
|
+
property :row_number, as: 'rowNumber'
|
2170
|
+
property :sheet, as: 'sheet'
|
1667
2171
|
end
|
1668
2172
|
end
|
1669
2173
|
|
@@ -1697,6 +2201,26 @@ module Google
|
|
1697
2201
|
end
|
1698
2202
|
end
|
1699
2203
|
|
2204
|
+
class Issue
|
2205
|
+
# @private
|
2206
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2207
|
+
property :compatibility_issue, as: 'compatibilityIssue', class: Google::Apis::MigrationcenterV1alpha1::IssueCompatibilityIssue, decorator: Google::Apis::MigrationcenterV1alpha1::IssueCompatibilityIssue::Representation
|
2208
|
+
|
2209
|
+
property :description, as: 'description'
|
2210
|
+
property :issue_code, as: 'issueCode'
|
2211
|
+
end
|
2212
|
+
end
|
2213
|
+
|
2214
|
+
class IssueCompatibilityIssue
|
2215
|
+
# @private
|
2216
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2217
|
+
property :associated_object, as: 'associatedObject'
|
2218
|
+
property :associated_object_type, as: 'associatedObjectType'
|
2219
|
+
property :associated_value, as: 'associatedValue'
|
2220
|
+
property :category, as: 'category'
|
2221
|
+
end
|
2222
|
+
end
|
2223
|
+
|
1700
2224
|
class ListAssetsResponse
|
1701
2225
|
# @private
|
1702
2226
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1707,6 +2231,16 @@ module Google
|
|
1707
2231
|
end
|
1708
2232
|
end
|
1709
2233
|
|
2234
|
+
class ListDiscoveryClientsResponse
|
2235
|
+
# @private
|
2236
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2237
|
+
collection :discovery_clients, as: 'discoveryClients', class: Google::Apis::MigrationcenterV1alpha1::DiscoveryClient, decorator: Google::Apis::MigrationcenterV1alpha1::DiscoveryClient::Representation
|
2238
|
+
|
2239
|
+
property :next_page_token, as: 'nextPageToken'
|
2240
|
+
collection :unreachable, as: 'unreachable'
|
2241
|
+
end
|
2242
|
+
end
|
2243
|
+
|
1710
2244
|
class ListErrorFramesResponse
|
1711
2245
|
# @private
|
1712
2246
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1841,6 +2375,8 @@ module Google
|
|
1841
2375
|
class MigrationInsight
|
1842
2376
|
# @private
|
1843
2377
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2378
|
+
property :cloud_database_target, as: 'cloudDatabaseTarget', class: Google::Apis::MigrationcenterV1alpha1::CloudDatabaseMigrationTarget, decorator: Google::Apis::MigrationcenterV1alpha1::CloudDatabaseMigrationTarget::Representation
|
2379
|
+
|
1844
2380
|
property :compute_engine_sole_tenant_target, as: 'computeEngineSoleTenantTarget', class: Google::Apis::MigrationcenterV1alpha1::ComputeEngineSoleTenantMigrationTarget, decorator: Google::Apis::MigrationcenterV1alpha1::ComputeEngineSoleTenantMigrationTarget::Representation
|
1845
2381
|
|
1846
2382
|
property :compute_engine_target, as: 'computeEngineTarget', class: Google::Apis::MigrationcenterV1alpha1::ComputeEngineMigrationTarget, decorator: Google::Apis::MigrationcenterV1alpha1::ComputeEngineMigrationTarget::Representation
|
@@ -1849,6 +2385,8 @@ module Google
|
|
1849
2385
|
|
1850
2386
|
property :gke_target, as: 'gkeTarget', class: Google::Apis::MigrationcenterV1alpha1::GoogleKubernetesEngineMigrationTarget, decorator: Google::Apis::MigrationcenterV1alpha1::GoogleKubernetesEngineMigrationTarget::Representation
|
1851
2387
|
|
2388
|
+
collection :issues, as: 'issues', class: Google::Apis::MigrationcenterV1alpha1::Issue, decorator: Google::Apis::MigrationcenterV1alpha1::Issue::Representation
|
2389
|
+
|
1852
2390
|
property :vmware_engine_target, as: 'vmwareEngineTarget', class: Google::Apis::MigrationcenterV1alpha1::VmwareEngineMigrationTarget, decorator: Google::Apis::MigrationcenterV1alpha1::VmwareEngineMigrationTarget::Representation
|
1853
2391
|
|
1854
2392
|
end
|
@@ -1863,6 +2401,23 @@ module Google
|
|
1863
2401
|
end
|
1864
2402
|
end
|
1865
2403
|
|
2404
|
+
class MysqlDatabaseDeployment
|
2405
|
+
# @private
|
2406
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2407
|
+
collection :plugins, as: 'plugins', class: Google::Apis::MigrationcenterV1alpha1::MysqlPlugin, decorator: Google::Apis::MigrationcenterV1alpha1::MysqlPlugin::Representation
|
2408
|
+
|
2409
|
+
end
|
2410
|
+
end
|
2411
|
+
|
2412
|
+
class MysqlPlugin
|
2413
|
+
# @private
|
2414
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2415
|
+
property :enabled, as: 'enabled'
|
2416
|
+
property :plugin, as: 'plugin'
|
2417
|
+
property :version, as: 'version'
|
2418
|
+
end
|
2419
|
+
end
|
2420
|
+
|
1866
2421
|
class NetworkAdapterDetails
|
1867
2422
|
# @private
|
1868
2423
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2035,13 +2590,23 @@ module Google
|
|
2035
2590
|
end
|
2036
2591
|
end
|
2037
2592
|
|
2593
|
+
class PostgreSqlDatabaseDeployment
|
2594
|
+
# @private
|
2595
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2596
|
+
end
|
2597
|
+
end
|
2598
|
+
|
2038
2599
|
class PreferenceSet
|
2039
2600
|
# @private
|
2040
2601
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2041
2602
|
property :create_time, as: 'createTime'
|
2603
|
+
property :database_preferences, as: 'databasePreferences', class: Google::Apis::MigrationcenterV1alpha1::DatabasePreferences, decorator: Google::Apis::MigrationcenterV1alpha1::DatabasePreferences::Representation
|
2604
|
+
|
2042
2605
|
property :description, as: 'description'
|
2043
2606
|
property :display_name, as: 'displayName'
|
2044
2607
|
property :name, as: 'name'
|
2608
|
+
property :region_preferences, as: 'regionPreferences', class: Google::Apis::MigrationcenterV1alpha1::RegionPreferences, decorator: Google::Apis::MigrationcenterV1alpha1::RegionPreferences::Representation
|
2609
|
+
|
2045
2610
|
property :update_time, as: 'updateTime'
|
2046
2611
|
property :virtual_machine_preferences, as: 'virtualMachinePreferences', class: Google::Apis::MigrationcenterV1alpha1::VirtualMachinePreferences, decorator: Google::Apis::MigrationcenterV1alpha1::VirtualMachinePreferences::Representation
|
2047
2612
|
|
@@ -2112,8 +2677,12 @@ module Google
|
|
2112
2677
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2113
2678
|
property :all_assets_stats, as: 'allAssetsStats', class: Google::Apis::MigrationcenterV1alpha1::ReportSummaryAssetAggregateStats, decorator: Google::Apis::MigrationcenterV1alpha1::ReportSummaryAssetAggregateStats::Representation
|
2114
2679
|
|
2680
|
+
property :database_stats, as: 'databaseStats', class: Google::Apis::MigrationcenterV1alpha1::ReportSummaryAssetAggregateStats, decorator: Google::Apis::MigrationcenterV1alpha1::ReportSummaryAssetAggregateStats::Representation
|
2681
|
+
|
2115
2682
|
collection :group_findings, as: 'groupFindings', class: Google::Apis::MigrationcenterV1alpha1::ReportSummaryGroupFinding, decorator: Google::Apis::MigrationcenterV1alpha1::ReportSummaryGroupFinding::Representation
|
2116
2683
|
|
2684
|
+
property :virtual_machine_stats, as: 'virtualMachineStats', class: Google::Apis::MigrationcenterV1alpha1::ReportSummaryAssetAggregateStats, decorator: Google::Apis::MigrationcenterV1alpha1::ReportSummaryAssetAggregateStats::Representation
|
2685
|
+
|
2117
2686
|
end
|
2118
2687
|
end
|
2119
2688
|
|
@@ -2124,6 +2693,8 @@ module Google
|
|
2124
2693
|
|
2125
2694
|
property :core_count_histogram, as: 'coreCountHistogram', class: Google::Apis::MigrationcenterV1alpha1::ReportSummaryHistogramChartData, decorator: Google::Apis::MigrationcenterV1alpha1::ReportSummaryHistogramChartData::Representation
|
2126
2695
|
|
2696
|
+
property :database_types, as: 'databaseTypes', class: Google::Apis::MigrationcenterV1alpha1::ReportSummaryChartData, decorator: Google::Apis::MigrationcenterV1alpha1::ReportSummaryChartData::Representation
|
2697
|
+
|
2127
2698
|
property :memory_bytes_histogram, as: 'memoryBytesHistogram', class: Google::Apis::MigrationcenterV1alpha1::ReportSummaryHistogramChartData, decorator: Google::Apis::MigrationcenterV1alpha1::ReportSummaryHistogramChartData::Representation
|
2128
2699
|
|
2129
2700
|
property :memory_utilization, as: 'memoryUtilization', class: Google::Apis::MigrationcenterV1alpha1::ReportSummaryChartData, decorator: Google::Apis::MigrationcenterV1alpha1::ReportSummaryChartData::Representation
|
@@ -2161,13 +2732,24 @@ module Google
|
|
2161
2732
|
end
|
2162
2733
|
end
|
2163
2734
|
|
2735
|
+
class ReportSummaryDatabaseFinding
|
2736
|
+
# @private
|
2737
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2738
|
+
property :allocated_asset_count, :numeric_string => true, as: 'allocatedAssetCount'
|
2739
|
+
property :total_assets, :numeric_string => true, as: 'totalAssets'
|
2740
|
+
end
|
2741
|
+
end
|
2742
|
+
|
2164
2743
|
class ReportSummaryGroupFinding
|
2165
2744
|
# @private
|
2166
2745
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2167
2746
|
property :asset_aggregate_stats, as: 'assetAggregateStats', class: Google::Apis::MigrationcenterV1alpha1::ReportSummaryAssetAggregateStats, decorator: Google::Apis::MigrationcenterV1alpha1::ReportSummaryAssetAggregateStats::Representation
|
2168
2747
|
|
2748
|
+
property :asset_type, as: 'assetType'
|
2749
|
+
property :database_type, as: 'databaseType'
|
2169
2750
|
property :description, as: 'description'
|
2170
2751
|
property :display_name, as: 'displayName'
|
2752
|
+
property :group, as: 'group'
|
2171
2753
|
property :overlapping_asset_count, :numeric_string => true, as: 'overlappingAssetCount'
|
2172
2754
|
collection :preference_set_findings, as: 'preferenceSetFindings', class: Google::Apis::MigrationcenterV1alpha1::ReportSummaryGroupPreferenceSetFinding, decorator: Google::Apis::MigrationcenterV1alpha1::ReportSummaryGroupPreferenceSetFinding::Representation
|
2173
2755
|
|
@@ -2177,6 +2759,8 @@ module Google
|
|
2177
2759
|
class ReportSummaryGroupPreferenceSetFinding
|
2178
2760
|
# @private
|
2179
2761
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2762
|
+
property :database_finding, as: 'databaseFinding', class: Google::Apis::MigrationcenterV1alpha1::ReportSummaryDatabaseFinding, decorator: Google::Apis::MigrationcenterV1alpha1::ReportSummaryDatabaseFinding::Representation
|
2763
|
+
|
2180
2764
|
property :description, as: 'description'
|
2181
2765
|
property :display_name, as: 'displayName'
|
2182
2766
|
property :machine_finding, as: 'machineFinding', class: Google::Apis::MigrationcenterV1alpha1::ReportSummaryMachineFinding, decorator: Google::Apis::MigrationcenterV1alpha1::ReportSummaryMachineFinding::Representation
|
@@ -2185,6 +2769,10 @@ module Google
|
|
2185
2769
|
|
2186
2770
|
property :monthly_cost_compute, as: 'monthlyCostCompute', class: Google::Apis::MigrationcenterV1alpha1::Money, decorator: Google::Apis::MigrationcenterV1alpha1::Money::Representation
|
2187
2771
|
|
2772
|
+
property :monthly_cost_database_backup, as: 'monthlyCostDatabaseBackup', class: Google::Apis::MigrationcenterV1alpha1::Money, decorator: Google::Apis::MigrationcenterV1alpha1::Money::Representation
|
2773
|
+
|
2774
|
+
property :monthly_cost_database_licensing, as: 'monthlyCostDatabaseLicensing', class: Google::Apis::MigrationcenterV1alpha1::Money, decorator: Google::Apis::MigrationcenterV1alpha1::Money::Representation
|
2775
|
+
|
2188
2776
|
property :monthly_cost_network_egress, as: 'monthlyCostNetworkEgress', class: Google::Apis::MigrationcenterV1alpha1::Money, decorator: Google::Apis::MigrationcenterV1alpha1::Money::Representation
|
2189
2777
|
|
2190
2778
|
property :monthly_cost_os_license, as: 'monthlyCostOsLicense', class: Google::Apis::MigrationcenterV1alpha1::Money, decorator: Google::Apis::MigrationcenterV1alpha1::Money::Representation
|
@@ -2195,6 +2783,8 @@ module Google
|
|
2195
2783
|
|
2196
2784
|
property :monthly_cost_total, as: 'monthlyCostTotal', class: Google::Apis::MigrationcenterV1alpha1::Money, decorator: Google::Apis::MigrationcenterV1alpha1::Money::Representation
|
2197
2785
|
|
2786
|
+
property :preference_set, as: 'preferenceSet', class: Google::Apis::MigrationcenterV1alpha1::PreferenceSet, decorator: Google::Apis::MigrationcenterV1alpha1::PreferenceSet::Representation
|
2787
|
+
|
2198
2788
|
property :preferred_region, as: 'preferredRegion'
|
2199
2789
|
property :pricing_track, as: 'pricingTrack'
|
2200
2790
|
property :sole_tenant_finding, as: 'soleTenantFinding', class: Google::Apis::MigrationcenterV1alpha1::ReportSummarySoleTenantFinding, decorator: Google::Apis::MigrationcenterV1alpha1::ReportSummarySoleTenantFinding::Representation
|
@@ -2363,6 +2953,15 @@ module Google
|
|
2363
2953
|
end
|
2364
2954
|
end
|
2365
2955
|
|
2956
|
+
class SendDiscoveryClientHeartbeatRequest
|
2957
|
+
# @private
|
2958
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2959
|
+
collection :errors, as: 'errors', class: Google::Apis::MigrationcenterV1alpha1::Status, decorator: Google::Apis::MigrationcenterV1alpha1::Status::Representation
|
2960
|
+
|
2961
|
+
property :version, as: 'version'
|
2962
|
+
end
|
2963
|
+
end
|
2964
|
+
|
2366
2965
|
class Settings
|
2367
2966
|
# @private
|
2368
2967
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2415,6 +3014,43 @@ module Google
|
|
2415
3014
|
end
|
2416
3015
|
end
|
2417
3016
|
|
3017
|
+
class SqlServerDatabaseDeployment
|
3018
|
+
# @private
|
3019
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3020
|
+
collection :features, as: 'features', class: Google::Apis::MigrationcenterV1alpha1::SqlServerFeature, decorator: Google::Apis::MigrationcenterV1alpha1::SqlServerFeature::Representation
|
3021
|
+
|
3022
|
+
collection :server_flags, as: 'serverFlags', class: Google::Apis::MigrationcenterV1alpha1::SqlServerServerFlag, decorator: Google::Apis::MigrationcenterV1alpha1::SqlServerServerFlag::Representation
|
3023
|
+
|
3024
|
+
collection :trace_flags, as: 'traceFlags', class: Google::Apis::MigrationcenterV1alpha1::SqlServerTraceFlag, decorator: Google::Apis::MigrationcenterV1alpha1::SqlServerTraceFlag::Representation
|
3025
|
+
|
3026
|
+
end
|
3027
|
+
end
|
3028
|
+
|
3029
|
+
class SqlServerFeature
|
3030
|
+
# @private
|
3031
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3032
|
+
property :enabled, as: 'enabled'
|
3033
|
+
property :feature_name, as: 'featureName'
|
3034
|
+
end
|
3035
|
+
end
|
3036
|
+
|
3037
|
+
class SqlServerServerFlag
|
3038
|
+
# @private
|
3039
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3040
|
+
property :server_flag_name, as: 'serverFlagName'
|
3041
|
+
property :value, as: 'value'
|
3042
|
+
property :value_in_use, as: 'valueInUse'
|
3043
|
+
end
|
3044
|
+
end
|
3045
|
+
|
3046
|
+
class SqlServerTraceFlag
|
3047
|
+
# @private
|
3048
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3049
|
+
property :scope, as: 'scope'
|
3050
|
+
property :trace_flag_name, as: 'traceFlagName'
|
3051
|
+
end
|
3052
|
+
end
|
3053
|
+
|
2418
3054
|
class Status
|
2419
3055
|
# @private
|
2420
3056
|
class Representation < Google::Apis::Core::JsonRepresentation
|