google-apis-migrationcenter_v1 0.1.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 +7 -0
- data/.yardopts +13 -0
- data/CHANGELOG.md +7 -0
- data/LICENSE.md +202 -0
- data/OVERVIEW.md +96 -0
- data/lib/google/apis/migrationcenter_v1/classes.rb +4882 -0
- data/lib/google/apis/migrationcenter_v1/gem_version.rb +28 -0
- data/lib/google/apis/migrationcenter_v1/representations.rb +2368 -0
- data/lib/google/apis/migrationcenter_v1/service.rb +2269 -0
- data/lib/google/apis/migrationcenter_v1.rb +37 -0
- data/lib/google-apis-migrationcenter_v1.rb +15 -0
- metadata +82 -0
@@ -0,0 +1,2368 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
require 'date'
|
16
|
+
require 'google/apis/core/base_service'
|
17
|
+
require 'google/apis/core/json_representation'
|
18
|
+
require 'google/apis/core/hashable'
|
19
|
+
require 'google/apis/errors'
|
20
|
+
|
21
|
+
module Google
|
22
|
+
module Apis
|
23
|
+
module MigrationcenterV1
|
24
|
+
|
25
|
+
class AddAssetsToGroupRequest
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class AggregateAssetsValuesRequest
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class AggregateAssetsValuesResponse
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class Aggregation
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class AggregationCount
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class AggregationFrequency
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class AggregationHistogram
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class AggregationResult
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class AggregationResultCount
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class AggregationResultFrequency
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class AggregationResultHistogram
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class AggregationResultHistogramBucket
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class AggregationResultSum
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class AggregationSum
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class Asset
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class AssetFrame
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
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
|
+
|
151
|
+
class BatchUpdateAssetsRequest
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class BatchUpdateAssetsResponse
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class BiosDetails
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class CancelOperationRequest
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
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
|
+
|
193
|
+
class ComputeStorageDescriptor
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class CpuUsageSample
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class DailyResourceUsageAggregation
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class DailyResourceUsageAggregationCpu
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class DailyResourceUsageAggregationDisk
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class DailyResourceUsageAggregationMemory
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class DailyResourceUsageAggregationNetwork
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class DailyResourceUsageAggregationStats
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class Date
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class DiskEntry
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class DiskEntryList
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class DiskPartition
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class DiskPartitionList
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class DiskUsageSample
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class Empty
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class ErrorFrame
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class ExecutionReport
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class FileValidationReport
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class FitDescriptor
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class FrameViolationEntry
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class Frames
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class FstabEntry
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class FstabEntryList
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class GenericPlatformDetails
|
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
|
+
|
343
|
+
class GuestConfigDetails
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class GuestInstalledApplication
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class GuestInstalledApplicationList
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
361
|
+
class GuestOsDetails
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
367
|
+
class GuestRuntimeDetails
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
373
|
+
class HostsEntry
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
379
|
+
class HostsEntryList
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
385
|
+
class ImportDataFile
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
391
|
+
class ImportError
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
397
|
+
class ImportJob
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
403
|
+
class ImportRowError
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class Insight
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class InsightList
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class ListAssetsResponse
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
class ListErrorFramesResponse
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
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
|
+
|
445
|
+
class ListImportJobsResponse
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
451
|
+
class ListLocationsResponse
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
457
|
+
class ListOperationsResponse
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
463
|
+
class ListPreferenceSetsResponse
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
469
|
+
class ListReportConfigsResponse
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
475
|
+
class ListReportsResponse
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
481
|
+
class ListSourcesResponse
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
487
|
+
class Location
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
493
|
+
class MachineArchitectureDetails
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
499
|
+
class MachineDetails
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
505
|
+
class MachineDiskDetails
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
511
|
+
class MachineNetworkDetails
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
517
|
+
class MachinePreferences
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
|
+
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
521
|
+
end
|
522
|
+
|
523
|
+
class MachineSeries
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
529
|
+
class MemoryUsageSample
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
535
|
+
class MigrationInsight
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
541
|
+
class Money
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
+
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
545
|
+
end
|
546
|
+
|
547
|
+
class NetworkAdapterDetails
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
553
|
+
class NetworkAdapterList
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
|
+
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
557
|
+
end
|
558
|
+
|
559
|
+
class NetworkAddress
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
+
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
563
|
+
end
|
564
|
+
|
565
|
+
class NetworkAddressList
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
571
|
+
class NetworkConnection
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
577
|
+
class NetworkConnectionList
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
583
|
+
class NetworkUsageSample
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
589
|
+
class NfsExport
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
|
+
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
593
|
+
end
|
594
|
+
|
595
|
+
class NfsExportList
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
|
+
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
599
|
+
end
|
600
|
+
|
601
|
+
class OpenFileDetails
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
|
+
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
605
|
+
end
|
606
|
+
|
607
|
+
class OpenFileList
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
|
+
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
611
|
+
end
|
612
|
+
|
613
|
+
class Operation
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
|
+
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
617
|
+
end
|
618
|
+
|
619
|
+
class OperationMetadata
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
|
+
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
623
|
+
end
|
624
|
+
|
625
|
+
class PerformanceSample
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
|
+
|
628
|
+
include Google::Apis::Core::JsonObjectSupport
|
629
|
+
end
|
630
|
+
|
631
|
+
class PhysicalPlatformDetails
|
632
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
633
|
+
|
634
|
+
include Google::Apis::Core::JsonObjectSupport
|
635
|
+
end
|
636
|
+
|
637
|
+
class PlatformDetails
|
638
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
639
|
+
|
640
|
+
include Google::Apis::Core::JsonObjectSupport
|
641
|
+
end
|
642
|
+
|
643
|
+
class PreferenceSet
|
644
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
645
|
+
|
646
|
+
include Google::Apis::Core::JsonObjectSupport
|
647
|
+
end
|
648
|
+
|
649
|
+
class RegionPreferences
|
650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
|
+
|
652
|
+
include Google::Apis::Core::JsonObjectSupport
|
653
|
+
end
|
654
|
+
|
655
|
+
class RemoveAssetsFromGroupRequest
|
656
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
657
|
+
|
658
|
+
include Google::Apis::Core::JsonObjectSupport
|
659
|
+
end
|
660
|
+
|
661
|
+
class Report
|
662
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
663
|
+
|
664
|
+
include Google::Apis::Core::JsonObjectSupport
|
665
|
+
end
|
666
|
+
|
667
|
+
class ReportAssetFramesResponse
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
|
+
|
670
|
+
include Google::Apis::Core::JsonObjectSupport
|
671
|
+
end
|
672
|
+
|
673
|
+
class ReportConfig
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
|
+
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
677
|
+
end
|
678
|
+
|
679
|
+
class ReportConfigGroupPreferenceSetAssignment
|
680
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
|
+
|
682
|
+
include Google::Apis::Core::JsonObjectSupport
|
683
|
+
end
|
684
|
+
|
685
|
+
class ReportSummary
|
686
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
|
+
|
688
|
+
include Google::Apis::Core::JsonObjectSupport
|
689
|
+
end
|
690
|
+
|
691
|
+
class ReportSummaryAssetAggregateStats
|
692
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
693
|
+
|
694
|
+
include Google::Apis::Core::JsonObjectSupport
|
695
|
+
end
|
696
|
+
|
697
|
+
class ReportSummaryChartData
|
698
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
699
|
+
|
700
|
+
include Google::Apis::Core::JsonObjectSupport
|
701
|
+
end
|
702
|
+
|
703
|
+
class ReportSummaryChartDataDataPoint
|
704
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
705
|
+
|
706
|
+
include Google::Apis::Core::JsonObjectSupport
|
707
|
+
end
|
708
|
+
|
709
|
+
class ReportSummaryComputeEngineFinding
|
710
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
|
+
|
712
|
+
include Google::Apis::Core::JsonObjectSupport
|
713
|
+
end
|
714
|
+
|
715
|
+
class ReportSummaryGroupFinding
|
716
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
717
|
+
|
718
|
+
include Google::Apis::Core::JsonObjectSupport
|
719
|
+
end
|
720
|
+
|
721
|
+
class ReportSummaryGroupPreferenceSetFinding
|
722
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
|
+
|
724
|
+
include Google::Apis::Core::JsonObjectSupport
|
725
|
+
end
|
726
|
+
|
727
|
+
class ReportSummaryHistogramChartData
|
728
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
|
+
|
730
|
+
include Google::Apis::Core::JsonObjectSupport
|
731
|
+
end
|
732
|
+
|
733
|
+
class ReportSummaryHistogramChartDataBucket
|
734
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
735
|
+
|
736
|
+
include Google::Apis::Core::JsonObjectSupport
|
737
|
+
end
|
738
|
+
|
739
|
+
class ReportSummaryMachineSeriesAllocation
|
740
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
741
|
+
|
742
|
+
include Google::Apis::Core::JsonObjectSupport
|
743
|
+
end
|
744
|
+
|
745
|
+
class ReportSummarySoleTenantFinding
|
746
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
747
|
+
|
748
|
+
include Google::Apis::Core::JsonObjectSupport
|
749
|
+
end
|
750
|
+
|
751
|
+
class ReportSummarySoleTenantNodeAllocation
|
752
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
753
|
+
|
754
|
+
include Google::Apis::Core::JsonObjectSupport
|
755
|
+
end
|
756
|
+
|
757
|
+
class ReportSummaryUtilizationChartData
|
758
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
759
|
+
|
760
|
+
include Google::Apis::Core::JsonObjectSupport
|
761
|
+
end
|
762
|
+
|
763
|
+
class ReportSummaryVmwareEngineFinding
|
764
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
765
|
+
|
766
|
+
include Google::Apis::Core::JsonObjectSupport
|
767
|
+
end
|
768
|
+
|
769
|
+
class ReportSummaryVmwareNode
|
770
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
771
|
+
|
772
|
+
include Google::Apis::Core::JsonObjectSupport
|
773
|
+
end
|
774
|
+
|
775
|
+
class ReportSummaryVmwareNodeAllocation
|
776
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
|
+
|
778
|
+
include Google::Apis::Core::JsonObjectSupport
|
779
|
+
end
|
780
|
+
|
781
|
+
class RunImportJobRequest
|
782
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
|
+
|
784
|
+
include Google::Apis::Core::JsonObjectSupport
|
785
|
+
end
|
786
|
+
|
787
|
+
class RunningProcess
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
|
+
|
790
|
+
include Google::Apis::Core::JsonObjectSupport
|
791
|
+
end
|
792
|
+
|
793
|
+
class RunningProcessList
|
794
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
795
|
+
|
796
|
+
include Google::Apis::Core::JsonObjectSupport
|
797
|
+
end
|
798
|
+
|
799
|
+
class RunningService
|
800
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
801
|
+
|
802
|
+
include Google::Apis::Core::JsonObjectSupport
|
803
|
+
end
|
804
|
+
|
805
|
+
class RunningServiceList
|
806
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
807
|
+
|
808
|
+
include Google::Apis::Core::JsonObjectSupport
|
809
|
+
end
|
810
|
+
|
811
|
+
class RuntimeNetworkInfo
|
812
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
813
|
+
|
814
|
+
include Google::Apis::Core::JsonObjectSupport
|
815
|
+
end
|
816
|
+
|
817
|
+
class Settings
|
818
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
819
|
+
|
820
|
+
include Google::Apis::Core::JsonObjectSupport
|
821
|
+
end
|
822
|
+
|
823
|
+
class SoleTenancyPreferences
|
824
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
|
+
|
826
|
+
include Google::Apis::Core::JsonObjectSupport
|
827
|
+
end
|
828
|
+
|
829
|
+
class SoleTenantNodeType
|
830
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
|
+
|
832
|
+
include Google::Apis::Core::JsonObjectSupport
|
833
|
+
end
|
834
|
+
|
835
|
+
class Source
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
|
+
|
838
|
+
include Google::Apis::Core::JsonObjectSupport
|
839
|
+
end
|
840
|
+
|
841
|
+
class Status
|
842
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
843
|
+
|
844
|
+
include Google::Apis::Core::JsonObjectSupport
|
845
|
+
end
|
846
|
+
|
847
|
+
class UpdateAssetRequest
|
848
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
849
|
+
|
850
|
+
include Google::Apis::Core::JsonObjectSupport
|
851
|
+
end
|
852
|
+
|
853
|
+
class UploadFileInfo
|
854
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
855
|
+
|
856
|
+
include Google::Apis::Core::JsonObjectSupport
|
857
|
+
end
|
858
|
+
|
859
|
+
class ValidateImportJobRequest
|
860
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
861
|
+
|
862
|
+
include Google::Apis::Core::JsonObjectSupport
|
863
|
+
end
|
864
|
+
|
865
|
+
class ValidationReport
|
866
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
867
|
+
|
868
|
+
include Google::Apis::Core::JsonObjectSupport
|
869
|
+
end
|
870
|
+
|
871
|
+
class VirtualMachinePreferences
|
872
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
873
|
+
|
874
|
+
include Google::Apis::Core::JsonObjectSupport
|
875
|
+
end
|
876
|
+
|
877
|
+
class VmwareDiskConfig
|
878
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
879
|
+
|
880
|
+
include Google::Apis::Core::JsonObjectSupport
|
881
|
+
end
|
882
|
+
|
883
|
+
class VmwareEnginePreferences
|
884
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
885
|
+
|
886
|
+
include Google::Apis::Core::JsonObjectSupport
|
887
|
+
end
|
888
|
+
|
889
|
+
class VmwarePlatformDetails
|
890
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
891
|
+
|
892
|
+
include Google::Apis::Core::JsonObjectSupport
|
893
|
+
end
|
894
|
+
|
895
|
+
class AddAssetsToGroupRequest
|
896
|
+
# @private
|
897
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
898
|
+
property :allow_existing, as: 'allowExisting'
|
899
|
+
property :assets, as: 'assets', class: Google::Apis::MigrationcenterV1::AssetList, decorator: Google::Apis::MigrationcenterV1::AssetList::Representation
|
900
|
+
|
901
|
+
property :request_id, as: 'requestId'
|
902
|
+
end
|
903
|
+
end
|
904
|
+
|
905
|
+
class AggregateAssetsValuesRequest
|
906
|
+
# @private
|
907
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
908
|
+
collection :aggregations, as: 'aggregations', class: Google::Apis::MigrationcenterV1::Aggregation, decorator: Google::Apis::MigrationcenterV1::Aggregation::Representation
|
909
|
+
|
910
|
+
property :filter, as: 'filter'
|
911
|
+
end
|
912
|
+
end
|
913
|
+
|
914
|
+
class AggregateAssetsValuesResponse
|
915
|
+
# @private
|
916
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
917
|
+
collection :results, as: 'results', class: Google::Apis::MigrationcenterV1::AggregationResult, decorator: Google::Apis::MigrationcenterV1::AggregationResult::Representation
|
918
|
+
|
919
|
+
end
|
920
|
+
end
|
921
|
+
|
922
|
+
class Aggregation
|
923
|
+
# @private
|
924
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
925
|
+
property :count, as: 'count', class: Google::Apis::MigrationcenterV1::AggregationCount, decorator: Google::Apis::MigrationcenterV1::AggregationCount::Representation
|
926
|
+
|
927
|
+
property :field, as: 'field'
|
928
|
+
property :frequency, as: 'frequency', class: Google::Apis::MigrationcenterV1::AggregationFrequency, decorator: Google::Apis::MigrationcenterV1::AggregationFrequency::Representation
|
929
|
+
|
930
|
+
property :histogram, as: 'histogram', class: Google::Apis::MigrationcenterV1::AggregationHistogram, decorator: Google::Apis::MigrationcenterV1::AggregationHistogram::Representation
|
931
|
+
|
932
|
+
property :sum, as: 'sum', class: Google::Apis::MigrationcenterV1::AggregationSum, decorator: Google::Apis::MigrationcenterV1::AggregationSum::Representation
|
933
|
+
|
934
|
+
end
|
935
|
+
end
|
936
|
+
|
937
|
+
class AggregationCount
|
938
|
+
# @private
|
939
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
940
|
+
end
|
941
|
+
end
|
942
|
+
|
943
|
+
class AggregationFrequency
|
944
|
+
# @private
|
945
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
946
|
+
end
|
947
|
+
end
|
948
|
+
|
949
|
+
class AggregationHistogram
|
950
|
+
# @private
|
951
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
952
|
+
collection :lower_bounds, as: 'lowerBounds'
|
953
|
+
end
|
954
|
+
end
|
955
|
+
|
956
|
+
class AggregationResult
|
957
|
+
# @private
|
958
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
959
|
+
property :count, as: 'count', class: Google::Apis::MigrationcenterV1::AggregationResultCount, decorator: Google::Apis::MigrationcenterV1::AggregationResultCount::Representation
|
960
|
+
|
961
|
+
property :field, as: 'field'
|
962
|
+
property :frequency, as: 'frequency', class: Google::Apis::MigrationcenterV1::AggregationResultFrequency, decorator: Google::Apis::MigrationcenterV1::AggregationResultFrequency::Representation
|
963
|
+
|
964
|
+
property :histogram, as: 'histogram', class: Google::Apis::MigrationcenterV1::AggregationResultHistogram, decorator: Google::Apis::MigrationcenterV1::AggregationResultHistogram::Representation
|
965
|
+
|
966
|
+
property :sum, as: 'sum', class: Google::Apis::MigrationcenterV1::AggregationResultSum, decorator: Google::Apis::MigrationcenterV1::AggregationResultSum::Representation
|
967
|
+
|
968
|
+
end
|
969
|
+
end
|
970
|
+
|
971
|
+
class AggregationResultCount
|
972
|
+
# @private
|
973
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
974
|
+
property :value, :numeric_string => true, as: 'value'
|
975
|
+
end
|
976
|
+
end
|
977
|
+
|
978
|
+
class AggregationResultFrequency
|
979
|
+
# @private
|
980
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
981
|
+
hash :values, as: 'values'
|
982
|
+
end
|
983
|
+
end
|
984
|
+
|
985
|
+
class AggregationResultHistogram
|
986
|
+
# @private
|
987
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
988
|
+
collection :buckets, as: 'buckets', class: Google::Apis::MigrationcenterV1::AggregationResultHistogramBucket, decorator: Google::Apis::MigrationcenterV1::AggregationResultHistogramBucket::Representation
|
989
|
+
|
990
|
+
end
|
991
|
+
end
|
992
|
+
|
993
|
+
class AggregationResultHistogramBucket
|
994
|
+
# @private
|
995
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
996
|
+
property :count, :numeric_string => true, as: 'count'
|
997
|
+
property :lower_bound, as: 'lowerBound'
|
998
|
+
property :upper_bound, as: 'upperBound'
|
999
|
+
end
|
1000
|
+
end
|
1001
|
+
|
1002
|
+
class AggregationResultSum
|
1003
|
+
# @private
|
1004
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1005
|
+
property :value, as: 'value'
|
1006
|
+
end
|
1007
|
+
end
|
1008
|
+
|
1009
|
+
class AggregationSum
|
1010
|
+
# @private
|
1011
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1012
|
+
end
|
1013
|
+
end
|
1014
|
+
|
1015
|
+
class Asset
|
1016
|
+
# @private
|
1017
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1018
|
+
collection :assigned_groups, as: 'assignedGroups'
|
1019
|
+
hash :attributes, as: 'attributes'
|
1020
|
+
property :create_time, as: 'createTime'
|
1021
|
+
property :insight_list, as: 'insightList', class: Google::Apis::MigrationcenterV1::InsightList, decorator: Google::Apis::MigrationcenterV1::InsightList::Representation
|
1022
|
+
|
1023
|
+
hash :labels, as: 'labels'
|
1024
|
+
property :machine_details, as: 'machineDetails', class: Google::Apis::MigrationcenterV1::MachineDetails, decorator: Google::Apis::MigrationcenterV1::MachineDetails::Representation
|
1025
|
+
|
1026
|
+
property :name, as: 'name'
|
1027
|
+
property :performance_data, as: 'performanceData', class: Google::Apis::MigrationcenterV1::AssetPerformanceData, decorator: Google::Apis::MigrationcenterV1::AssetPerformanceData::Representation
|
1028
|
+
|
1029
|
+
collection :sources, as: 'sources'
|
1030
|
+
property :update_time, as: 'updateTime'
|
1031
|
+
end
|
1032
|
+
end
|
1033
|
+
|
1034
|
+
class AssetFrame
|
1035
|
+
# @private
|
1036
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1037
|
+
hash :attributes, as: 'attributes'
|
1038
|
+
hash :labels, as: 'labels'
|
1039
|
+
property :machine_details, as: 'machineDetails', class: Google::Apis::MigrationcenterV1::MachineDetails, decorator: Google::Apis::MigrationcenterV1::MachineDetails::Representation
|
1040
|
+
|
1041
|
+
collection :performance_samples, as: 'performanceSamples', class: Google::Apis::MigrationcenterV1::PerformanceSample, decorator: Google::Apis::MigrationcenterV1::PerformanceSample::Representation
|
1042
|
+
|
1043
|
+
property :report_time, as: 'reportTime'
|
1044
|
+
property :trace_token, as: 'traceToken'
|
1045
|
+
end
|
1046
|
+
end
|
1047
|
+
|
1048
|
+
class AssetList
|
1049
|
+
# @private
|
1050
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1051
|
+
collection :asset_ids, as: 'assetIds'
|
1052
|
+
end
|
1053
|
+
end
|
1054
|
+
|
1055
|
+
class AssetPerformanceData
|
1056
|
+
# @private
|
1057
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1058
|
+
collection :daily_resource_usage_aggregations, as: 'dailyResourceUsageAggregations', class: Google::Apis::MigrationcenterV1::DailyResourceUsageAggregation, decorator: Google::Apis::MigrationcenterV1::DailyResourceUsageAggregation::Representation
|
1059
|
+
|
1060
|
+
end
|
1061
|
+
end
|
1062
|
+
|
1063
|
+
class AwsEc2PlatformDetails
|
1064
|
+
# @private
|
1065
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1066
|
+
property :location, as: 'location'
|
1067
|
+
property :machine_type_label, as: 'machineTypeLabel'
|
1068
|
+
end
|
1069
|
+
end
|
1070
|
+
|
1071
|
+
class AzureVmPlatformDetails
|
1072
|
+
# @private
|
1073
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1074
|
+
property :location, as: 'location'
|
1075
|
+
property :machine_type_label, as: 'machineTypeLabel'
|
1076
|
+
property :provisioning_state, as: 'provisioningState'
|
1077
|
+
end
|
1078
|
+
end
|
1079
|
+
|
1080
|
+
class BatchDeleteAssetsRequest
|
1081
|
+
# @private
|
1082
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1083
|
+
property :allow_missing, as: 'allowMissing'
|
1084
|
+
collection :names, as: 'names'
|
1085
|
+
end
|
1086
|
+
end
|
1087
|
+
|
1088
|
+
class BatchUpdateAssetsRequest
|
1089
|
+
# @private
|
1090
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1091
|
+
collection :requests, as: 'requests', class: Google::Apis::MigrationcenterV1::UpdateAssetRequest, decorator: Google::Apis::MigrationcenterV1::UpdateAssetRequest::Representation
|
1092
|
+
|
1093
|
+
end
|
1094
|
+
end
|
1095
|
+
|
1096
|
+
class BatchUpdateAssetsResponse
|
1097
|
+
# @private
|
1098
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1099
|
+
collection :assets, as: 'assets', class: Google::Apis::MigrationcenterV1::Asset, decorator: Google::Apis::MigrationcenterV1::Asset::Representation
|
1100
|
+
|
1101
|
+
end
|
1102
|
+
end
|
1103
|
+
|
1104
|
+
class BiosDetails
|
1105
|
+
# @private
|
1106
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1107
|
+
property :bios_name, as: 'biosName'
|
1108
|
+
property :id, as: 'id'
|
1109
|
+
property :manufacturer, as: 'manufacturer'
|
1110
|
+
property :release_date, as: 'releaseDate', class: Google::Apis::MigrationcenterV1::Date, decorator: Google::Apis::MigrationcenterV1::Date::Representation
|
1111
|
+
|
1112
|
+
property :smbios_uuid, as: 'smbiosUuid'
|
1113
|
+
property :version, as: 'version'
|
1114
|
+
end
|
1115
|
+
end
|
1116
|
+
|
1117
|
+
class CancelOperationRequest
|
1118
|
+
# @private
|
1119
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1120
|
+
end
|
1121
|
+
end
|
1122
|
+
|
1123
|
+
class ComputeEngineMigrationTarget
|
1124
|
+
# @private
|
1125
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1126
|
+
property :shape, as: 'shape', class: Google::Apis::MigrationcenterV1::ComputeEngineShapeDescriptor, decorator: Google::Apis::MigrationcenterV1::ComputeEngineShapeDescriptor::Representation
|
1127
|
+
|
1128
|
+
end
|
1129
|
+
end
|
1130
|
+
|
1131
|
+
class ComputeEnginePreferences
|
1132
|
+
# @private
|
1133
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1134
|
+
property :license_type, as: 'licenseType'
|
1135
|
+
property :machine_preferences, as: 'machinePreferences', class: Google::Apis::MigrationcenterV1::MachinePreferences, decorator: Google::Apis::MigrationcenterV1::MachinePreferences::Representation
|
1136
|
+
|
1137
|
+
end
|
1138
|
+
end
|
1139
|
+
|
1140
|
+
class ComputeEngineShapeDescriptor
|
1141
|
+
# @private
|
1142
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1143
|
+
property :logical_core_count, as: 'logicalCoreCount'
|
1144
|
+
property :machine_type, as: 'machineType'
|
1145
|
+
property :memory_mb, as: 'memoryMb'
|
1146
|
+
property :physical_core_count, as: 'physicalCoreCount'
|
1147
|
+
property :series, as: 'series'
|
1148
|
+
collection :storage, as: 'storage', class: Google::Apis::MigrationcenterV1::ComputeStorageDescriptor, decorator: Google::Apis::MigrationcenterV1::ComputeStorageDescriptor::Representation
|
1149
|
+
|
1150
|
+
end
|
1151
|
+
end
|
1152
|
+
|
1153
|
+
class ComputeStorageDescriptor
|
1154
|
+
# @private
|
1155
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1156
|
+
property :size_gb, as: 'sizeGb'
|
1157
|
+
property :type, as: 'type'
|
1158
|
+
end
|
1159
|
+
end
|
1160
|
+
|
1161
|
+
class CpuUsageSample
|
1162
|
+
# @private
|
1163
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1164
|
+
property :utilized_percentage, as: 'utilizedPercentage'
|
1165
|
+
end
|
1166
|
+
end
|
1167
|
+
|
1168
|
+
class DailyResourceUsageAggregation
|
1169
|
+
# @private
|
1170
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1171
|
+
property :cpu, as: 'cpu', class: Google::Apis::MigrationcenterV1::DailyResourceUsageAggregationCpu, decorator: Google::Apis::MigrationcenterV1::DailyResourceUsageAggregationCpu::Representation
|
1172
|
+
|
1173
|
+
property :date, as: 'date', class: Google::Apis::MigrationcenterV1::Date, decorator: Google::Apis::MigrationcenterV1::Date::Representation
|
1174
|
+
|
1175
|
+
property :disk, as: 'disk', class: Google::Apis::MigrationcenterV1::DailyResourceUsageAggregationDisk, decorator: Google::Apis::MigrationcenterV1::DailyResourceUsageAggregationDisk::Representation
|
1176
|
+
|
1177
|
+
property :memory, as: 'memory', class: Google::Apis::MigrationcenterV1::DailyResourceUsageAggregationMemory, decorator: Google::Apis::MigrationcenterV1::DailyResourceUsageAggregationMemory::Representation
|
1178
|
+
|
1179
|
+
property :network, as: 'network', class: Google::Apis::MigrationcenterV1::DailyResourceUsageAggregationNetwork, decorator: Google::Apis::MigrationcenterV1::DailyResourceUsageAggregationNetwork::Representation
|
1180
|
+
|
1181
|
+
end
|
1182
|
+
end
|
1183
|
+
|
1184
|
+
class DailyResourceUsageAggregationCpu
|
1185
|
+
# @private
|
1186
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1187
|
+
property :utilization_percentage, as: 'utilizationPercentage', class: Google::Apis::MigrationcenterV1::DailyResourceUsageAggregationStats, decorator: Google::Apis::MigrationcenterV1::DailyResourceUsageAggregationStats::Representation
|
1188
|
+
|
1189
|
+
end
|
1190
|
+
end
|
1191
|
+
|
1192
|
+
class DailyResourceUsageAggregationDisk
|
1193
|
+
# @private
|
1194
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1195
|
+
property :iops, as: 'iops', class: Google::Apis::MigrationcenterV1::DailyResourceUsageAggregationStats, decorator: Google::Apis::MigrationcenterV1::DailyResourceUsageAggregationStats::Representation
|
1196
|
+
|
1197
|
+
end
|
1198
|
+
end
|
1199
|
+
|
1200
|
+
class DailyResourceUsageAggregationMemory
|
1201
|
+
# @private
|
1202
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1203
|
+
property :utilization_percentage, as: 'utilizationPercentage', class: Google::Apis::MigrationcenterV1::DailyResourceUsageAggregationStats, decorator: Google::Apis::MigrationcenterV1::DailyResourceUsageAggregationStats::Representation
|
1204
|
+
|
1205
|
+
end
|
1206
|
+
end
|
1207
|
+
|
1208
|
+
class DailyResourceUsageAggregationNetwork
|
1209
|
+
# @private
|
1210
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1211
|
+
property :egress_bps, as: 'egressBps', class: Google::Apis::MigrationcenterV1::DailyResourceUsageAggregationStats, decorator: Google::Apis::MigrationcenterV1::DailyResourceUsageAggregationStats::Representation
|
1212
|
+
|
1213
|
+
property :ingress_bps, as: 'ingressBps', class: Google::Apis::MigrationcenterV1::DailyResourceUsageAggregationStats, decorator: Google::Apis::MigrationcenterV1::DailyResourceUsageAggregationStats::Representation
|
1214
|
+
|
1215
|
+
end
|
1216
|
+
end
|
1217
|
+
|
1218
|
+
class DailyResourceUsageAggregationStats
|
1219
|
+
# @private
|
1220
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1221
|
+
property :average, as: 'average'
|
1222
|
+
property :median, as: 'median'
|
1223
|
+
property :nintey_fifth_percentile, as: 'ninteyFifthPercentile'
|
1224
|
+
property :peak, as: 'peak'
|
1225
|
+
end
|
1226
|
+
end
|
1227
|
+
|
1228
|
+
class Date
|
1229
|
+
# @private
|
1230
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1231
|
+
property :day, as: 'day'
|
1232
|
+
property :month, as: 'month'
|
1233
|
+
property :year, as: 'year'
|
1234
|
+
end
|
1235
|
+
end
|
1236
|
+
|
1237
|
+
class DiskEntry
|
1238
|
+
# @private
|
1239
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1240
|
+
property :capacity_bytes, :numeric_string => true, as: 'capacityBytes'
|
1241
|
+
property :disk_label, as: 'diskLabel'
|
1242
|
+
property :disk_label_type, as: 'diskLabelType'
|
1243
|
+
property :free_bytes, :numeric_string => true, as: 'freeBytes'
|
1244
|
+
property :hw_address, as: 'hwAddress'
|
1245
|
+
property :interface_type, as: 'interfaceType'
|
1246
|
+
property :partitions, as: 'partitions', class: Google::Apis::MigrationcenterV1::DiskPartitionList, decorator: Google::Apis::MigrationcenterV1::DiskPartitionList::Representation
|
1247
|
+
|
1248
|
+
property :vmware, as: 'vmware', class: Google::Apis::MigrationcenterV1::VmwareDiskConfig, decorator: Google::Apis::MigrationcenterV1::VmwareDiskConfig::Representation
|
1249
|
+
|
1250
|
+
end
|
1251
|
+
end
|
1252
|
+
|
1253
|
+
class DiskEntryList
|
1254
|
+
# @private
|
1255
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1256
|
+
collection :entries, as: 'entries', class: Google::Apis::MigrationcenterV1::DiskEntry, decorator: Google::Apis::MigrationcenterV1::DiskEntry::Representation
|
1257
|
+
|
1258
|
+
end
|
1259
|
+
end
|
1260
|
+
|
1261
|
+
class DiskPartition
|
1262
|
+
# @private
|
1263
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1264
|
+
property :capacity_bytes, :numeric_string => true, as: 'capacityBytes'
|
1265
|
+
property :file_system, as: 'fileSystem'
|
1266
|
+
property :free_bytes, :numeric_string => true, as: 'freeBytes'
|
1267
|
+
property :mount_point, as: 'mountPoint'
|
1268
|
+
property :sub_partitions, as: 'subPartitions', class: Google::Apis::MigrationcenterV1::DiskPartitionList, decorator: Google::Apis::MigrationcenterV1::DiskPartitionList::Representation
|
1269
|
+
|
1270
|
+
property :type, as: 'type'
|
1271
|
+
property :uuid, as: 'uuid'
|
1272
|
+
end
|
1273
|
+
end
|
1274
|
+
|
1275
|
+
class DiskPartitionList
|
1276
|
+
# @private
|
1277
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1278
|
+
collection :entries, as: 'entries', class: Google::Apis::MigrationcenterV1::DiskPartition, decorator: Google::Apis::MigrationcenterV1::DiskPartition::Representation
|
1279
|
+
|
1280
|
+
end
|
1281
|
+
end
|
1282
|
+
|
1283
|
+
class DiskUsageSample
|
1284
|
+
# @private
|
1285
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1286
|
+
property :average_iops, as: 'averageIops'
|
1287
|
+
end
|
1288
|
+
end
|
1289
|
+
|
1290
|
+
class Empty
|
1291
|
+
# @private
|
1292
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1293
|
+
end
|
1294
|
+
end
|
1295
|
+
|
1296
|
+
class ErrorFrame
|
1297
|
+
# @private
|
1298
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1299
|
+
property :ingestion_time, as: 'ingestionTime'
|
1300
|
+
property :name, as: 'name'
|
1301
|
+
property :original_frame, as: 'originalFrame', class: Google::Apis::MigrationcenterV1::AssetFrame, decorator: Google::Apis::MigrationcenterV1::AssetFrame::Representation
|
1302
|
+
|
1303
|
+
collection :violations, as: 'violations', class: Google::Apis::MigrationcenterV1::FrameViolationEntry, decorator: Google::Apis::MigrationcenterV1::FrameViolationEntry::Representation
|
1304
|
+
|
1305
|
+
end
|
1306
|
+
end
|
1307
|
+
|
1308
|
+
class ExecutionReport
|
1309
|
+
# @private
|
1310
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1311
|
+
property :execution_errors, as: 'executionErrors', class: Google::Apis::MigrationcenterV1::ValidationReport, decorator: Google::Apis::MigrationcenterV1::ValidationReport::Representation
|
1312
|
+
|
1313
|
+
property :frames_reported, as: 'framesReported'
|
1314
|
+
property :total_rows_count, as: 'totalRowsCount'
|
1315
|
+
end
|
1316
|
+
end
|
1317
|
+
|
1318
|
+
class FileValidationReport
|
1319
|
+
# @private
|
1320
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1321
|
+
collection :file_errors, as: 'fileErrors', class: Google::Apis::MigrationcenterV1::ImportError, decorator: Google::Apis::MigrationcenterV1::ImportError::Representation
|
1322
|
+
|
1323
|
+
property :file_name, as: 'fileName'
|
1324
|
+
property :partial_report, as: 'partialReport'
|
1325
|
+
collection :row_errors, as: 'rowErrors', class: Google::Apis::MigrationcenterV1::ImportRowError, decorator: Google::Apis::MigrationcenterV1::ImportRowError::Representation
|
1326
|
+
|
1327
|
+
end
|
1328
|
+
end
|
1329
|
+
|
1330
|
+
class FitDescriptor
|
1331
|
+
# @private
|
1332
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1333
|
+
property :fit_level, as: 'fitLevel'
|
1334
|
+
end
|
1335
|
+
end
|
1336
|
+
|
1337
|
+
class FrameViolationEntry
|
1338
|
+
# @private
|
1339
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1340
|
+
property :field, as: 'field'
|
1341
|
+
property :violation, as: 'violation'
|
1342
|
+
end
|
1343
|
+
end
|
1344
|
+
|
1345
|
+
class Frames
|
1346
|
+
# @private
|
1347
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1348
|
+
collection :frames_data, as: 'framesData', class: Google::Apis::MigrationcenterV1::AssetFrame, decorator: Google::Apis::MigrationcenterV1::AssetFrame::Representation
|
1349
|
+
|
1350
|
+
end
|
1351
|
+
end
|
1352
|
+
|
1353
|
+
class FstabEntry
|
1354
|
+
# @private
|
1355
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1356
|
+
property :file, as: 'file'
|
1357
|
+
property :freq, as: 'freq'
|
1358
|
+
property :mntops, as: 'mntops'
|
1359
|
+
property :passno, as: 'passno'
|
1360
|
+
property :spec, as: 'spec'
|
1361
|
+
property :vfstype, as: 'vfstype'
|
1362
|
+
end
|
1363
|
+
end
|
1364
|
+
|
1365
|
+
class FstabEntryList
|
1366
|
+
# @private
|
1367
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1368
|
+
collection :entries, as: 'entries', class: Google::Apis::MigrationcenterV1::FstabEntry, decorator: Google::Apis::MigrationcenterV1::FstabEntry::Representation
|
1369
|
+
|
1370
|
+
end
|
1371
|
+
end
|
1372
|
+
|
1373
|
+
class GenericPlatformDetails
|
1374
|
+
# @private
|
1375
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1376
|
+
property :location, as: 'location'
|
1377
|
+
end
|
1378
|
+
end
|
1379
|
+
|
1380
|
+
class Group
|
1381
|
+
# @private
|
1382
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1383
|
+
property :create_time, as: 'createTime'
|
1384
|
+
property :description, as: 'description'
|
1385
|
+
property :display_name, as: 'displayName'
|
1386
|
+
hash :labels, as: 'labels'
|
1387
|
+
property :name, as: 'name'
|
1388
|
+
property :update_time, as: 'updateTime'
|
1389
|
+
end
|
1390
|
+
end
|
1391
|
+
|
1392
|
+
class GuestConfigDetails
|
1393
|
+
# @private
|
1394
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1395
|
+
property :fstab, as: 'fstab', class: Google::Apis::MigrationcenterV1::FstabEntryList, decorator: Google::Apis::MigrationcenterV1::FstabEntryList::Representation
|
1396
|
+
|
1397
|
+
property :hosts, as: 'hosts', class: Google::Apis::MigrationcenterV1::HostsEntryList, decorator: Google::Apis::MigrationcenterV1::HostsEntryList::Representation
|
1398
|
+
|
1399
|
+
property :issue, as: 'issue'
|
1400
|
+
property :nfs_exports, as: 'nfsExports', class: Google::Apis::MigrationcenterV1::NfsExportList, decorator: Google::Apis::MigrationcenterV1::NfsExportList::Representation
|
1401
|
+
|
1402
|
+
property :selinux_mode, as: 'selinuxMode'
|
1403
|
+
end
|
1404
|
+
end
|
1405
|
+
|
1406
|
+
class GuestInstalledApplication
|
1407
|
+
# @private
|
1408
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1409
|
+
property :application_name, as: 'applicationName'
|
1410
|
+
property :install_time, as: 'installTime'
|
1411
|
+
property :path, as: 'path'
|
1412
|
+
property :vendor, as: 'vendor'
|
1413
|
+
property :version, as: 'version'
|
1414
|
+
end
|
1415
|
+
end
|
1416
|
+
|
1417
|
+
class GuestInstalledApplicationList
|
1418
|
+
# @private
|
1419
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1420
|
+
collection :entries, as: 'entries', class: Google::Apis::MigrationcenterV1::GuestInstalledApplication, decorator: Google::Apis::MigrationcenterV1::GuestInstalledApplication::Representation
|
1421
|
+
|
1422
|
+
end
|
1423
|
+
end
|
1424
|
+
|
1425
|
+
class GuestOsDetails
|
1426
|
+
# @private
|
1427
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1428
|
+
property :config, as: 'config', class: Google::Apis::MigrationcenterV1::GuestConfigDetails, decorator: Google::Apis::MigrationcenterV1::GuestConfigDetails::Representation
|
1429
|
+
|
1430
|
+
property :family, as: 'family'
|
1431
|
+
property :os_name, as: 'osName'
|
1432
|
+
property :runtime, as: 'runtime', class: Google::Apis::MigrationcenterV1::GuestRuntimeDetails, decorator: Google::Apis::MigrationcenterV1::GuestRuntimeDetails::Representation
|
1433
|
+
|
1434
|
+
property :version, as: 'version'
|
1435
|
+
end
|
1436
|
+
end
|
1437
|
+
|
1438
|
+
class GuestRuntimeDetails
|
1439
|
+
# @private
|
1440
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1441
|
+
property :domain, as: 'domain'
|
1442
|
+
property :installed_apps, as: 'installedApps', class: Google::Apis::MigrationcenterV1::GuestInstalledApplicationList, decorator: Google::Apis::MigrationcenterV1::GuestInstalledApplicationList::Representation
|
1443
|
+
|
1444
|
+
property :last_boot_time, as: 'lastBootTime'
|
1445
|
+
property :machine_name, as: 'machineName'
|
1446
|
+
property :network, as: 'network', class: Google::Apis::MigrationcenterV1::RuntimeNetworkInfo, decorator: Google::Apis::MigrationcenterV1::RuntimeNetworkInfo::Representation
|
1447
|
+
|
1448
|
+
property :open_file_list, as: 'openFileList', class: Google::Apis::MigrationcenterV1::OpenFileList, decorator: Google::Apis::MigrationcenterV1::OpenFileList::Representation
|
1449
|
+
|
1450
|
+
property :processes, as: 'processes', class: Google::Apis::MigrationcenterV1::RunningProcessList, decorator: Google::Apis::MigrationcenterV1::RunningProcessList::Representation
|
1451
|
+
|
1452
|
+
property :services, as: 'services', class: Google::Apis::MigrationcenterV1::RunningServiceList, decorator: Google::Apis::MigrationcenterV1::RunningServiceList::Representation
|
1453
|
+
|
1454
|
+
end
|
1455
|
+
end
|
1456
|
+
|
1457
|
+
class HostsEntry
|
1458
|
+
# @private
|
1459
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1460
|
+
collection :host_names, as: 'hostNames'
|
1461
|
+
property :ip, as: 'ip'
|
1462
|
+
end
|
1463
|
+
end
|
1464
|
+
|
1465
|
+
class HostsEntryList
|
1466
|
+
# @private
|
1467
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1468
|
+
collection :entries, as: 'entries', class: Google::Apis::MigrationcenterV1::HostsEntry, decorator: Google::Apis::MigrationcenterV1::HostsEntry::Representation
|
1469
|
+
|
1470
|
+
end
|
1471
|
+
end
|
1472
|
+
|
1473
|
+
class ImportDataFile
|
1474
|
+
# @private
|
1475
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1476
|
+
property :create_time, as: 'createTime'
|
1477
|
+
property :display_name, as: 'displayName'
|
1478
|
+
property :format, as: 'format'
|
1479
|
+
property :name, as: 'name'
|
1480
|
+
property :state, as: 'state'
|
1481
|
+
property :upload_file_info, as: 'uploadFileInfo', class: Google::Apis::MigrationcenterV1::UploadFileInfo, decorator: Google::Apis::MigrationcenterV1::UploadFileInfo::Representation
|
1482
|
+
|
1483
|
+
end
|
1484
|
+
end
|
1485
|
+
|
1486
|
+
class ImportError
|
1487
|
+
# @private
|
1488
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1489
|
+
property :error_details, as: 'errorDetails'
|
1490
|
+
property :severity, as: 'severity'
|
1491
|
+
end
|
1492
|
+
end
|
1493
|
+
|
1494
|
+
class ImportJob
|
1495
|
+
# @private
|
1496
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1497
|
+
property :asset_source, as: 'assetSource'
|
1498
|
+
property :complete_time, as: 'completeTime'
|
1499
|
+
property :create_time, as: 'createTime'
|
1500
|
+
property :display_name, as: 'displayName'
|
1501
|
+
property :execution_report, as: 'executionReport', class: Google::Apis::MigrationcenterV1::ExecutionReport, decorator: Google::Apis::MigrationcenterV1::ExecutionReport::Representation
|
1502
|
+
|
1503
|
+
hash :labels, as: 'labels'
|
1504
|
+
property :name, as: 'name'
|
1505
|
+
property :state, as: 'state'
|
1506
|
+
property :update_time, as: 'updateTime'
|
1507
|
+
property :validation_report, as: 'validationReport', class: Google::Apis::MigrationcenterV1::ValidationReport, decorator: Google::Apis::MigrationcenterV1::ValidationReport::Representation
|
1508
|
+
|
1509
|
+
end
|
1510
|
+
end
|
1511
|
+
|
1512
|
+
class ImportRowError
|
1513
|
+
# @private
|
1514
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1515
|
+
collection :errors, as: 'errors', class: Google::Apis::MigrationcenterV1::ImportError, decorator: Google::Apis::MigrationcenterV1::ImportError::Representation
|
1516
|
+
|
1517
|
+
property :row_number, as: 'rowNumber'
|
1518
|
+
property :vm_name, as: 'vmName'
|
1519
|
+
property :vm_uuid, as: 'vmUuid'
|
1520
|
+
end
|
1521
|
+
end
|
1522
|
+
|
1523
|
+
class Insight
|
1524
|
+
# @private
|
1525
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1526
|
+
property :migration_insight, as: 'migrationInsight', class: Google::Apis::MigrationcenterV1::MigrationInsight, decorator: Google::Apis::MigrationcenterV1::MigrationInsight::Representation
|
1527
|
+
|
1528
|
+
end
|
1529
|
+
end
|
1530
|
+
|
1531
|
+
class InsightList
|
1532
|
+
# @private
|
1533
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1534
|
+
collection :insights, as: 'insights', class: Google::Apis::MigrationcenterV1::Insight, decorator: Google::Apis::MigrationcenterV1::Insight::Representation
|
1535
|
+
|
1536
|
+
property :update_time, as: 'updateTime'
|
1537
|
+
end
|
1538
|
+
end
|
1539
|
+
|
1540
|
+
class ListAssetsResponse
|
1541
|
+
# @private
|
1542
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1543
|
+
collection :assets, as: 'assets', class: Google::Apis::MigrationcenterV1::Asset, decorator: Google::Apis::MigrationcenterV1::Asset::Representation
|
1544
|
+
|
1545
|
+
property :next_page_token, as: 'nextPageToken'
|
1546
|
+
collection :unreachable, as: 'unreachable'
|
1547
|
+
end
|
1548
|
+
end
|
1549
|
+
|
1550
|
+
class ListErrorFramesResponse
|
1551
|
+
# @private
|
1552
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1553
|
+
collection :error_frames, as: 'errorFrames', class: Google::Apis::MigrationcenterV1::ErrorFrame, decorator: Google::Apis::MigrationcenterV1::ErrorFrame::Representation
|
1554
|
+
|
1555
|
+
property :next_page_token, as: 'nextPageToken'
|
1556
|
+
collection :unreachable, as: 'unreachable'
|
1557
|
+
end
|
1558
|
+
end
|
1559
|
+
|
1560
|
+
class ListGroupsResponse
|
1561
|
+
# @private
|
1562
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1563
|
+
collection :groups, as: 'groups', class: Google::Apis::MigrationcenterV1::Group, decorator: Google::Apis::MigrationcenterV1::Group::Representation
|
1564
|
+
|
1565
|
+
property :next_page_token, as: 'nextPageToken'
|
1566
|
+
collection :unreachable, as: 'unreachable'
|
1567
|
+
end
|
1568
|
+
end
|
1569
|
+
|
1570
|
+
class ListImportDataFilesResponse
|
1571
|
+
# @private
|
1572
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1573
|
+
collection :import_data_files, as: 'importDataFiles', class: Google::Apis::MigrationcenterV1::ImportDataFile, decorator: Google::Apis::MigrationcenterV1::ImportDataFile::Representation
|
1574
|
+
|
1575
|
+
property :next_page_token, as: 'nextPageToken'
|
1576
|
+
collection :unreachable, as: 'unreachable'
|
1577
|
+
end
|
1578
|
+
end
|
1579
|
+
|
1580
|
+
class ListImportJobsResponse
|
1581
|
+
# @private
|
1582
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1583
|
+
collection :import_jobs, as: 'importJobs', class: Google::Apis::MigrationcenterV1::ImportJob, decorator: Google::Apis::MigrationcenterV1::ImportJob::Representation
|
1584
|
+
|
1585
|
+
property :next_page_token, as: 'nextPageToken'
|
1586
|
+
collection :unreachable, as: 'unreachable'
|
1587
|
+
end
|
1588
|
+
end
|
1589
|
+
|
1590
|
+
class ListLocationsResponse
|
1591
|
+
# @private
|
1592
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1593
|
+
collection :locations, as: 'locations', class: Google::Apis::MigrationcenterV1::Location, decorator: Google::Apis::MigrationcenterV1::Location::Representation
|
1594
|
+
|
1595
|
+
property :next_page_token, as: 'nextPageToken'
|
1596
|
+
end
|
1597
|
+
end
|
1598
|
+
|
1599
|
+
class ListOperationsResponse
|
1600
|
+
# @private
|
1601
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1602
|
+
property :next_page_token, as: 'nextPageToken'
|
1603
|
+
collection :operations, as: 'operations', class: Google::Apis::MigrationcenterV1::Operation, decorator: Google::Apis::MigrationcenterV1::Operation::Representation
|
1604
|
+
|
1605
|
+
end
|
1606
|
+
end
|
1607
|
+
|
1608
|
+
class ListPreferenceSetsResponse
|
1609
|
+
# @private
|
1610
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1611
|
+
property :next_page_token, as: 'nextPageToken'
|
1612
|
+
collection :preference_sets, as: 'preferenceSets', class: Google::Apis::MigrationcenterV1::PreferenceSet, decorator: Google::Apis::MigrationcenterV1::PreferenceSet::Representation
|
1613
|
+
|
1614
|
+
collection :unreachable, as: 'unreachable'
|
1615
|
+
end
|
1616
|
+
end
|
1617
|
+
|
1618
|
+
class ListReportConfigsResponse
|
1619
|
+
# @private
|
1620
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1621
|
+
property :next_page_token, as: 'nextPageToken'
|
1622
|
+
collection :report_configs, as: 'reportConfigs', class: Google::Apis::MigrationcenterV1::ReportConfig, decorator: Google::Apis::MigrationcenterV1::ReportConfig::Representation
|
1623
|
+
|
1624
|
+
collection :unreachable, as: 'unreachable'
|
1625
|
+
end
|
1626
|
+
end
|
1627
|
+
|
1628
|
+
class ListReportsResponse
|
1629
|
+
# @private
|
1630
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1631
|
+
property :next_page_token, as: 'nextPageToken'
|
1632
|
+
collection :reports, as: 'reports', class: Google::Apis::MigrationcenterV1::Report, decorator: Google::Apis::MigrationcenterV1::Report::Representation
|
1633
|
+
|
1634
|
+
collection :unreachable, as: 'unreachable'
|
1635
|
+
end
|
1636
|
+
end
|
1637
|
+
|
1638
|
+
class ListSourcesResponse
|
1639
|
+
# @private
|
1640
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1641
|
+
property :next_page_token, as: 'nextPageToken'
|
1642
|
+
collection :sources, as: 'sources', class: Google::Apis::MigrationcenterV1::Source, decorator: Google::Apis::MigrationcenterV1::Source::Representation
|
1643
|
+
|
1644
|
+
collection :unreachable, as: 'unreachable'
|
1645
|
+
end
|
1646
|
+
end
|
1647
|
+
|
1648
|
+
class Location
|
1649
|
+
# @private
|
1650
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1651
|
+
property :display_name, as: 'displayName'
|
1652
|
+
hash :labels, as: 'labels'
|
1653
|
+
property :location_id, as: 'locationId'
|
1654
|
+
hash :metadata, as: 'metadata'
|
1655
|
+
property :name, as: 'name'
|
1656
|
+
end
|
1657
|
+
end
|
1658
|
+
|
1659
|
+
class MachineArchitectureDetails
|
1660
|
+
# @private
|
1661
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1662
|
+
property :bios, as: 'bios', class: Google::Apis::MigrationcenterV1::BiosDetails, decorator: Google::Apis::MigrationcenterV1::BiosDetails::Representation
|
1663
|
+
|
1664
|
+
property :cpu_architecture, as: 'cpuArchitecture'
|
1665
|
+
property :cpu_name, as: 'cpuName'
|
1666
|
+
property :cpu_socket_count, as: 'cpuSocketCount'
|
1667
|
+
property :cpu_thread_count, as: 'cpuThreadCount'
|
1668
|
+
property :firmware_type, as: 'firmwareType'
|
1669
|
+
property :hyperthreading, as: 'hyperthreading'
|
1670
|
+
property :vendor, as: 'vendor'
|
1671
|
+
end
|
1672
|
+
end
|
1673
|
+
|
1674
|
+
class MachineDetails
|
1675
|
+
# @private
|
1676
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1677
|
+
property :architecture, as: 'architecture', class: Google::Apis::MigrationcenterV1::MachineArchitectureDetails, decorator: Google::Apis::MigrationcenterV1::MachineArchitectureDetails::Representation
|
1678
|
+
|
1679
|
+
property :core_count, as: 'coreCount'
|
1680
|
+
property :create_time, as: 'createTime'
|
1681
|
+
property :disks, as: 'disks', class: Google::Apis::MigrationcenterV1::MachineDiskDetails, decorator: Google::Apis::MigrationcenterV1::MachineDiskDetails::Representation
|
1682
|
+
|
1683
|
+
property :guest_os, as: 'guestOs', class: Google::Apis::MigrationcenterV1::GuestOsDetails, decorator: Google::Apis::MigrationcenterV1::GuestOsDetails::Representation
|
1684
|
+
|
1685
|
+
property :machine_name, as: 'machineName'
|
1686
|
+
property :memory_mb, as: 'memoryMb'
|
1687
|
+
property :network, as: 'network', class: Google::Apis::MigrationcenterV1::MachineNetworkDetails, decorator: Google::Apis::MigrationcenterV1::MachineNetworkDetails::Representation
|
1688
|
+
|
1689
|
+
property :platform, as: 'platform', class: Google::Apis::MigrationcenterV1::PlatformDetails, decorator: Google::Apis::MigrationcenterV1::PlatformDetails::Representation
|
1690
|
+
|
1691
|
+
property :power_state, as: 'powerState'
|
1692
|
+
property :uuid, as: 'uuid'
|
1693
|
+
end
|
1694
|
+
end
|
1695
|
+
|
1696
|
+
class MachineDiskDetails
|
1697
|
+
# @private
|
1698
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1699
|
+
property :disks, as: 'disks', class: Google::Apis::MigrationcenterV1::DiskEntryList, decorator: Google::Apis::MigrationcenterV1::DiskEntryList::Representation
|
1700
|
+
|
1701
|
+
property :total_capacity_bytes, :numeric_string => true, as: 'totalCapacityBytes'
|
1702
|
+
property :total_free_bytes, :numeric_string => true, as: 'totalFreeBytes'
|
1703
|
+
end
|
1704
|
+
end
|
1705
|
+
|
1706
|
+
class MachineNetworkDetails
|
1707
|
+
# @private
|
1708
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1709
|
+
property :adapters, as: 'adapters', class: Google::Apis::MigrationcenterV1::NetworkAdapterList, decorator: Google::Apis::MigrationcenterV1::NetworkAdapterList::Representation
|
1710
|
+
|
1711
|
+
property :primary_ip_address, as: 'primaryIpAddress'
|
1712
|
+
property :primary_mac_address, as: 'primaryMacAddress'
|
1713
|
+
property :public_ip_address, as: 'publicIpAddress'
|
1714
|
+
end
|
1715
|
+
end
|
1716
|
+
|
1717
|
+
class MachinePreferences
|
1718
|
+
# @private
|
1719
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1720
|
+
collection :allowed_machine_series, as: 'allowedMachineSeries', class: Google::Apis::MigrationcenterV1::MachineSeries, decorator: Google::Apis::MigrationcenterV1::MachineSeries::Representation
|
1721
|
+
|
1722
|
+
end
|
1723
|
+
end
|
1724
|
+
|
1725
|
+
class MachineSeries
|
1726
|
+
# @private
|
1727
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1728
|
+
property :code, as: 'code'
|
1729
|
+
end
|
1730
|
+
end
|
1731
|
+
|
1732
|
+
class MemoryUsageSample
|
1733
|
+
# @private
|
1734
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1735
|
+
property :utilized_percentage, as: 'utilizedPercentage'
|
1736
|
+
end
|
1737
|
+
end
|
1738
|
+
|
1739
|
+
class MigrationInsight
|
1740
|
+
# @private
|
1741
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1742
|
+
property :compute_engine_target, as: 'computeEngineTarget', class: Google::Apis::MigrationcenterV1::ComputeEngineMigrationTarget, decorator: Google::Apis::MigrationcenterV1::ComputeEngineMigrationTarget::Representation
|
1743
|
+
|
1744
|
+
property :fit, as: 'fit', class: Google::Apis::MigrationcenterV1::FitDescriptor, decorator: Google::Apis::MigrationcenterV1::FitDescriptor::Representation
|
1745
|
+
|
1746
|
+
end
|
1747
|
+
end
|
1748
|
+
|
1749
|
+
class Money
|
1750
|
+
# @private
|
1751
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1752
|
+
property :currency_code, as: 'currencyCode'
|
1753
|
+
property :nanos, as: 'nanos'
|
1754
|
+
property :units, :numeric_string => true, as: 'units'
|
1755
|
+
end
|
1756
|
+
end
|
1757
|
+
|
1758
|
+
class NetworkAdapterDetails
|
1759
|
+
# @private
|
1760
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1761
|
+
property :adapter_type, as: 'adapterType'
|
1762
|
+
property :addresses, as: 'addresses', class: Google::Apis::MigrationcenterV1::NetworkAddressList, decorator: Google::Apis::MigrationcenterV1::NetworkAddressList::Representation
|
1763
|
+
|
1764
|
+
property :mac_address, as: 'macAddress'
|
1765
|
+
end
|
1766
|
+
end
|
1767
|
+
|
1768
|
+
class NetworkAdapterList
|
1769
|
+
# @private
|
1770
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1771
|
+
collection :entries, as: 'entries', class: Google::Apis::MigrationcenterV1::NetworkAdapterDetails, decorator: Google::Apis::MigrationcenterV1::NetworkAdapterDetails::Representation
|
1772
|
+
|
1773
|
+
end
|
1774
|
+
end
|
1775
|
+
|
1776
|
+
class NetworkAddress
|
1777
|
+
# @private
|
1778
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1779
|
+
property :assignment, as: 'assignment'
|
1780
|
+
property :bcast, as: 'bcast'
|
1781
|
+
property :fqdn, as: 'fqdn'
|
1782
|
+
property :ip_address, as: 'ipAddress'
|
1783
|
+
property :subnet_mask, as: 'subnetMask'
|
1784
|
+
end
|
1785
|
+
end
|
1786
|
+
|
1787
|
+
class NetworkAddressList
|
1788
|
+
# @private
|
1789
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1790
|
+
collection :entries, as: 'entries', class: Google::Apis::MigrationcenterV1::NetworkAddress, decorator: Google::Apis::MigrationcenterV1::NetworkAddress::Representation
|
1791
|
+
|
1792
|
+
end
|
1793
|
+
end
|
1794
|
+
|
1795
|
+
class NetworkConnection
|
1796
|
+
# @private
|
1797
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1798
|
+
property :local_ip_address, as: 'localIpAddress'
|
1799
|
+
property :local_port, as: 'localPort'
|
1800
|
+
property :pid, :numeric_string => true, as: 'pid'
|
1801
|
+
property :process_name, as: 'processName'
|
1802
|
+
property :protocol, as: 'protocol'
|
1803
|
+
property :remote_ip_address, as: 'remoteIpAddress'
|
1804
|
+
property :remote_port, as: 'remotePort'
|
1805
|
+
property :state, as: 'state'
|
1806
|
+
end
|
1807
|
+
end
|
1808
|
+
|
1809
|
+
class NetworkConnectionList
|
1810
|
+
# @private
|
1811
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1812
|
+
collection :entries, as: 'entries', class: Google::Apis::MigrationcenterV1::NetworkConnection, decorator: Google::Apis::MigrationcenterV1::NetworkConnection::Representation
|
1813
|
+
|
1814
|
+
end
|
1815
|
+
end
|
1816
|
+
|
1817
|
+
class NetworkUsageSample
|
1818
|
+
# @private
|
1819
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1820
|
+
property :average_egress_bps, as: 'averageEgressBps'
|
1821
|
+
property :average_ingress_bps, as: 'averageIngressBps'
|
1822
|
+
end
|
1823
|
+
end
|
1824
|
+
|
1825
|
+
class NfsExport
|
1826
|
+
# @private
|
1827
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1828
|
+
property :export_directory, as: 'exportDirectory'
|
1829
|
+
collection :hosts, as: 'hosts'
|
1830
|
+
end
|
1831
|
+
end
|
1832
|
+
|
1833
|
+
class NfsExportList
|
1834
|
+
# @private
|
1835
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1836
|
+
collection :entries, as: 'entries', class: Google::Apis::MigrationcenterV1::NfsExport, decorator: Google::Apis::MigrationcenterV1::NfsExport::Representation
|
1837
|
+
|
1838
|
+
end
|
1839
|
+
end
|
1840
|
+
|
1841
|
+
class OpenFileDetails
|
1842
|
+
# @private
|
1843
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1844
|
+
property :command, as: 'command'
|
1845
|
+
property :file_path, as: 'filePath'
|
1846
|
+
property :file_type, as: 'fileType'
|
1847
|
+
property :user, as: 'user'
|
1848
|
+
end
|
1849
|
+
end
|
1850
|
+
|
1851
|
+
class OpenFileList
|
1852
|
+
# @private
|
1853
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1854
|
+
collection :entries, as: 'entries', class: Google::Apis::MigrationcenterV1::OpenFileDetails, decorator: Google::Apis::MigrationcenterV1::OpenFileDetails::Representation
|
1855
|
+
|
1856
|
+
end
|
1857
|
+
end
|
1858
|
+
|
1859
|
+
class Operation
|
1860
|
+
# @private
|
1861
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1862
|
+
property :done, as: 'done'
|
1863
|
+
property :error, as: 'error', class: Google::Apis::MigrationcenterV1::Status, decorator: Google::Apis::MigrationcenterV1::Status::Representation
|
1864
|
+
|
1865
|
+
hash :metadata, as: 'metadata'
|
1866
|
+
property :name, as: 'name'
|
1867
|
+
hash :response, as: 'response'
|
1868
|
+
end
|
1869
|
+
end
|
1870
|
+
|
1871
|
+
class OperationMetadata
|
1872
|
+
# @private
|
1873
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1874
|
+
property :api_version, as: 'apiVersion'
|
1875
|
+
property :create_time, as: 'createTime'
|
1876
|
+
property :end_time, as: 'endTime'
|
1877
|
+
property :requested_cancellation, as: 'requestedCancellation'
|
1878
|
+
property :status_message, as: 'statusMessage'
|
1879
|
+
property :target, as: 'target'
|
1880
|
+
property :verb, as: 'verb'
|
1881
|
+
end
|
1882
|
+
end
|
1883
|
+
|
1884
|
+
class PerformanceSample
|
1885
|
+
# @private
|
1886
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1887
|
+
property :cpu, as: 'cpu', class: Google::Apis::MigrationcenterV1::CpuUsageSample, decorator: Google::Apis::MigrationcenterV1::CpuUsageSample::Representation
|
1888
|
+
|
1889
|
+
property :disk, as: 'disk', class: Google::Apis::MigrationcenterV1::DiskUsageSample, decorator: Google::Apis::MigrationcenterV1::DiskUsageSample::Representation
|
1890
|
+
|
1891
|
+
property :memory, as: 'memory', class: Google::Apis::MigrationcenterV1::MemoryUsageSample, decorator: Google::Apis::MigrationcenterV1::MemoryUsageSample::Representation
|
1892
|
+
|
1893
|
+
property :network, as: 'network', class: Google::Apis::MigrationcenterV1::NetworkUsageSample, decorator: Google::Apis::MigrationcenterV1::NetworkUsageSample::Representation
|
1894
|
+
|
1895
|
+
property :sample_time, as: 'sampleTime'
|
1896
|
+
end
|
1897
|
+
end
|
1898
|
+
|
1899
|
+
class PhysicalPlatformDetails
|
1900
|
+
# @private
|
1901
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1902
|
+
property :location, as: 'location'
|
1903
|
+
end
|
1904
|
+
end
|
1905
|
+
|
1906
|
+
class PlatformDetails
|
1907
|
+
# @private
|
1908
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1909
|
+
property :aws_ec2_details, as: 'awsEc2Details', class: Google::Apis::MigrationcenterV1::AwsEc2PlatformDetails, decorator: Google::Apis::MigrationcenterV1::AwsEc2PlatformDetails::Representation
|
1910
|
+
|
1911
|
+
property :azure_vm_details, as: 'azureVmDetails', class: Google::Apis::MigrationcenterV1::AzureVmPlatformDetails, decorator: Google::Apis::MigrationcenterV1::AzureVmPlatformDetails::Representation
|
1912
|
+
|
1913
|
+
property :generic_details, as: 'genericDetails', class: Google::Apis::MigrationcenterV1::GenericPlatformDetails, decorator: Google::Apis::MigrationcenterV1::GenericPlatformDetails::Representation
|
1914
|
+
|
1915
|
+
property :physical_details, as: 'physicalDetails', class: Google::Apis::MigrationcenterV1::PhysicalPlatformDetails, decorator: Google::Apis::MigrationcenterV1::PhysicalPlatformDetails::Representation
|
1916
|
+
|
1917
|
+
property :vmware_details, as: 'vmwareDetails', class: Google::Apis::MigrationcenterV1::VmwarePlatformDetails, decorator: Google::Apis::MigrationcenterV1::VmwarePlatformDetails::Representation
|
1918
|
+
|
1919
|
+
end
|
1920
|
+
end
|
1921
|
+
|
1922
|
+
class PreferenceSet
|
1923
|
+
# @private
|
1924
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1925
|
+
property :create_time, as: 'createTime'
|
1926
|
+
property :description, as: 'description'
|
1927
|
+
property :display_name, as: 'displayName'
|
1928
|
+
property :name, as: 'name'
|
1929
|
+
property :update_time, as: 'updateTime'
|
1930
|
+
property :virtual_machine_preferences, as: 'virtualMachinePreferences', class: Google::Apis::MigrationcenterV1::VirtualMachinePreferences, decorator: Google::Apis::MigrationcenterV1::VirtualMachinePreferences::Representation
|
1931
|
+
|
1932
|
+
end
|
1933
|
+
end
|
1934
|
+
|
1935
|
+
class RegionPreferences
|
1936
|
+
# @private
|
1937
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1938
|
+
collection :preferred_regions, as: 'preferredRegions'
|
1939
|
+
end
|
1940
|
+
end
|
1941
|
+
|
1942
|
+
class RemoveAssetsFromGroupRequest
|
1943
|
+
# @private
|
1944
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1945
|
+
property :allow_missing, as: 'allowMissing'
|
1946
|
+
property :assets, as: 'assets', class: Google::Apis::MigrationcenterV1::AssetList, decorator: Google::Apis::MigrationcenterV1::AssetList::Representation
|
1947
|
+
|
1948
|
+
property :request_id, as: 'requestId'
|
1949
|
+
end
|
1950
|
+
end
|
1951
|
+
|
1952
|
+
class Report
|
1953
|
+
# @private
|
1954
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1955
|
+
property :create_time, as: 'createTime'
|
1956
|
+
property :description, as: 'description'
|
1957
|
+
property :display_name, as: 'displayName'
|
1958
|
+
property :name, as: 'name'
|
1959
|
+
property :state, as: 'state'
|
1960
|
+
property :summary, as: 'summary', class: Google::Apis::MigrationcenterV1::ReportSummary, decorator: Google::Apis::MigrationcenterV1::ReportSummary::Representation
|
1961
|
+
|
1962
|
+
property :type, as: 'type'
|
1963
|
+
property :update_time, as: 'updateTime'
|
1964
|
+
end
|
1965
|
+
end
|
1966
|
+
|
1967
|
+
class ReportAssetFramesResponse
|
1968
|
+
# @private
|
1969
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1970
|
+
end
|
1971
|
+
end
|
1972
|
+
|
1973
|
+
class ReportConfig
|
1974
|
+
# @private
|
1975
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1976
|
+
property :create_time, as: 'createTime'
|
1977
|
+
property :description, as: 'description'
|
1978
|
+
property :display_name, as: 'displayName'
|
1979
|
+
collection :group_preferenceset_assignments, as: 'groupPreferencesetAssignments', class: Google::Apis::MigrationcenterV1::ReportConfigGroupPreferenceSetAssignment, decorator: Google::Apis::MigrationcenterV1::ReportConfigGroupPreferenceSetAssignment::Representation
|
1980
|
+
|
1981
|
+
property :name, as: 'name'
|
1982
|
+
property :update_time, as: 'updateTime'
|
1983
|
+
end
|
1984
|
+
end
|
1985
|
+
|
1986
|
+
class ReportConfigGroupPreferenceSetAssignment
|
1987
|
+
# @private
|
1988
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1989
|
+
property :group, as: 'group'
|
1990
|
+
property :preference_set, as: 'preferenceSet'
|
1991
|
+
end
|
1992
|
+
end
|
1993
|
+
|
1994
|
+
class ReportSummary
|
1995
|
+
# @private
|
1996
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1997
|
+
property :all_assets_stats, as: 'allAssetsStats', class: Google::Apis::MigrationcenterV1::ReportSummaryAssetAggregateStats, decorator: Google::Apis::MigrationcenterV1::ReportSummaryAssetAggregateStats::Representation
|
1998
|
+
|
1999
|
+
collection :group_findings, as: 'groupFindings', class: Google::Apis::MigrationcenterV1::ReportSummaryGroupFinding, decorator: Google::Apis::MigrationcenterV1::ReportSummaryGroupFinding::Representation
|
2000
|
+
|
2001
|
+
end
|
2002
|
+
end
|
2003
|
+
|
2004
|
+
class ReportSummaryAssetAggregateStats
|
2005
|
+
# @private
|
2006
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2007
|
+
property :core_count_histogram, as: 'coreCountHistogram', class: Google::Apis::MigrationcenterV1::ReportSummaryHistogramChartData, decorator: Google::Apis::MigrationcenterV1::ReportSummaryHistogramChartData::Representation
|
2008
|
+
|
2009
|
+
property :memory_bytes_histogram, as: 'memoryBytesHistogram', class: Google::Apis::MigrationcenterV1::ReportSummaryHistogramChartData, decorator: Google::Apis::MigrationcenterV1::ReportSummaryHistogramChartData::Representation
|
2010
|
+
|
2011
|
+
property :memory_utilization_chart, as: 'memoryUtilizationChart', class: Google::Apis::MigrationcenterV1::ReportSummaryUtilizationChartData, decorator: Google::Apis::MigrationcenterV1::ReportSummaryUtilizationChartData::Representation
|
2012
|
+
|
2013
|
+
property :operating_system, as: 'operatingSystem', class: Google::Apis::MigrationcenterV1::ReportSummaryChartData, decorator: Google::Apis::MigrationcenterV1::ReportSummaryChartData::Representation
|
2014
|
+
|
2015
|
+
property :storage_bytes_histogram, as: 'storageBytesHistogram', class: Google::Apis::MigrationcenterV1::ReportSummaryHistogramChartData, decorator: Google::Apis::MigrationcenterV1::ReportSummaryHistogramChartData::Representation
|
2016
|
+
|
2017
|
+
property :storage_utilization_chart, as: 'storageUtilizationChart', class: Google::Apis::MigrationcenterV1::ReportSummaryUtilizationChartData, decorator: Google::Apis::MigrationcenterV1::ReportSummaryUtilizationChartData::Representation
|
2018
|
+
|
2019
|
+
property :total_assets, :numeric_string => true, as: 'totalAssets'
|
2020
|
+
property :total_cores, :numeric_string => true, as: 'totalCores'
|
2021
|
+
property :total_memory_bytes, :numeric_string => true, as: 'totalMemoryBytes'
|
2022
|
+
property :total_storage_bytes, :numeric_string => true, as: 'totalStorageBytes'
|
2023
|
+
end
|
2024
|
+
end
|
2025
|
+
|
2026
|
+
class ReportSummaryChartData
|
2027
|
+
# @private
|
2028
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2029
|
+
collection :data_points, as: 'dataPoints', class: Google::Apis::MigrationcenterV1::ReportSummaryChartDataDataPoint, decorator: Google::Apis::MigrationcenterV1::ReportSummaryChartDataDataPoint::Representation
|
2030
|
+
|
2031
|
+
end
|
2032
|
+
end
|
2033
|
+
|
2034
|
+
class ReportSummaryChartDataDataPoint
|
2035
|
+
# @private
|
2036
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2037
|
+
property :label, as: 'label'
|
2038
|
+
property :value, as: 'value'
|
2039
|
+
end
|
2040
|
+
end
|
2041
|
+
|
2042
|
+
class ReportSummaryComputeEngineFinding
|
2043
|
+
# @private
|
2044
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2045
|
+
property :allocated_asset_count, :numeric_string => true, as: 'allocatedAssetCount'
|
2046
|
+
collection :allocated_disk_types, as: 'allocatedDiskTypes'
|
2047
|
+
collection :allocated_regions, as: 'allocatedRegions'
|
2048
|
+
collection :machine_series_allocations, as: 'machineSeriesAllocations', class: Google::Apis::MigrationcenterV1::ReportSummaryMachineSeriesAllocation, decorator: Google::Apis::MigrationcenterV1::ReportSummaryMachineSeriesAllocation::Representation
|
2049
|
+
|
2050
|
+
end
|
2051
|
+
end
|
2052
|
+
|
2053
|
+
class ReportSummaryGroupFinding
|
2054
|
+
# @private
|
2055
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2056
|
+
property :asset_aggregate_stats, as: 'assetAggregateStats', class: Google::Apis::MigrationcenterV1::ReportSummaryAssetAggregateStats, decorator: Google::Apis::MigrationcenterV1::ReportSummaryAssetAggregateStats::Representation
|
2057
|
+
|
2058
|
+
property :description, as: 'description'
|
2059
|
+
property :display_name, as: 'displayName'
|
2060
|
+
property :overlapping_asset_count, :numeric_string => true, as: 'overlappingAssetCount'
|
2061
|
+
collection :preference_set_findings, as: 'preferenceSetFindings', class: Google::Apis::MigrationcenterV1::ReportSummaryGroupPreferenceSetFinding, decorator: Google::Apis::MigrationcenterV1::ReportSummaryGroupPreferenceSetFinding::Representation
|
2062
|
+
|
2063
|
+
end
|
2064
|
+
end
|
2065
|
+
|
2066
|
+
class ReportSummaryGroupPreferenceSetFinding
|
2067
|
+
# @private
|
2068
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2069
|
+
property :compute_engine_finding, as: 'computeEngineFinding', class: Google::Apis::MigrationcenterV1::ReportSummaryComputeEngineFinding, decorator: Google::Apis::MigrationcenterV1::ReportSummaryComputeEngineFinding::Representation
|
2070
|
+
|
2071
|
+
property :description, as: 'description'
|
2072
|
+
property :display_name, as: 'displayName'
|
2073
|
+
property :machine_preferences, as: 'machinePreferences', class: Google::Apis::MigrationcenterV1::VirtualMachinePreferences, decorator: Google::Apis::MigrationcenterV1::VirtualMachinePreferences::Representation
|
2074
|
+
|
2075
|
+
property :monthly_cost_compute, as: 'monthlyCostCompute', class: Google::Apis::MigrationcenterV1::Money, decorator: Google::Apis::MigrationcenterV1::Money::Representation
|
2076
|
+
|
2077
|
+
property :monthly_cost_network_egress, as: 'monthlyCostNetworkEgress', class: Google::Apis::MigrationcenterV1::Money, decorator: Google::Apis::MigrationcenterV1::Money::Representation
|
2078
|
+
|
2079
|
+
property :monthly_cost_os_license, as: 'monthlyCostOsLicense', class: Google::Apis::MigrationcenterV1::Money, decorator: Google::Apis::MigrationcenterV1::Money::Representation
|
2080
|
+
|
2081
|
+
property :monthly_cost_other, as: 'monthlyCostOther', class: Google::Apis::MigrationcenterV1::Money, decorator: Google::Apis::MigrationcenterV1::Money::Representation
|
2082
|
+
|
2083
|
+
property :monthly_cost_storage, as: 'monthlyCostStorage', class: Google::Apis::MigrationcenterV1::Money, decorator: Google::Apis::MigrationcenterV1::Money::Representation
|
2084
|
+
|
2085
|
+
property :monthly_cost_total, as: 'monthlyCostTotal', class: Google::Apis::MigrationcenterV1::Money, decorator: Google::Apis::MigrationcenterV1::Money::Representation
|
2086
|
+
|
2087
|
+
property :sole_tenant_finding, as: 'soleTenantFinding', class: Google::Apis::MigrationcenterV1::ReportSummarySoleTenantFinding, decorator: Google::Apis::MigrationcenterV1::ReportSummarySoleTenantFinding::Representation
|
2088
|
+
|
2089
|
+
property :vmware_engine_finding, as: 'vmwareEngineFinding', class: Google::Apis::MigrationcenterV1::ReportSummaryVmwareEngineFinding, decorator: Google::Apis::MigrationcenterV1::ReportSummaryVmwareEngineFinding::Representation
|
2090
|
+
|
2091
|
+
end
|
2092
|
+
end
|
2093
|
+
|
2094
|
+
class ReportSummaryHistogramChartData
|
2095
|
+
# @private
|
2096
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2097
|
+
collection :buckets, as: 'buckets', class: Google::Apis::MigrationcenterV1::ReportSummaryHistogramChartDataBucket, decorator: Google::Apis::MigrationcenterV1::ReportSummaryHistogramChartDataBucket::Representation
|
2098
|
+
|
2099
|
+
end
|
2100
|
+
end
|
2101
|
+
|
2102
|
+
class ReportSummaryHistogramChartDataBucket
|
2103
|
+
# @private
|
2104
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2105
|
+
property :count, :numeric_string => true, as: 'count'
|
2106
|
+
property :lower_bound, :numeric_string => true, as: 'lowerBound'
|
2107
|
+
property :upper_bound, :numeric_string => true, as: 'upperBound'
|
2108
|
+
end
|
2109
|
+
end
|
2110
|
+
|
2111
|
+
class ReportSummaryMachineSeriesAllocation
|
2112
|
+
# @private
|
2113
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2114
|
+
property :allocated_asset_count, :numeric_string => true, as: 'allocatedAssetCount'
|
2115
|
+
property :machine_series, as: 'machineSeries', class: Google::Apis::MigrationcenterV1::MachineSeries, decorator: Google::Apis::MigrationcenterV1::MachineSeries::Representation
|
2116
|
+
|
2117
|
+
end
|
2118
|
+
end
|
2119
|
+
|
2120
|
+
class ReportSummarySoleTenantFinding
|
2121
|
+
# @private
|
2122
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2123
|
+
property :allocated_asset_count, :numeric_string => true, as: 'allocatedAssetCount'
|
2124
|
+
collection :allocated_regions, as: 'allocatedRegions'
|
2125
|
+
collection :node_allocations, as: 'nodeAllocations', class: Google::Apis::MigrationcenterV1::ReportSummarySoleTenantNodeAllocation, decorator: Google::Apis::MigrationcenterV1::ReportSummarySoleTenantNodeAllocation::Representation
|
2126
|
+
|
2127
|
+
end
|
2128
|
+
end
|
2129
|
+
|
2130
|
+
class ReportSummarySoleTenantNodeAllocation
|
2131
|
+
# @private
|
2132
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2133
|
+
property :allocated_asset_count, :numeric_string => true, as: 'allocatedAssetCount'
|
2134
|
+
property :node, as: 'node', class: Google::Apis::MigrationcenterV1::SoleTenantNodeType, decorator: Google::Apis::MigrationcenterV1::SoleTenantNodeType::Representation
|
2135
|
+
|
2136
|
+
property :node_count, :numeric_string => true, as: 'nodeCount'
|
2137
|
+
end
|
2138
|
+
end
|
2139
|
+
|
2140
|
+
class ReportSummaryUtilizationChartData
|
2141
|
+
# @private
|
2142
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2143
|
+
property :free, :numeric_string => true, as: 'free'
|
2144
|
+
property :used, :numeric_string => true, as: 'used'
|
2145
|
+
end
|
2146
|
+
end
|
2147
|
+
|
2148
|
+
class ReportSummaryVmwareEngineFinding
|
2149
|
+
# @private
|
2150
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2151
|
+
property :allocated_asset_count, :numeric_string => true, as: 'allocatedAssetCount'
|
2152
|
+
collection :allocated_regions, as: 'allocatedRegions'
|
2153
|
+
collection :node_allocations, as: 'nodeAllocations', class: Google::Apis::MigrationcenterV1::ReportSummaryVmwareNodeAllocation, decorator: Google::Apis::MigrationcenterV1::ReportSummaryVmwareNodeAllocation::Representation
|
2154
|
+
|
2155
|
+
end
|
2156
|
+
end
|
2157
|
+
|
2158
|
+
class ReportSummaryVmwareNode
|
2159
|
+
# @private
|
2160
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2161
|
+
property :code, as: 'code'
|
2162
|
+
end
|
2163
|
+
end
|
2164
|
+
|
2165
|
+
class ReportSummaryVmwareNodeAllocation
|
2166
|
+
# @private
|
2167
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2168
|
+
property :allocated_asset_count, :numeric_string => true, as: 'allocatedAssetCount'
|
2169
|
+
property :node_count, :numeric_string => true, as: 'nodeCount'
|
2170
|
+
property :vmware_node, as: 'vmwareNode', class: Google::Apis::MigrationcenterV1::ReportSummaryVmwareNode, decorator: Google::Apis::MigrationcenterV1::ReportSummaryVmwareNode::Representation
|
2171
|
+
|
2172
|
+
end
|
2173
|
+
end
|
2174
|
+
|
2175
|
+
class RunImportJobRequest
|
2176
|
+
# @private
|
2177
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2178
|
+
property :request_id, as: 'requestId'
|
2179
|
+
end
|
2180
|
+
end
|
2181
|
+
|
2182
|
+
class RunningProcess
|
2183
|
+
# @private
|
2184
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2185
|
+
hash :attributes, as: 'attributes'
|
2186
|
+
property :cmdline, as: 'cmdline'
|
2187
|
+
property :exe_path, as: 'exePath'
|
2188
|
+
property :pid, :numeric_string => true, as: 'pid'
|
2189
|
+
property :user, as: 'user'
|
2190
|
+
end
|
2191
|
+
end
|
2192
|
+
|
2193
|
+
class RunningProcessList
|
2194
|
+
# @private
|
2195
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2196
|
+
collection :entries, as: 'entries', class: Google::Apis::MigrationcenterV1::RunningProcess, decorator: Google::Apis::MigrationcenterV1::RunningProcess::Representation
|
2197
|
+
|
2198
|
+
end
|
2199
|
+
end
|
2200
|
+
|
2201
|
+
class RunningService
|
2202
|
+
# @private
|
2203
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2204
|
+
property :cmdline, as: 'cmdline'
|
2205
|
+
property :exe_path, as: 'exePath'
|
2206
|
+
property :pid, :numeric_string => true, as: 'pid'
|
2207
|
+
property :service_name, as: 'serviceName'
|
2208
|
+
property :start_mode, as: 'startMode'
|
2209
|
+
property :state, as: 'state'
|
2210
|
+
end
|
2211
|
+
end
|
2212
|
+
|
2213
|
+
class RunningServiceList
|
2214
|
+
# @private
|
2215
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2216
|
+
collection :entries, as: 'entries', class: Google::Apis::MigrationcenterV1::RunningService, decorator: Google::Apis::MigrationcenterV1::RunningService::Representation
|
2217
|
+
|
2218
|
+
end
|
2219
|
+
end
|
2220
|
+
|
2221
|
+
class RuntimeNetworkInfo
|
2222
|
+
# @private
|
2223
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2224
|
+
property :connections, as: 'connections', class: Google::Apis::MigrationcenterV1::NetworkConnectionList, decorator: Google::Apis::MigrationcenterV1::NetworkConnectionList::Representation
|
2225
|
+
|
2226
|
+
property :scan_time, as: 'scanTime'
|
2227
|
+
end
|
2228
|
+
end
|
2229
|
+
|
2230
|
+
class Settings
|
2231
|
+
# @private
|
2232
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2233
|
+
property :name, as: 'name'
|
2234
|
+
property :preference_set, as: 'preferenceSet'
|
2235
|
+
end
|
2236
|
+
end
|
2237
|
+
|
2238
|
+
class SoleTenancyPreferences
|
2239
|
+
# @private
|
2240
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2241
|
+
property :commitment_plan, as: 'commitmentPlan'
|
2242
|
+
property :cpu_overcommit_ratio, as: 'cpuOvercommitRatio'
|
2243
|
+
property :host_maintenance_policy, as: 'hostMaintenancePolicy'
|
2244
|
+
collection :node_types, as: 'nodeTypes', class: Google::Apis::MigrationcenterV1::SoleTenantNodeType, decorator: Google::Apis::MigrationcenterV1::SoleTenantNodeType::Representation
|
2245
|
+
|
2246
|
+
end
|
2247
|
+
end
|
2248
|
+
|
2249
|
+
class SoleTenantNodeType
|
2250
|
+
# @private
|
2251
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2252
|
+
property :node_name, as: 'nodeName'
|
2253
|
+
end
|
2254
|
+
end
|
2255
|
+
|
2256
|
+
class Source
|
2257
|
+
# @private
|
2258
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2259
|
+
property :create_time, as: 'createTime'
|
2260
|
+
property :description, as: 'description'
|
2261
|
+
property :display_name, as: 'displayName'
|
2262
|
+
property :error_frame_count, as: 'errorFrameCount'
|
2263
|
+
property :managed, as: 'managed'
|
2264
|
+
property :name, as: 'name'
|
2265
|
+
property :pending_frame_count, as: 'pendingFrameCount'
|
2266
|
+
property :priority, as: 'priority'
|
2267
|
+
property :state, as: 'state'
|
2268
|
+
property :type, as: 'type'
|
2269
|
+
property :update_time, as: 'updateTime'
|
2270
|
+
end
|
2271
|
+
end
|
2272
|
+
|
2273
|
+
class Status
|
2274
|
+
# @private
|
2275
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2276
|
+
property :code, as: 'code'
|
2277
|
+
collection :details, as: 'details'
|
2278
|
+
property :message, as: 'message'
|
2279
|
+
end
|
2280
|
+
end
|
2281
|
+
|
2282
|
+
class UpdateAssetRequest
|
2283
|
+
# @private
|
2284
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2285
|
+
property :asset, as: 'asset', class: Google::Apis::MigrationcenterV1::Asset, decorator: Google::Apis::MigrationcenterV1::Asset::Representation
|
2286
|
+
|
2287
|
+
property :request_id, as: 'requestId'
|
2288
|
+
property :update_mask, as: 'updateMask'
|
2289
|
+
end
|
2290
|
+
end
|
2291
|
+
|
2292
|
+
class UploadFileInfo
|
2293
|
+
# @private
|
2294
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2295
|
+
hash :headers, as: 'headers'
|
2296
|
+
property :signed_uri, as: 'signedUri'
|
2297
|
+
property :uri_expiration_time, as: 'uriExpirationTime'
|
2298
|
+
end
|
2299
|
+
end
|
2300
|
+
|
2301
|
+
class ValidateImportJobRequest
|
2302
|
+
# @private
|
2303
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2304
|
+
property :request_id, as: 'requestId'
|
2305
|
+
end
|
2306
|
+
end
|
2307
|
+
|
2308
|
+
class ValidationReport
|
2309
|
+
# @private
|
2310
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2311
|
+
collection :file_validations, as: 'fileValidations', class: Google::Apis::MigrationcenterV1::FileValidationReport, decorator: Google::Apis::MigrationcenterV1::FileValidationReport::Representation
|
2312
|
+
|
2313
|
+
collection :job_errors, as: 'jobErrors', class: Google::Apis::MigrationcenterV1::ImportError, decorator: Google::Apis::MigrationcenterV1::ImportError::Representation
|
2314
|
+
|
2315
|
+
end
|
2316
|
+
end
|
2317
|
+
|
2318
|
+
class VirtualMachinePreferences
|
2319
|
+
# @private
|
2320
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2321
|
+
property :commitment_plan, as: 'commitmentPlan'
|
2322
|
+
property :compute_engine_preferences, as: 'computeEnginePreferences', class: Google::Apis::MigrationcenterV1::ComputeEnginePreferences, decorator: Google::Apis::MigrationcenterV1::ComputeEnginePreferences::Representation
|
2323
|
+
|
2324
|
+
property :region_preferences, as: 'regionPreferences', class: Google::Apis::MigrationcenterV1::RegionPreferences, decorator: Google::Apis::MigrationcenterV1::RegionPreferences::Representation
|
2325
|
+
|
2326
|
+
property :sizing_optimization_strategy, as: 'sizingOptimizationStrategy'
|
2327
|
+
property :sole_tenancy_preferences, as: 'soleTenancyPreferences', class: Google::Apis::MigrationcenterV1::SoleTenancyPreferences, decorator: Google::Apis::MigrationcenterV1::SoleTenancyPreferences::Representation
|
2328
|
+
|
2329
|
+
property :target_product, as: 'targetProduct'
|
2330
|
+
property :vmware_engine_preferences, as: 'vmwareEnginePreferences', class: Google::Apis::MigrationcenterV1::VmwareEnginePreferences, decorator: Google::Apis::MigrationcenterV1::VmwareEnginePreferences::Representation
|
2331
|
+
|
2332
|
+
end
|
2333
|
+
end
|
2334
|
+
|
2335
|
+
class VmwareDiskConfig
|
2336
|
+
# @private
|
2337
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2338
|
+
property :backing_type, as: 'backingType'
|
2339
|
+
property :rdm_compatibility, as: 'rdmCompatibility'
|
2340
|
+
property :shared, as: 'shared'
|
2341
|
+
property :vmdk_mode, as: 'vmdkMode'
|
2342
|
+
end
|
2343
|
+
end
|
2344
|
+
|
2345
|
+
class VmwareEnginePreferences
|
2346
|
+
# @private
|
2347
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2348
|
+
property :commitment_plan, as: 'commitmentPlan'
|
2349
|
+
property :cpu_overcommit_ratio, as: 'cpuOvercommitRatio'
|
2350
|
+
property :memory_overcommit_ratio, as: 'memoryOvercommitRatio'
|
2351
|
+
property :storage_deduplication_compression_ratio, as: 'storageDeduplicationCompressionRatio'
|
2352
|
+
end
|
2353
|
+
end
|
2354
|
+
|
2355
|
+
class VmwarePlatformDetails
|
2356
|
+
# @private
|
2357
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2358
|
+
property :esx_version, as: 'esxVersion'
|
2359
|
+
property :osid, as: 'osid'
|
2360
|
+
property :vcenter_folder, as: 'vcenterFolder'
|
2361
|
+
property :vcenter_uri, as: 'vcenterUri'
|
2362
|
+
property :vcenter_version, as: 'vcenterVersion'
|
2363
|
+
property :vcenter_vm_id, as: 'vcenterVmId'
|
2364
|
+
end
|
2365
|
+
end
|
2366
|
+
end
|
2367
|
+
end
|
2368
|
+
end
|