google-apis-migrationcenter_v1alpha1 0.1.0 → 0.2.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/migrationcenter_v1alpha1/classes.rb +1172 -42
- data/lib/google/apis/migrationcenter_v1alpha1/gem_version.rb +2 -2
- data/lib/google/apis/migrationcenter_v1alpha1/representations.rb +566 -0
- data/lib/google/apis/migrationcenter_v1alpha1/service.rb +855 -125
- metadata +3 -3
@@ -22,6 +22,12 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module MigrationcenterV1alpha1
|
24
24
|
|
25
|
+
class AddAssetsToGroupRequest
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
25
31
|
class AggregateAssetsValuesRequest
|
26
32
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
33
|
|
@@ -112,6 +118,36 @@ module Google
|
|
112
118
|
include Google::Apis::Core::JsonObjectSupport
|
113
119
|
end
|
114
120
|
|
121
|
+
class AssetList
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class AssetPerformanceData
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class AwsEc2PlatformDetails
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class AzureVmPlatformDetails
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class BatchDeleteAssetsRequest
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
115
151
|
class BatchUpdateAssetsRequest
|
116
152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
153
|
|
@@ -136,12 +172,66 @@ module Google
|
|
136
172
|
include Google::Apis::Core::JsonObjectSupport
|
137
173
|
end
|
138
174
|
|
175
|
+
class ComputeEngineMigrationTarget
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class ComputeEnginePreferences
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class ComputeEngineShapeDescriptor
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
139
193
|
class CpuUsageSample
|
140
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
195
|
|
142
196
|
include Google::Apis::Core::JsonObjectSupport
|
143
197
|
end
|
144
198
|
|
199
|
+
class DailyResourceUsageAggregation
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class DailyResourceUsageAggregationCpu
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class DailyResourceUsageAggregationDisk
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class DailyResourceUsageAggregationMemory
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class DailyResourceUsageAggregationNetwork
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class DailyResourceUsageAggregationStats
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
145
235
|
class Date
|
146
236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
237
|
|
@@ -202,6 +292,12 @@ module Google
|
|
202
292
|
include Google::Apis::Core::JsonObjectSupport
|
203
293
|
end
|
204
294
|
|
295
|
+
class FitDescriptor
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
205
301
|
class Frames
|
206
302
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
303
|
|
@@ -226,6 +322,24 @@ module Google
|
|
226
322
|
include Google::Apis::Core::JsonObjectSupport
|
227
323
|
end
|
228
324
|
|
325
|
+
class GenericPlatformDetails
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class GoogleKubernetesEngineMigrationTarget
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class Group
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
229
343
|
class GuestConfigDetails
|
230
344
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
345
|
|
@@ -268,6 +382,12 @@ module Google
|
|
268
382
|
include Google::Apis::Core::JsonObjectSupport
|
269
383
|
end
|
270
384
|
|
385
|
+
class ImportDataFile
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
271
391
|
class ImportError
|
272
392
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
393
|
|
@@ -292,12 +412,36 @@ module Google
|
|
292
412
|
include Google::Apis::Core::JsonObjectSupport
|
293
413
|
end
|
294
414
|
|
415
|
+
class Insight
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class InsightList
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
295
427
|
class ListAssetsResponse
|
296
428
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
429
|
|
298
430
|
include Google::Apis::Core::JsonObjectSupport
|
299
431
|
end
|
300
432
|
|
433
|
+
class ListGroupsResponse
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
439
|
+
class ListImportDataFilesResponse
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
301
445
|
class ListImportJobsResponse
|
302
446
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
447
|
|
@@ -316,6 +460,12 @@ module Google
|
|
316
460
|
include Google::Apis::Core::JsonObjectSupport
|
317
461
|
end
|
318
462
|
|
463
|
+
class ListPreferenceSetsResponse
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
319
469
|
class ListSourcesResponse
|
320
470
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
471
|
|
@@ -328,12 +478,30 @@ module Google
|
|
328
478
|
include Google::Apis::Core::JsonObjectSupport
|
329
479
|
end
|
330
480
|
|
481
|
+
class MachinePreferences
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
487
|
+
class MachineSeries
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
331
493
|
class MemoryUsageSample
|
332
494
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
495
|
|
334
496
|
include Google::Apis::Core::JsonObjectSupport
|
335
497
|
end
|
336
498
|
|
499
|
+
class MigrationInsight
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
337
505
|
class NetworkAdapterDetails
|
338
506
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
507
|
|
@@ -424,12 +592,36 @@ module Google
|
|
424
592
|
include Google::Apis::Core::JsonObjectSupport
|
425
593
|
end
|
426
594
|
|
595
|
+
class PhysicalPlatformDetails
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
|
+
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
599
|
+
end
|
600
|
+
|
427
601
|
class PlatformDetails
|
428
602
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
603
|
|
430
604
|
include Google::Apis::Core::JsonObjectSupport
|
431
605
|
end
|
432
606
|
|
607
|
+
class PreferenceSet
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
|
+
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
611
|
+
end
|
612
|
+
|
613
|
+
class RegionPreferences
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
|
+
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
617
|
+
end
|
618
|
+
|
619
|
+
class RemoveAssetsFromGroupRequest
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
|
+
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
623
|
+
end
|
624
|
+
|
433
625
|
class ReportAssetFramesResponse
|
434
626
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
627
|
|
@@ -478,6 +670,12 @@ module Google
|
|
478
670
|
include Google::Apis::Core::JsonObjectSupport
|
479
671
|
end
|
480
672
|
|
673
|
+
class Settings
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
|
+
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
677
|
+
end
|
678
|
+
|
481
679
|
class Source
|
482
680
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
681
|
|
@@ -502,6 +700,12 @@ module Google
|
|
502
700
|
include Google::Apis::Core::JsonObjectSupport
|
503
701
|
end
|
504
702
|
|
703
|
+
class UploadFileInfo
|
704
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
705
|
+
|
706
|
+
include Google::Apis::Core::JsonObjectSupport
|
707
|
+
end
|
708
|
+
|
505
709
|
class ValidateImportJobRequest
|
506
710
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
711
|
|
@@ -538,18 +742,40 @@ module Google
|
|
538
742
|
include Google::Apis::Core::JsonObjectSupport
|
539
743
|
end
|
540
744
|
|
745
|
+
class VirtualMachinePreferences
|
746
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
747
|
+
|
748
|
+
include Google::Apis::Core::JsonObjectSupport
|
749
|
+
end
|
750
|
+
|
541
751
|
class VmwareDiskConfig
|
542
752
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
753
|
|
544
754
|
include Google::Apis::Core::JsonObjectSupport
|
545
755
|
end
|
546
756
|
|
757
|
+
class VmwareEngineMigrationTarget
|
758
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
759
|
+
|
760
|
+
include Google::Apis::Core::JsonObjectSupport
|
761
|
+
end
|
762
|
+
|
547
763
|
class VmwarePlatformDetails
|
548
764
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
765
|
|
550
766
|
include Google::Apis::Core::JsonObjectSupport
|
551
767
|
end
|
552
768
|
|
769
|
+
class AddAssetsToGroupRequest
|
770
|
+
# @private
|
771
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
772
|
+
property :allow_existing, as: 'allowExisting'
|
773
|
+
property :assets, as: 'assets', class: Google::Apis::MigrationcenterV1alpha1::AssetList, decorator: Google::Apis::MigrationcenterV1alpha1::AssetList::Representation
|
774
|
+
|
775
|
+
property :request_id, as: 'requestId'
|
776
|
+
end
|
777
|
+
end
|
778
|
+
|
553
779
|
class AggregateAssetsValuesRequest
|
554
780
|
# @private
|
555
781
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -663,10 +889,15 @@ module Google
|
|
663
889
|
class Asset
|
664
890
|
# @private
|
665
891
|
class Representation < Google::Apis::Core::JsonRepresentation
|
892
|
+
collection :assigned_groups, as: 'assignedGroups'
|
666
893
|
hash :attributes, as: 'attributes'
|
667
894
|
property :create_time, as: 'createTime'
|
895
|
+
property :insight_list, as: 'insightList', class: Google::Apis::MigrationcenterV1alpha1::InsightList, decorator: Google::Apis::MigrationcenterV1alpha1::InsightList::Representation
|
896
|
+
|
668
897
|
hash :labels, as: 'labels'
|
669
898
|
property :name, as: 'name'
|
899
|
+
property :performance_data, as: 'performanceData', class: Google::Apis::MigrationcenterV1alpha1::AssetPerformanceData, decorator: Google::Apis::MigrationcenterV1alpha1::AssetPerformanceData::Representation
|
900
|
+
|
670
901
|
collection :sources, as: 'sources'
|
671
902
|
property :update_time, as: 'updateTime'
|
672
903
|
property :virtual_machine_details, as: 'virtualMachineDetails', class: Google::Apis::MigrationcenterV1alpha1::VirtualMachineDetails, decorator: Google::Apis::MigrationcenterV1alpha1::VirtualMachineDetails::Representation
|
@@ -688,6 +919,46 @@ module Google
|
|
688
919
|
end
|
689
920
|
end
|
690
921
|
|
922
|
+
class AssetList
|
923
|
+
# @private
|
924
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
925
|
+
collection :asset_ids, as: 'assetIds'
|
926
|
+
end
|
927
|
+
end
|
928
|
+
|
929
|
+
class AssetPerformanceData
|
930
|
+
# @private
|
931
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
932
|
+
collection :daily_resource_usage_aggregations, as: 'dailyResourceUsageAggregations', class: Google::Apis::MigrationcenterV1alpha1::DailyResourceUsageAggregation, decorator: Google::Apis::MigrationcenterV1alpha1::DailyResourceUsageAggregation::Representation
|
933
|
+
|
934
|
+
end
|
935
|
+
end
|
936
|
+
|
937
|
+
class AwsEc2PlatformDetails
|
938
|
+
# @private
|
939
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
940
|
+
property :location, as: 'location'
|
941
|
+
property :machine_type_label, as: 'machineTypeLabel'
|
942
|
+
end
|
943
|
+
end
|
944
|
+
|
945
|
+
class AzureVmPlatformDetails
|
946
|
+
# @private
|
947
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
948
|
+
property :location, as: 'location'
|
949
|
+
property :machine_type_label, as: 'machineTypeLabel'
|
950
|
+
property :provisioning_state, as: 'provisioningState'
|
951
|
+
end
|
952
|
+
end
|
953
|
+
|
954
|
+
class BatchDeleteAssetsRequest
|
955
|
+
# @private
|
956
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
957
|
+
property :allow_missing, as: 'allowMissing'
|
958
|
+
collection :names, as: 'names'
|
959
|
+
end
|
960
|
+
end
|
961
|
+
|
691
962
|
class BatchUpdateAssetsRequest
|
692
963
|
# @private
|
693
964
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -721,6 +992,35 @@ module Google
|
|
721
992
|
end
|
722
993
|
end
|
723
994
|
|
995
|
+
class ComputeEngineMigrationTarget
|
996
|
+
# @private
|
997
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
998
|
+
property :shape, as: 'shape', class: Google::Apis::MigrationcenterV1alpha1::ComputeEngineShapeDescriptor, decorator: Google::Apis::MigrationcenterV1alpha1::ComputeEngineShapeDescriptor::Representation
|
999
|
+
|
1000
|
+
end
|
1001
|
+
end
|
1002
|
+
|
1003
|
+
class ComputeEnginePreferences
|
1004
|
+
# @private
|
1005
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1006
|
+
property :license_type, as: 'licenseType'
|
1007
|
+
property :machine_preferences, as: 'machinePreferences', class: Google::Apis::MigrationcenterV1alpha1::MachinePreferences, decorator: Google::Apis::MigrationcenterV1alpha1::MachinePreferences::Representation
|
1008
|
+
|
1009
|
+
property :persistent_disk_type, as: 'persistentDiskType'
|
1010
|
+
end
|
1011
|
+
end
|
1012
|
+
|
1013
|
+
class ComputeEngineShapeDescriptor
|
1014
|
+
# @private
|
1015
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1016
|
+
property :logical_core_count, as: 'logicalCoreCount'
|
1017
|
+
property :machine_type, as: 'machineType'
|
1018
|
+
property :memory_mb, as: 'memoryMb'
|
1019
|
+
property :physical_core_count, as: 'physicalCoreCount'
|
1020
|
+
property :series, as: 'series'
|
1021
|
+
end
|
1022
|
+
end
|
1023
|
+
|
724
1024
|
class CpuUsageSample
|
725
1025
|
# @private
|
726
1026
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -728,6 +1028,66 @@ module Google
|
|
728
1028
|
end
|
729
1029
|
end
|
730
1030
|
|
1031
|
+
class DailyResourceUsageAggregation
|
1032
|
+
# @private
|
1033
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1034
|
+
property :cpu, as: 'cpu', class: Google::Apis::MigrationcenterV1alpha1::DailyResourceUsageAggregationCpu, decorator: Google::Apis::MigrationcenterV1alpha1::DailyResourceUsageAggregationCpu::Representation
|
1035
|
+
|
1036
|
+
property :date, as: 'date', class: Google::Apis::MigrationcenterV1alpha1::Date, decorator: Google::Apis::MigrationcenterV1alpha1::Date::Representation
|
1037
|
+
|
1038
|
+
property :disk, as: 'disk', class: Google::Apis::MigrationcenterV1alpha1::DailyResourceUsageAggregationDisk, decorator: Google::Apis::MigrationcenterV1alpha1::DailyResourceUsageAggregationDisk::Representation
|
1039
|
+
|
1040
|
+
property :memory, as: 'memory', class: Google::Apis::MigrationcenterV1alpha1::DailyResourceUsageAggregationMemory, decorator: Google::Apis::MigrationcenterV1alpha1::DailyResourceUsageAggregationMemory::Representation
|
1041
|
+
|
1042
|
+
property :network, as: 'network', class: Google::Apis::MigrationcenterV1alpha1::DailyResourceUsageAggregationNetwork, decorator: Google::Apis::MigrationcenterV1alpha1::DailyResourceUsageAggregationNetwork::Representation
|
1043
|
+
|
1044
|
+
end
|
1045
|
+
end
|
1046
|
+
|
1047
|
+
class DailyResourceUsageAggregationCpu
|
1048
|
+
# @private
|
1049
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1050
|
+
property :utilization_percentage, as: 'utilizationPercentage', class: Google::Apis::MigrationcenterV1alpha1::DailyResourceUsageAggregationStats, decorator: Google::Apis::MigrationcenterV1alpha1::DailyResourceUsageAggregationStats::Representation
|
1051
|
+
|
1052
|
+
end
|
1053
|
+
end
|
1054
|
+
|
1055
|
+
class DailyResourceUsageAggregationDisk
|
1056
|
+
# @private
|
1057
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1058
|
+
property :iops, as: 'iops', class: Google::Apis::MigrationcenterV1alpha1::DailyResourceUsageAggregationStats, decorator: Google::Apis::MigrationcenterV1alpha1::DailyResourceUsageAggregationStats::Representation
|
1059
|
+
|
1060
|
+
end
|
1061
|
+
end
|
1062
|
+
|
1063
|
+
class DailyResourceUsageAggregationMemory
|
1064
|
+
# @private
|
1065
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1066
|
+
property :utilization_percentage, as: 'utilizationPercentage', class: Google::Apis::MigrationcenterV1alpha1::DailyResourceUsageAggregationStats, decorator: Google::Apis::MigrationcenterV1alpha1::DailyResourceUsageAggregationStats::Representation
|
1067
|
+
|
1068
|
+
end
|
1069
|
+
end
|
1070
|
+
|
1071
|
+
class DailyResourceUsageAggregationNetwork
|
1072
|
+
# @private
|
1073
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1074
|
+
property :egress_bps, as: 'egressBps', class: Google::Apis::MigrationcenterV1alpha1::DailyResourceUsageAggregationStats, decorator: Google::Apis::MigrationcenterV1alpha1::DailyResourceUsageAggregationStats::Representation
|
1075
|
+
|
1076
|
+
property :ingress_bps, as: 'ingressBps', class: Google::Apis::MigrationcenterV1alpha1::DailyResourceUsageAggregationStats, decorator: Google::Apis::MigrationcenterV1alpha1::DailyResourceUsageAggregationStats::Representation
|
1077
|
+
|
1078
|
+
end
|
1079
|
+
end
|
1080
|
+
|
1081
|
+
class DailyResourceUsageAggregationStats
|
1082
|
+
# @private
|
1083
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1084
|
+
property :average, as: 'average'
|
1085
|
+
property :median, as: 'median'
|
1086
|
+
property :nintey_fifth_percentile, as: 'ninteyFifthPercentile'
|
1087
|
+
property :peak, as: 'peak'
|
1088
|
+
end
|
1089
|
+
end
|
1090
|
+
|
731
1091
|
class Date
|
732
1092
|
# @private
|
733
1093
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -837,6 +1197,13 @@ module Google
|
|
837
1197
|
end
|
838
1198
|
end
|
839
1199
|
|
1200
|
+
class FitDescriptor
|
1201
|
+
# @private
|
1202
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1203
|
+
property :fit_level, as: 'fitLevel'
|
1204
|
+
end
|
1205
|
+
end
|
1206
|
+
|
840
1207
|
class Frames
|
841
1208
|
# @private
|
842
1209
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -873,6 +1240,31 @@ module Google
|
|
873
1240
|
end
|
874
1241
|
end
|
875
1242
|
|
1243
|
+
class GenericPlatformDetails
|
1244
|
+
# @private
|
1245
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1246
|
+
property :location, as: 'location'
|
1247
|
+
end
|
1248
|
+
end
|
1249
|
+
|
1250
|
+
class GoogleKubernetesEngineMigrationTarget
|
1251
|
+
# @private
|
1252
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1253
|
+
end
|
1254
|
+
end
|
1255
|
+
|
1256
|
+
class Group
|
1257
|
+
# @private
|
1258
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1259
|
+
property :create_time, as: 'createTime'
|
1260
|
+
property :description, as: 'description'
|
1261
|
+
property :display_name, as: 'displayName'
|
1262
|
+
hash :labels, as: 'labels'
|
1263
|
+
property :name, as: 'name'
|
1264
|
+
property :update_time, as: 'updateTime'
|
1265
|
+
end
|
1266
|
+
end
|
1267
|
+
|
876
1268
|
class GuestConfigDetails
|
877
1269
|
# @private
|
878
1270
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -953,6 +1345,19 @@ module Google
|
|
953
1345
|
end
|
954
1346
|
end
|
955
1347
|
|
1348
|
+
class ImportDataFile
|
1349
|
+
# @private
|
1350
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1351
|
+
property :create_time, as: 'createTime'
|
1352
|
+
property :display_name, as: 'displayName'
|
1353
|
+
property :format, as: 'format'
|
1354
|
+
property :name, as: 'name'
|
1355
|
+
property :state, as: 'state'
|
1356
|
+
property :upload_file_info, as: 'uploadFileInfo', class: Google::Apis::MigrationcenterV1alpha1::UploadFileInfo, decorator: Google::Apis::MigrationcenterV1alpha1::UploadFileInfo::Representation
|
1357
|
+
|
1358
|
+
end
|
1359
|
+
end
|
1360
|
+
|
956
1361
|
class ImportError
|
957
1362
|
# @private
|
958
1363
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -967,6 +1372,7 @@ module Google
|
|
967
1372
|
property :asset_source, as: 'assetSource'
|
968
1373
|
property :complete_time, as: 'completeTime'
|
969
1374
|
property :create_time, as: 'createTime'
|
1375
|
+
property :display_name, as: 'displayName'
|
970
1376
|
property :execution_report, as: 'executionReport', class: Google::Apis::MigrationcenterV1alpha1::ExecutionReport, decorator: Google::Apis::MigrationcenterV1alpha1::ExecutionReport::Representation
|
971
1377
|
|
972
1378
|
property :gcs_payload, as: 'gcsPayload', class: Google::Apis::MigrationcenterV1alpha1::GcsPayloadInfo, decorator: Google::Apis::MigrationcenterV1alpha1::GcsPayloadInfo::Representation
|
@@ -1002,6 +1408,23 @@ module Google
|
|
1002
1408
|
end
|
1003
1409
|
end
|
1004
1410
|
|
1411
|
+
class Insight
|
1412
|
+
# @private
|
1413
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1414
|
+
property :migration_insight, as: 'migrationInsight', class: Google::Apis::MigrationcenterV1alpha1::MigrationInsight, decorator: Google::Apis::MigrationcenterV1alpha1::MigrationInsight::Representation
|
1415
|
+
|
1416
|
+
end
|
1417
|
+
end
|
1418
|
+
|
1419
|
+
class InsightList
|
1420
|
+
# @private
|
1421
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1422
|
+
collection :insights, as: 'insights', class: Google::Apis::MigrationcenterV1alpha1::Insight, decorator: Google::Apis::MigrationcenterV1alpha1::Insight::Representation
|
1423
|
+
|
1424
|
+
property :update_time, as: 'updateTime'
|
1425
|
+
end
|
1426
|
+
end
|
1427
|
+
|
1005
1428
|
class ListAssetsResponse
|
1006
1429
|
# @private
|
1007
1430
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1012,6 +1435,26 @@ module Google
|
|
1012
1435
|
end
|
1013
1436
|
end
|
1014
1437
|
|
1438
|
+
class ListGroupsResponse
|
1439
|
+
# @private
|
1440
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1441
|
+
collection :groups, as: 'groups', class: Google::Apis::MigrationcenterV1alpha1::Group, decorator: Google::Apis::MigrationcenterV1alpha1::Group::Representation
|
1442
|
+
|
1443
|
+
property :next_page_token, as: 'nextPageToken'
|
1444
|
+
collection :unreachable, as: 'unreachable'
|
1445
|
+
end
|
1446
|
+
end
|
1447
|
+
|
1448
|
+
class ListImportDataFilesResponse
|
1449
|
+
# @private
|
1450
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1451
|
+
collection :import_data_files, as: 'importDataFiles', class: Google::Apis::MigrationcenterV1alpha1::ImportDataFile, decorator: Google::Apis::MigrationcenterV1alpha1::ImportDataFile::Representation
|
1452
|
+
|
1453
|
+
property :next_page_token, as: 'nextPageToken'
|
1454
|
+
collection :unreachable, as: 'unreachable'
|
1455
|
+
end
|
1456
|
+
end
|
1457
|
+
|
1015
1458
|
class ListImportJobsResponse
|
1016
1459
|
# @private
|
1017
1460
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1040,6 +1483,16 @@ module Google
|
|
1040
1483
|
end
|
1041
1484
|
end
|
1042
1485
|
|
1486
|
+
class ListPreferenceSetsResponse
|
1487
|
+
# @private
|
1488
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1489
|
+
property :next_page_token, as: 'nextPageToken'
|
1490
|
+
collection :preference_sets, as: 'preferenceSets', class: Google::Apis::MigrationcenterV1alpha1::PreferenceSet, decorator: Google::Apis::MigrationcenterV1alpha1::PreferenceSet::Representation
|
1491
|
+
|
1492
|
+
collection :unreachable, as: 'unreachable'
|
1493
|
+
end
|
1494
|
+
end
|
1495
|
+
|
1043
1496
|
class ListSourcesResponse
|
1044
1497
|
# @private
|
1045
1498
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1061,6 +1514,21 @@ module Google
|
|
1061
1514
|
end
|
1062
1515
|
end
|
1063
1516
|
|
1517
|
+
class MachinePreferences
|
1518
|
+
# @private
|
1519
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1520
|
+
collection :allowed_machine_series, as: 'allowedMachineSeries', class: Google::Apis::MigrationcenterV1alpha1::MachineSeries, decorator: Google::Apis::MigrationcenterV1alpha1::MachineSeries::Representation
|
1521
|
+
|
1522
|
+
end
|
1523
|
+
end
|
1524
|
+
|
1525
|
+
class MachineSeries
|
1526
|
+
# @private
|
1527
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1528
|
+
property :code, as: 'code'
|
1529
|
+
end
|
1530
|
+
end
|
1531
|
+
|
1064
1532
|
class MemoryUsageSample
|
1065
1533
|
# @private
|
1066
1534
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1068,6 +1536,20 @@ module Google
|
|
1068
1536
|
end
|
1069
1537
|
end
|
1070
1538
|
|
1539
|
+
class MigrationInsight
|
1540
|
+
# @private
|
1541
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1542
|
+
property :compute_engine_target, as: 'computeEngineTarget', class: Google::Apis::MigrationcenterV1alpha1::ComputeEngineMigrationTarget, decorator: Google::Apis::MigrationcenterV1alpha1::ComputeEngineMigrationTarget::Representation
|
1543
|
+
|
1544
|
+
property :fit, as: 'fit', class: Google::Apis::MigrationcenterV1alpha1::FitDescriptor, decorator: Google::Apis::MigrationcenterV1alpha1::FitDescriptor::Representation
|
1545
|
+
|
1546
|
+
property :gke_target, as: 'gkeTarget', class: Google::Apis::MigrationcenterV1alpha1::GoogleKubernetesEngineMigrationTarget, decorator: Google::Apis::MigrationcenterV1alpha1::GoogleKubernetesEngineMigrationTarget::Representation
|
1547
|
+
|
1548
|
+
property :vmware_engine_target, as: 'vmwareEngineTarget', class: Google::Apis::MigrationcenterV1alpha1::VmwareEngineMigrationTarget, decorator: Google::Apis::MigrationcenterV1alpha1::VmwareEngineMigrationTarget::Representation
|
1549
|
+
|
1550
|
+
end
|
1551
|
+
end
|
1552
|
+
|
1071
1553
|
class NetworkAdapterDetails
|
1072
1554
|
# @private
|
1073
1555
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1217,14 +1699,59 @@ module Google
|
|
1217
1699
|
end
|
1218
1700
|
end
|
1219
1701
|
|
1702
|
+
class PhysicalPlatformDetails
|
1703
|
+
# @private
|
1704
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1705
|
+
property :location, as: 'location'
|
1706
|
+
end
|
1707
|
+
end
|
1708
|
+
|
1220
1709
|
class PlatformDetails
|
1221
1710
|
# @private
|
1222
1711
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1712
|
+
property :aws_ec2_details, as: 'awsEc2Details', class: Google::Apis::MigrationcenterV1alpha1::AwsEc2PlatformDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsEc2PlatformDetails::Representation
|
1713
|
+
|
1714
|
+
property :azure_vm_details, as: 'azureVmDetails', class: Google::Apis::MigrationcenterV1alpha1::AzureVmPlatformDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AzureVmPlatformDetails::Representation
|
1715
|
+
|
1716
|
+
property :generic_details, as: 'genericDetails', class: Google::Apis::MigrationcenterV1alpha1::GenericPlatformDetails, decorator: Google::Apis::MigrationcenterV1alpha1::GenericPlatformDetails::Representation
|
1717
|
+
|
1718
|
+
property :physical_details, as: 'physicalDetails', class: Google::Apis::MigrationcenterV1alpha1::PhysicalPlatformDetails, decorator: Google::Apis::MigrationcenterV1alpha1::PhysicalPlatformDetails::Representation
|
1719
|
+
|
1223
1720
|
property :vmware_details, as: 'vmwareDetails', class: Google::Apis::MigrationcenterV1alpha1::VmwarePlatformDetails, decorator: Google::Apis::MigrationcenterV1alpha1::VmwarePlatformDetails::Representation
|
1224
1721
|
|
1225
1722
|
end
|
1226
1723
|
end
|
1227
1724
|
|
1725
|
+
class PreferenceSet
|
1726
|
+
# @private
|
1727
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1728
|
+
property :create_time, as: 'createTime'
|
1729
|
+
property :description, as: 'description'
|
1730
|
+
property :display_name, as: 'displayName'
|
1731
|
+
property :name, as: 'name'
|
1732
|
+
property :update_time, as: 'updateTime'
|
1733
|
+
property :virtual_machine_preferences, as: 'virtualMachinePreferences', class: Google::Apis::MigrationcenterV1alpha1::VirtualMachinePreferences, decorator: Google::Apis::MigrationcenterV1alpha1::VirtualMachinePreferences::Representation
|
1734
|
+
|
1735
|
+
end
|
1736
|
+
end
|
1737
|
+
|
1738
|
+
class RegionPreferences
|
1739
|
+
# @private
|
1740
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1741
|
+
collection :preferred_regions, as: 'preferredRegions'
|
1742
|
+
end
|
1743
|
+
end
|
1744
|
+
|
1745
|
+
class RemoveAssetsFromGroupRequest
|
1746
|
+
# @private
|
1747
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1748
|
+
property :allow_missing, as: 'allowMissing'
|
1749
|
+
property :assets, as: 'assets', class: Google::Apis::MigrationcenterV1alpha1::AssetList, decorator: Google::Apis::MigrationcenterV1alpha1::AssetList::Representation
|
1750
|
+
|
1751
|
+
property :request_id, as: 'requestId'
|
1752
|
+
end
|
1753
|
+
end
|
1754
|
+
|
1228
1755
|
class ReportAssetFramesResponse
|
1229
1756
|
# @private
|
1230
1757
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1297,6 +1824,14 @@ module Google
|
|
1297
1824
|
end
|
1298
1825
|
end
|
1299
1826
|
|
1827
|
+
class Settings
|
1828
|
+
# @private
|
1829
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1830
|
+
property :name, as: 'name'
|
1831
|
+
property :preference_set, as: 'preferenceSet'
|
1832
|
+
end
|
1833
|
+
end
|
1834
|
+
|
1300
1835
|
class Source
|
1301
1836
|
# @private
|
1302
1837
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1339,6 +1874,16 @@ module Google
|
|
1339
1874
|
end
|
1340
1875
|
end
|
1341
1876
|
|
1877
|
+
class UploadFileInfo
|
1878
|
+
# @private
|
1879
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1880
|
+
hash :headers, as: 'headers'
|
1881
|
+
property :signed_uri, as: 'signedUri'
|
1882
|
+
property :uri, as: 'uri'
|
1883
|
+
property :uri_expiration_time, as: 'uriExpirationTime'
|
1884
|
+
end
|
1885
|
+
end
|
1886
|
+
|
1342
1887
|
class ValidateImportJobRequest
|
1343
1888
|
# @private
|
1344
1889
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1376,11 +1921,13 @@ module Google
|
|
1376
1921
|
# @private
|
1377
1922
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1378
1923
|
property :core_count, as: 'coreCount'
|
1924
|
+
property :create_time, as: 'createTime'
|
1379
1925
|
property :guest_os, as: 'guestOs', class: Google::Apis::MigrationcenterV1alpha1::GuestOsDetails, decorator: Google::Apis::MigrationcenterV1alpha1::GuestOsDetails::Representation
|
1380
1926
|
|
1381
1927
|
property :memory_mb, as: 'memoryMb'
|
1382
1928
|
property :os_family, as: 'osFamily'
|
1383
1929
|
property :os_name, as: 'osName'
|
1930
|
+
property :os_version, as: 'osVersion'
|
1384
1931
|
property :platform, as: 'platform', class: Google::Apis::MigrationcenterV1alpha1::PlatformDetails, decorator: Google::Apis::MigrationcenterV1alpha1::PlatformDetails::Representation
|
1385
1932
|
|
1386
1933
|
property :power_state, as: 'powerState'
|
@@ -1417,6 +1964,19 @@ module Google
|
|
1417
1964
|
|
1418
1965
|
property :primary_ip_address, as: 'primaryIpAddress'
|
1419
1966
|
property :primary_mac_address, as: 'primaryMacAddress'
|
1967
|
+
property :public_ip_address, as: 'publicIpAddress'
|
1968
|
+
end
|
1969
|
+
end
|
1970
|
+
|
1971
|
+
class VirtualMachinePreferences
|
1972
|
+
# @private
|
1973
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1974
|
+
property :commitment_plan, as: 'commitmentPlan'
|
1975
|
+
property :compute_engine_preferences, as: 'computeEnginePreferences', class: Google::Apis::MigrationcenterV1alpha1::ComputeEnginePreferences, decorator: Google::Apis::MigrationcenterV1alpha1::ComputeEnginePreferences::Representation
|
1976
|
+
|
1977
|
+
property :region_preferences, as: 'regionPreferences', class: Google::Apis::MigrationcenterV1alpha1::RegionPreferences, decorator: Google::Apis::MigrationcenterV1alpha1::RegionPreferences::Representation
|
1978
|
+
|
1979
|
+
property :sizing_optimization_strategy, as: 'sizingOptimizationStrategy'
|
1420
1980
|
end
|
1421
1981
|
end
|
1422
1982
|
|
@@ -1430,6 +1990,12 @@ module Google
|
|
1430
1990
|
end
|
1431
1991
|
end
|
1432
1992
|
|
1993
|
+
class VmwareEngineMigrationTarget
|
1994
|
+
# @private
|
1995
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1996
|
+
end
|
1997
|
+
end
|
1998
|
+
|
1433
1999
|
class VmwarePlatformDetails
|
1434
2000
|
# @private
|
1435
2001
|
class Representation < Google::Apis::Core::JsonRepresentation
|