google-apis-migrationcenter_v1alpha1 0.26.0 → 0.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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
|
|
@@ -448,6 +562,30 @@ module Google
|
|
448
562
|
include Google::Apis::Core::JsonObjectSupport
|
449
563
|
end
|
450
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
|
+
|
451
589
|
class InlinePayloadInfo
|
452
590
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
591
|
|
@@ -466,6 +604,18 @@ module Google
|
|
466
604
|
include Google::Apis::Core::JsonObjectSupport
|
467
605
|
end
|
468
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
|
+
|
469
619
|
class ListAssetsResponse
|
470
620
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
621
|
|
@@ -574,6 +724,18 @@ module Google
|
|
574
724
|
include Google::Apis::Core::JsonObjectSupport
|
575
725
|
end
|
576
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
|
+
|
577
739
|
class NetworkAdapterDetails
|
578
740
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
741
|
|
@@ -676,6 +838,12 @@ module Google
|
|
676
838
|
include Google::Apis::Core::JsonObjectSupport
|
677
839
|
end
|
678
840
|
|
841
|
+
class PostgreSqlDatabaseDeployment
|
842
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
843
|
+
|
844
|
+
include Google::Apis::Core::JsonObjectSupport
|
845
|
+
end
|
846
|
+
|
679
847
|
class PreferenceSet
|
680
848
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
849
|
|
@@ -742,6 +910,12 @@ module Google
|
|
742
910
|
include Google::Apis::Core::JsonObjectSupport
|
743
911
|
end
|
744
912
|
|
913
|
+
class ReportSummaryDatabaseFinding
|
914
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
915
|
+
|
916
|
+
include Google::Apis::Core::JsonObjectSupport
|
917
|
+
end
|
918
|
+
|
745
919
|
class ReportSummaryGroupFinding
|
746
920
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
747
921
|
|
@@ -892,6 +1066,30 @@ module Google
|
|
892
1066
|
include Google::Apis::Core::JsonObjectSupport
|
893
1067
|
end
|
894
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
|
+
|
895
1093
|
class Status
|
896
1094
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
897
1095
|
|
@@ -1121,6 +1319,10 @@ module Google
|
|
1121
1319
|
collection :assigned_groups, as: 'assignedGroups'
|
1122
1320
|
hash :attributes, as: 'attributes'
|
1123
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
|
+
|
1124
1326
|
property :hidden, as: 'hidden'
|
1125
1327
|
property :hide_reason, as: 'hideReason'
|
1126
1328
|
property :hide_time, as: 'hideTime'
|
@@ -1131,6 +1333,7 @@ module Google
|
|
1131
1333
|
property :performance_data, as: 'performanceData', class: Google::Apis::MigrationcenterV1alpha1::AssetPerformanceData, decorator: Google::Apis::MigrationcenterV1alpha1::AssetPerformanceData::Representation
|
1132
1334
|
|
1133
1335
|
collection :sources, as: 'sources'
|
1336
|
+
property :title, as: 'title'
|
1134
1337
|
property :update_time, as: 'updateTime'
|
1135
1338
|
property :virtual_machine_details, as: 'virtualMachineDetails', class: Google::Apis::MigrationcenterV1alpha1::VirtualMachineDetails, decorator: Google::Apis::MigrationcenterV1alpha1::VirtualMachineDetails::Representation
|
1136
1339
|
|
@@ -1142,6 +1345,10 @@ module Google
|
|
1142
1345
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1143
1346
|
hash :attributes, as: 'attributes'
|
1144
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
|
+
|
1145
1352
|
hash :labels, as: 'labels'
|
1146
1353
|
collection :performance_samples, as: 'performanceSamples', class: Google::Apis::MigrationcenterV1alpha1::PerformanceSample, decorator: Google::Apis::MigrationcenterV1alpha1::PerformanceSample::Representation
|
1147
1354
|
|
@@ -1225,6 +1432,63 @@ module Google
|
|
1225
1432
|
end
|
1226
1433
|
end
|
1227
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
|
+
|
1228
1492
|
class ComputeEngineMigrationTarget
|
1229
1493
|
# @private
|
1230
1494
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1306,6 +1570,10 @@ module Google
|
|
1306
1570
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1307
1571
|
property :iops, as: 'iops', class: Google::Apis::MigrationcenterV1alpha1::DailyResourceUsageAggregationStats, decorator: Google::Apis::MigrationcenterV1alpha1::DailyResourceUsageAggregationStats::Representation
|
1308
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
|
+
|
1309
1577
|
end
|
1310
1578
|
end
|
1311
1579
|
|
@@ -1337,6 +1605,160 @@ module Google
|
|
1337
1605
|
end
|
1338
1606
|
end
|
1339
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
|
+
|
1340
1762
|
class Date
|
1341
1763
|
# @private
|
1342
1764
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1443,6 +1865,8 @@ module Google
|
|
1443
1865
|
# @private
|
1444
1866
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1445
1867
|
property :average_iops, as: 'averageIops'
|
1868
|
+
property :average_read_iops, as: 'averageReadIops'
|
1869
|
+
property :average_write_iops, as: 'averageWriteIops'
|
1446
1870
|
end
|
1447
1871
|
end
|
1448
1872
|
|
@@ -1700,11 +2124,50 @@ module Google
|
|
1700
2124
|
class ImportRowError
|
1701
2125
|
# @private
|
1702
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
|
+
|
1703
2132
|
collection :errors, as: 'errors', class: Google::Apis::MigrationcenterV1alpha1::ImportError, decorator: Google::Apis::MigrationcenterV1alpha1::ImportError::Representation
|
1704
2133
|
|
2134
|
+
property :json_error, as: 'jsonError', class: Google::Apis::MigrationcenterV1alpha1::ImportRowErrorJsonErrorDetails, decorator: Google::Apis::MigrationcenterV1alpha1::ImportRowErrorJsonErrorDetails::Representation
|
2135
|
+
|
1705
2136
|
property :row_number, as: 'rowNumber'
|
1706
2137
|
property :vm_name, as: 'vmName'
|
1707
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'
|
1708
2171
|
end
|
1709
2172
|
end
|
1710
2173
|
|
@@ -1738,6 +2201,26 @@ module Google
|
|
1738
2201
|
end
|
1739
2202
|
end
|
1740
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
|
+
|
1741
2224
|
class ListAssetsResponse
|
1742
2225
|
# @private
|
1743
2226
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1892,6 +2375,8 @@ module Google
|
|
1892
2375
|
class MigrationInsight
|
1893
2376
|
# @private
|
1894
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
|
+
|
1895
2380
|
property :compute_engine_sole_tenant_target, as: 'computeEngineSoleTenantTarget', class: Google::Apis::MigrationcenterV1alpha1::ComputeEngineSoleTenantMigrationTarget, decorator: Google::Apis::MigrationcenterV1alpha1::ComputeEngineSoleTenantMigrationTarget::Representation
|
1896
2381
|
|
1897
2382
|
property :compute_engine_target, as: 'computeEngineTarget', class: Google::Apis::MigrationcenterV1alpha1::ComputeEngineMigrationTarget, decorator: Google::Apis::MigrationcenterV1alpha1::ComputeEngineMigrationTarget::Representation
|
@@ -1900,6 +2385,8 @@ module Google
|
|
1900
2385
|
|
1901
2386
|
property :gke_target, as: 'gkeTarget', class: Google::Apis::MigrationcenterV1alpha1::GoogleKubernetesEngineMigrationTarget, decorator: Google::Apis::MigrationcenterV1alpha1::GoogleKubernetesEngineMigrationTarget::Representation
|
1902
2387
|
|
2388
|
+
collection :issues, as: 'issues', class: Google::Apis::MigrationcenterV1alpha1::Issue, decorator: Google::Apis::MigrationcenterV1alpha1::Issue::Representation
|
2389
|
+
|
1903
2390
|
property :vmware_engine_target, as: 'vmwareEngineTarget', class: Google::Apis::MigrationcenterV1alpha1::VmwareEngineMigrationTarget, decorator: Google::Apis::MigrationcenterV1alpha1::VmwareEngineMigrationTarget::Representation
|
1904
2391
|
|
1905
2392
|
end
|
@@ -1914,6 +2401,23 @@ module Google
|
|
1914
2401
|
end
|
1915
2402
|
end
|
1916
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
|
+
|
1917
2421
|
class NetworkAdapterDetails
|
1918
2422
|
# @private
|
1919
2423
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2086,13 +2590,23 @@ module Google
|
|
2086
2590
|
end
|
2087
2591
|
end
|
2088
2592
|
|
2593
|
+
class PostgreSqlDatabaseDeployment
|
2594
|
+
# @private
|
2595
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2596
|
+
end
|
2597
|
+
end
|
2598
|
+
|
2089
2599
|
class PreferenceSet
|
2090
2600
|
# @private
|
2091
2601
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2092
2602
|
property :create_time, as: 'createTime'
|
2603
|
+
property :database_preferences, as: 'databasePreferences', class: Google::Apis::MigrationcenterV1alpha1::DatabasePreferences, decorator: Google::Apis::MigrationcenterV1alpha1::DatabasePreferences::Representation
|
2604
|
+
|
2093
2605
|
property :description, as: 'description'
|
2094
2606
|
property :display_name, as: 'displayName'
|
2095
2607
|
property :name, as: 'name'
|
2608
|
+
property :region_preferences, as: 'regionPreferences', class: Google::Apis::MigrationcenterV1alpha1::RegionPreferences, decorator: Google::Apis::MigrationcenterV1alpha1::RegionPreferences::Representation
|
2609
|
+
|
2096
2610
|
property :update_time, as: 'updateTime'
|
2097
2611
|
property :virtual_machine_preferences, as: 'virtualMachinePreferences', class: Google::Apis::MigrationcenterV1alpha1::VirtualMachinePreferences, decorator: Google::Apis::MigrationcenterV1alpha1::VirtualMachinePreferences::Representation
|
2098
2612
|
|
@@ -2163,8 +2677,12 @@ module Google
|
|
2163
2677
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2164
2678
|
property :all_assets_stats, as: 'allAssetsStats', class: Google::Apis::MigrationcenterV1alpha1::ReportSummaryAssetAggregateStats, decorator: Google::Apis::MigrationcenterV1alpha1::ReportSummaryAssetAggregateStats::Representation
|
2165
2679
|
|
2680
|
+
property :database_stats, as: 'databaseStats', class: Google::Apis::MigrationcenterV1alpha1::ReportSummaryAssetAggregateStats, decorator: Google::Apis::MigrationcenterV1alpha1::ReportSummaryAssetAggregateStats::Representation
|
2681
|
+
|
2166
2682
|
collection :group_findings, as: 'groupFindings', class: Google::Apis::MigrationcenterV1alpha1::ReportSummaryGroupFinding, decorator: Google::Apis::MigrationcenterV1alpha1::ReportSummaryGroupFinding::Representation
|
2167
2683
|
|
2684
|
+
property :virtual_machine_stats, as: 'virtualMachineStats', class: Google::Apis::MigrationcenterV1alpha1::ReportSummaryAssetAggregateStats, decorator: Google::Apis::MigrationcenterV1alpha1::ReportSummaryAssetAggregateStats::Representation
|
2685
|
+
|
2168
2686
|
end
|
2169
2687
|
end
|
2170
2688
|
|
@@ -2175,6 +2693,8 @@ module Google
|
|
2175
2693
|
|
2176
2694
|
property :core_count_histogram, as: 'coreCountHistogram', class: Google::Apis::MigrationcenterV1alpha1::ReportSummaryHistogramChartData, decorator: Google::Apis::MigrationcenterV1alpha1::ReportSummaryHistogramChartData::Representation
|
2177
2695
|
|
2696
|
+
property :database_types, as: 'databaseTypes', class: Google::Apis::MigrationcenterV1alpha1::ReportSummaryChartData, decorator: Google::Apis::MigrationcenterV1alpha1::ReportSummaryChartData::Representation
|
2697
|
+
|
2178
2698
|
property :memory_bytes_histogram, as: 'memoryBytesHistogram', class: Google::Apis::MigrationcenterV1alpha1::ReportSummaryHistogramChartData, decorator: Google::Apis::MigrationcenterV1alpha1::ReportSummaryHistogramChartData::Representation
|
2179
2699
|
|
2180
2700
|
property :memory_utilization, as: 'memoryUtilization', class: Google::Apis::MigrationcenterV1alpha1::ReportSummaryChartData, decorator: Google::Apis::MigrationcenterV1alpha1::ReportSummaryChartData::Representation
|
@@ -2212,13 +2732,24 @@ module Google
|
|
2212
2732
|
end
|
2213
2733
|
end
|
2214
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
|
+
|
2215
2743
|
class ReportSummaryGroupFinding
|
2216
2744
|
# @private
|
2217
2745
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2218
2746
|
property :asset_aggregate_stats, as: 'assetAggregateStats', class: Google::Apis::MigrationcenterV1alpha1::ReportSummaryAssetAggregateStats, decorator: Google::Apis::MigrationcenterV1alpha1::ReportSummaryAssetAggregateStats::Representation
|
2219
2747
|
|
2748
|
+
property :asset_type, as: 'assetType'
|
2749
|
+
property :database_type, as: 'databaseType'
|
2220
2750
|
property :description, as: 'description'
|
2221
2751
|
property :display_name, as: 'displayName'
|
2752
|
+
property :group, as: 'group'
|
2222
2753
|
property :overlapping_asset_count, :numeric_string => true, as: 'overlappingAssetCount'
|
2223
2754
|
collection :preference_set_findings, as: 'preferenceSetFindings', class: Google::Apis::MigrationcenterV1alpha1::ReportSummaryGroupPreferenceSetFinding, decorator: Google::Apis::MigrationcenterV1alpha1::ReportSummaryGroupPreferenceSetFinding::Representation
|
2224
2755
|
|
@@ -2228,6 +2759,8 @@ module Google
|
|
2228
2759
|
class ReportSummaryGroupPreferenceSetFinding
|
2229
2760
|
# @private
|
2230
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
|
+
|
2231
2764
|
property :description, as: 'description'
|
2232
2765
|
property :display_name, as: 'displayName'
|
2233
2766
|
property :machine_finding, as: 'machineFinding', class: Google::Apis::MigrationcenterV1alpha1::ReportSummaryMachineFinding, decorator: Google::Apis::MigrationcenterV1alpha1::ReportSummaryMachineFinding::Representation
|
@@ -2236,6 +2769,10 @@ module Google
|
|
2236
2769
|
|
2237
2770
|
property :monthly_cost_compute, as: 'monthlyCostCompute', class: Google::Apis::MigrationcenterV1alpha1::Money, decorator: Google::Apis::MigrationcenterV1alpha1::Money::Representation
|
2238
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
|
+
|
2239
2776
|
property :monthly_cost_network_egress, as: 'monthlyCostNetworkEgress', class: Google::Apis::MigrationcenterV1alpha1::Money, decorator: Google::Apis::MigrationcenterV1alpha1::Money::Representation
|
2240
2777
|
|
2241
2778
|
property :monthly_cost_os_license, as: 'monthlyCostOsLicense', class: Google::Apis::MigrationcenterV1alpha1::Money, decorator: Google::Apis::MigrationcenterV1alpha1::Money::Representation
|
@@ -2246,6 +2783,8 @@ module Google
|
|
2246
2783
|
|
2247
2784
|
property :monthly_cost_total, as: 'monthlyCostTotal', class: Google::Apis::MigrationcenterV1alpha1::Money, decorator: Google::Apis::MigrationcenterV1alpha1::Money::Representation
|
2248
2785
|
|
2786
|
+
property :preference_set, as: 'preferenceSet', class: Google::Apis::MigrationcenterV1alpha1::PreferenceSet, decorator: Google::Apis::MigrationcenterV1alpha1::PreferenceSet::Representation
|
2787
|
+
|
2249
2788
|
property :preferred_region, as: 'preferredRegion'
|
2250
2789
|
property :pricing_track, as: 'pricingTrack'
|
2251
2790
|
property :sole_tenant_finding, as: 'soleTenantFinding', class: Google::Apis::MigrationcenterV1alpha1::ReportSummarySoleTenantFinding, decorator: Google::Apis::MigrationcenterV1alpha1::ReportSummarySoleTenantFinding::Representation
|
@@ -2475,6 +3014,43 @@ module Google
|
|
2475
3014
|
end
|
2476
3015
|
end
|
2477
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
|
+
|
2478
3054
|
class Status
|
2479
3055
|
# @private
|
2480
3056
|
class Representation < Google::Apis::Core::JsonRepresentation
|