google-apis-migrationcenter_v1alpha1 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_v1alpha1/classes.rb +3011 -0
- data/lib/google/apis/migrationcenter_v1alpha1/gem_version.rb +28 -0
- data/lib/google/apis/migrationcenter_v1alpha1/representations.rb +1443 -0
- data/lib/google/apis/migrationcenter_v1alpha1/service.rb +1113 -0
- data/lib/google/apis/migrationcenter_v1alpha1.rb +36 -0
- data/lib/google-apis-migrationcenter_v1alpha1.rb +15 -0
- metadata +82 -0
@@ -0,0 +1,1443 @@
|
|
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 MigrationcenterV1alpha1
|
24
|
+
|
25
|
+
class AggregateAssetsValuesRequest
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class AggregateAssetsValuesResponse
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class Aggregation
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class AggregationCount
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class AggregationFrequency
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class AggregationHistogram
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class AggregationResult
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class AggregationResultCount
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class AggregationResultFrequency
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class AggregationResultHistogram
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class AggregationResultHistogramBucket
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class AggregationResultSum
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class AggregationSum
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class Asset
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class AssetFrame
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class BatchUpdateAssetsRequest
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class BatchUpdateAssetsResponse
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class BiosDetails
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class CancelOperationRequest
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class CpuUsageSample
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class Date
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class DateTime
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class DiskEntry
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class DiskEntryList
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class DiskPartition
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class DiskPartitionList
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class DiskUsageSample
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class Empty
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class ExecutionReport
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class FileValidationReport
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class Frames
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class FstabEntry
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class FstabEntryList
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class GcsPayloadInfo
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class GuestConfigDetails
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class GuestInstalledApplication
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class GuestInstalledApplicationList
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class GuestOsDetails
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class GuestRuntimeDetails
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class HostsEntry
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class HostsEntryList
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class ImportError
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class ImportJob
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class ImportRowError
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class InlinePayloadInfo
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class ListAssetsResponse
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class ListImportJobsResponse
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class ListLocationsResponse
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class ListOperationsResponse
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class ListSourcesResponse
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class Location
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class MemoryUsageSample
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class NetworkAdapterDetails
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class NetworkAdapterList
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class NetworkAddress
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class NetworkAddressList
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
361
|
+
class NetworkConnection
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
367
|
+
class NetworkConnectionList
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
373
|
+
class NetworkUsageSample
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
379
|
+
class NfsExport
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
385
|
+
class NfsExportList
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
391
|
+
class OpenFileDetails
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
397
|
+
class OpenFileList
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
403
|
+
class Operation
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class OperationMetadata
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class PayloadFile
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class PerformanceSample
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
class PlatformDetails
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
433
|
+
class ReportAssetFramesResponse
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
439
|
+
class RunImportJobRequest
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
445
|
+
class RunningProcess
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
451
|
+
class RunningProcessList
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
457
|
+
class RunningService
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
463
|
+
class RunningServiceList
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
469
|
+
class RuntimeNetworkInfo
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
475
|
+
class Selinux
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
481
|
+
class Source
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
487
|
+
class Status
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
493
|
+
class TimeZone
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
499
|
+
class UpdateAssetRequest
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
505
|
+
class ValidateImportJobRequest
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
511
|
+
class ValidationReport
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
517
|
+
class VirtualMachineArchitectureDetails
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
|
+
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
521
|
+
end
|
522
|
+
|
523
|
+
class VirtualMachineDetails
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
529
|
+
class VirtualMachineDiskDetails
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
535
|
+
class VirtualMachineNetworkDetails
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
541
|
+
class VmwareDiskConfig
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
+
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
545
|
+
end
|
546
|
+
|
547
|
+
class VmwarePlatformDetails
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
553
|
+
class AggregateAssetsValuesRequest
|
554
|
+
# @private
|
555
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
556
|
+
collection :aggregations, as: 'aggregations', class: Google::Apis::MigrationcenterV1alpha1::Aggregation, decorator: Google::Apis::MigrationcenterV1alpha1::Aggregation::Representation
|
557
|
+
|
558
|
+
property :filter, as: 'filter'
|
559
|
+
end
|
560
|
+
end
|
561
|
+
|
562
|
+
class AggregateAssetsValuesResponse
|
563
|
+
# @private
|
564
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
565
|
+
collection :results, as: 'results', class: Google::Apis::MigrationcenterV1alpha1::AggregationResult, decorator: Google::Apis::MigrationcenterV1alpha1::AggregationResult::Representation
|
566
|
+
|
567
|
+
end
|
568
|
+
end
|
569
|
+
|
570
|
+
class Aggregation
|
571
|
+
# @private
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
573
|
+
property :count, as: 'count', class: Google::Apis::MigrationcenterV1alpha1::AggregationCount, decorator: Google::Apis::MigrationcenterV1alpha1::AggregationCount::Representation
|
574
|
+
|
575
|
+
property :field, as: 'field'
|
576
|
+
property :frequency, as: 'frequency', class: Google::Apis::MigrationcenterV1alpha1::AggregationFrequency, decorator: Google::Apis::MigrationcenterV1alpha1::AggregationFrequency::Representation
|
577
|
+
|
578
|
+
property :histogram, as: 'histogram', class: Google::Apis::MigrationcenterV1alpha1::AggregationHistogram, decorator: Google::Apis::MigrationcenterV1alpha1::AggregationHistogram::Representation
|
579
|
+
|
580
|
+
property :sum, as: 'sum', class: Google::Apis::MigrationcenterV1alpha1::AggregationSum, decorator: Google::Apis::MigrationcenterV1alpha1::AggregationSum::Representation
|
581
|
+
|
582
|
+
end
|
583
|
+
end
|
584
|
+
|
585
|
+
class AggregationCount
|
586
|
+
# @private
|
587
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
588
|
+
end
|
589
|
+
end
|
590
|
+
|
591
|
+
class AggregationFrequency
|
592
|
+
# @private
|
593
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
594
|
+
end
|
595
|
+
end
|
596
|
+
|
597
|
+
class AggregationHistogram
|
598
|
+
# @private
|
599
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
600
|
+
collection :lower_bounds, as: 'lowerBounds'
|
601
|
+
end
|
602
|
+
end
|
603
|
+
|
604
|
+
class AggregationResult
|
605
|
+
# @private
|
606
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
607
|
+
property :count, as: 'count', class: Google::Apis::MigrationcenterV1alpha1::AggregationResultCount, decorator: Google::Apis::MigrationcenterV1alpha1::AggregationResultCount::Representation
|
608
|
+
|
609
|
+
property :field, as: 'field'
|
610
|
+
property :frequency, as: 'frequency', class: Google::Apis::MigrationcenterV1alpha1::AggregationResultFrequency, decorator: Google::Apis::MigrationcenterV1alpha1::AggregationResultFrequency::Representation
|
611
|
+
|
612
|
+
property :histogram, as: 'histogram', class: Google::Apis::MigrationcenterV1alpha1::AggregationResultHistogram, decorator: Google::Apis::MigrationcenterV1alpha1::AggregationResultHistogram::Representation
|
613
|
+
|
614
|
+
property :sum, as: 'sum', class: Google::Apis::MigrationcenterV1alpha1::AggregationResultSum, decorator: Google::Apis::MigrationcenterV1alpha1::AggregationResultSum::Representation
|
615
|
+
|
616
|
+
end
|
617
|
+
end
|
618
|
+
|
619
|
+
class AggregationResultCount
|
620
|
+
# @private
|
621
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
622
|
+
property :value, :numeric_string => true, as: 'value'
|
623
|
+
end
|
624
|
+
end
|
625
|
+
|
626
|
+
class AggregationResultFrequency
|
627
|
+
# @private
|
628
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
629
|
+
hash :values, as: 'values'
|
630
|
+
end
|
631
|
+
end
|
632
|
+
|
633
|
+
class AggregationResultHistogram
|
634
|
+
# @private
|
635
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
636
|
+
collection :buckets, as: 'buckets', class: Google::Apis::MigrationcenterV1alpha1::AggregationResultHistogramBucket, decorator: Google::Apis::MigrationcenterV1alpha1::AggregationResultHistogramBucket::Representation
|
637
|
+
|
638
|
+
end
|
639
|
+
end
|
640
|
+
|
641
|
+
class AggregationResultHistogramBucket
|
642
|
+
# @private
|
643
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
644
|
+
property :count, :numeric_string => true, as: 'count'
|
645
|
+
property :lower_bound, as: 'lowerBound'
|
646
|
+
property :upper_bound, as: 'upperBound'
|
647
|
+
end
|
648
|
+
end
|
649
|
+
|
650
|
+
class AggregationResultSum
|
651
|
+
# @private
|
652
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
653
|
+
property :value, as: 'value'
|
654
|
+
end
|
655
|
+
end
|
656
|
+
|
657
|
+
class AggregationSum
|
658
|
+
# @private
|
659
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
660
|
+
end
|
661
|
+
end
|
662
|
+
|
663
|
+
class Asset
|
664
|
+
# @private
|
665
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
666
|
+
hash :attributes, as: 'attributes'
|
667
|
+
property :create_time, as: 'createTime'
|
668
|
+
hash :labels, as: 'labels'
|
669
|
+
property :name, as: 'name'
|
670
|
+
collection :sources, as: 'sources'
|
671
|
+
property :update_time, as: 'updateTime'
|
672
|
+
property :virtual_machine_details, as: 'virtualMachineDetails', class: Google::Apis::MigrationcenterV1alpha1::VirtualMachineDetails, decorator: Google::Apis::MigrationcenterV1alpha1::VirtualMachineDetails::Representation
|
673
|
+
|
674
|
+
end
|
675
|
+
end
|
676
|
+
|
677
|
+
class AssetFrame
|
678
|
+
# @private
|
679
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
680
|
+
hash :attributes, as: 'attributes'
|
681
|
+
hash :labels, as: 'labels'
|
682
|
+
collection :performance_samples, as: 'performanceSamples', class: Google::Apis::MigrationcenterV1alpha1::PerformanceSample, decorator: Google::Apis::MigrationcenterV1alpha1::PerformanceSample::Representation
|
683
|
+
|
684
|
+
property :report_time, as: 'reportTime'
|
685
|
+
property :trace_token, as: 'traceToken'
|
686
|
+
property :virtual_machine_details, as: 'virtualMachineDetails', class: Google::Apis::MigrationcenterV1alpha1::VirtualMachineDetails, decorator: Google::Apis::MigrationcenterV1alpha1::VirtualMachineDetails::Representation
|
687
|
+
|
688
|
+
end
|
689
|
+
end
|
690
|
+
|
691
|
+
class BatchUpdateAssetsRequest
|
692
|
+
# @private
|
693
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
694
|
+
collection :requests, as: 'requests', class: Google::Apis::MigrationcenterV1alpha1::UpdateAssetRequest, decorator: Google::Apis::MigrationcenterV1alpha1::UpdateAssetRequest::Representation
|
695
|
+
|
696
|
+
end
|
697
|
+
end
|
698
|
+
|
699
|
+
class BatchUpdateAssetsResponse
|
700
|
+
# @private
|
701
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
702
|
+
collection :assets, as: 'assets', class: Google::Apis::MigrationcenterV1alpha1::Asset, decorator: Google::Apis::MigrationcenterV1alpha1::Asset::Representation
|
703
|
+
|
704
|
+
end
|
705
|
+
end
|
706
|
+
|
707
|
+
class BiosDetails
|
708
|
+
# @private
|
709
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
710
|
+
property :bios_manufacturer, as: 'biosManufacturer'
|
711
|
+
property :bios_name, as: 'biosName'
|
712
|
+
property :bios_release_date, as: 'biosReleaseDate'
|
713
|
+
property :bios_version, as: 'biosVersion'
|
714
|
+
property :smbios_uuid, as: 'smbiosUuid'
|
715
|
+
end
|
716
|
+
end
|
717
|
+
|
718
|
+
class CancelOperationRequest
|
719
|
+
# @private
|
720
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
721
|
+
end
|
722
|
+
end
|
723
|
+
|
724
|
+
class CpuUsageSample
|
725
|
+
# @private
|
726
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
727
|
+
property :utilized_percentage, as: 'utilizedPercentage'
|
728
|
+
end
|
729
|
+
end
|
730
|
+
|
731
|
+
class Date
|
732
|
+
# @private
|
733
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
734
|
+
property :day, as: 'day'
|
735
|
+
property :month, as: 'month'
|
736
|
+
property :year, as: 'year'
|
737
|
+
end
|
738
|
+
end
|
739
|
+
|
740
|
+
class DateTime
|
741
|
+
# @private
|
742
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
743
|
+
property :day, as: 'day'
|
744
|
+
property :hours, as: 'hours'
|
745
|
+
property :minutes, as: 'minutes'
|
746
|
+
property :month, as: 'month'
|
747
|
+
property :nanos, as: 'nanos'
|
748
|
+
property :seconds, as: 'seconds'
|
749
|
+
property :time_zone, as: 'timeZone', class: Google::Apis::MigrationcenterV1alpha1::TimeZone, decorator: Google::Apis::MigrationcenterV1alpha1::TimeZone::Representation
|
750
|
+
|
751
|
+
property :utc_offset, as: 'utcOffset'
|
752
|
+
property :year, as: 'year'
|
753
|
+
end
|
754
|
+
end
|
755
|
+
|
756
|
+
class DiskEntry
|
757
|
+
# @private
|
758
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
759
|
+
property :disk_label, as: 'diskLabel'
|
760
|
+
property :disk_label_type, as: 'diskLabelType'
|
761
|
+
property :hw_address, as: 'hwAddress'
|
762
|
+
property :interface_type, as: 'interfaceType'
|
763
|
+
property :partitions, as: 'partitions', class: Google::Apis::MigrationcenterV1alpha1::DiskPartitionList, decorator: Google::Apis::MigrationcenterV1alpha1::DiskPartitionList::Representation
|
764
|
+
|
765
|
+
property :status, as: 'status'
|
766
|
+
property :total_capacity_bytes, :numeric_string => true, as: 'totalCapacityBytes'
|
767
|
+
property :total_free_bytes, :numeric_string => true, as: 'totalFreeBytes'
|
768
|
+
property :vmware_config, as: 'vmwareConfig', class: Google::Apis::MigrationcenterV1alpha1::VmwareDiskConfig, decorator: Google::Apis::MigrationcenterV1alpha1::VmwareDiskConfig::Representation
|
769
|
+
|
770
|
+
end
|
771
|
+
end
|
772
|
+
|
773
|
+
class DiskEntryList
|
774
|
+
# @private
|
775
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
776
|
+
collection :entries, as: 'entries', class: Google::Apis::MigrationcenterV1alpha1::DiskEntry, decorator: Google::Apis::MigrationcenterV1alpha1::DiskEntry::Representation
|
777
|
+
|
778
|
+
end
|
779
|
+
end
|
780
|
+
|
781
|
+
class DiskPartition
|
782
|
+
# @private
|
783
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
784
|
+
property :capacity_bytes, :numeric_string => true, as: 'capacityBytes'
|
785
|
+
property :file_system, as: 'fileSystem'
|
786
|
+
property :free_bytes, :numeric_string => true, as: 'freeBytes'
|
787
|
+
property :mount_point, as: 'mountPoint'
|
788
|
+
property :sub_partitions, as: 'subPartitions', class: Google::Apis::MigrationcenterV1alpha1::DiskPartitionList, decorator: Google::Apis::MigrationcenterV1alpha1::DiskPartitionList::Representation
|
789
|
+
|
790
|
+
property :type, as: 'type'
|
791
|
+
property :uuid, as: 'uuid'
|
792
|
+
end
|
793
|
+
end
|
794
|
+
|
795
|
+
class DiskPartitionList
|
796
|
+
# @private
|
797
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
798
|
+
collection :entries, as: 'entries', class: Google::Apis::MigrationcenterV1alpha1::DiskPartition, decorator: Google::Apis::MigrationcenterV1alpha1::DiskPartition::Representation
|
799
|
+
|
800
|
+
end
|
801
|
+
end
|
802
|
+
|
803
|
+
class DiskUsageSample
|
804
|
+
# @private
|
805
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
806
|
+
property :average_iops, as: 'averageIops'
|
807
|
+
end
|
808
|
+
end
|
809
|
+
|
810
|
+
class Empty
|
811
|
+
# @private
|
812
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
813
|
+
end
|
814
|
+
end
|
815
|
+
|
816
|
+
class ExecutionReport
|
817
|
+
# @private
|
818
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
819
|
+
property :execution_errors, as: 'executionErrors', class: Google::Apis::MigrationcenterV1alpha1::ValidationReport, decorator: Google::Apis::MigrationcenterV1alpha1::ValidationReport::Representation
|
820
|
+
|
821
|
+
property :frames_reported, as: 'framesReported'
|
822
|
+
collection :job_errors, as: 'jobErrors', class: Google::Apis::MigrationcenterV1alpha1::ImportError, decorator: Google::Apis::MigrationcenterV1alpha1::ImportError::Representation
|
823
|
+
|
824
|
+
property :total_rows_count, as: 'totalRowsCount'
|
825
|
+
end
|
826
|
+
end
|
827
|
+
|
828
|
+
class FileValidationReport
|
829
|
+
# @private
|
830
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
831
|
+
collection :file_errors, as: 'fileErrors', class: Google::Apis::MigrationcenterV1alpha1::ImportError, decorator: Google::Apis::MigrationcenterV1alpha1::ImportError::Representation
|
832
|
+
|
833
|
+
property :file_name, as: 'fileName'
|
834
|
+
property :partial_report, as: 'partialReport'
|
835
|
+
collection :row_errors, as: 'rowErrors', class: Google::Apis::MigrationcenterV1alpha1::ImportRowError, decorator: Google::Apis::MigrationcenterV1alpha1::ImportRowError::Representation
|
836
|
+
|
837
|
+
end
|
838
|
+
end
|
839
|
+
|
840
|
+
class Frames
|
841
|
+
# @private
|
842
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
843
|
+
collection :frames_data, as: 'framesData', class: Google::Apis::MigrationcenterV1alpha1::AssetFrame, decorator: Google::Apis::MigrationcenterV1alpha1::AssetFrame::Representation
|
844
|
+
|
845
|
+
end
|
846
|
+
end
|
847
|
+
|
848
|
+
class FstabEntry
|
849
|
+
# @private
|
850
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
851
|
+
property :file, as: 'file'
|
852
|
+
property :freq, as: 'freq'
|
853
|
+
property :mntops, as: 'mntops'
|
854
|
+
property :passno, as: 'passno'
|
855
|
+
property :spec, as: 'spec'
|
856
|
+
property :vfstype, as: 'vfstype'
|
857
|
+
end
|
858
|
+
end
|
859
|
+
|
860
|
+
class FstabEntryList
|
861
|
+
# @private
|
862
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
863
|
+
collection :entries, as: 'entries', class: Google::Apis::MigrationcenterV1alpha1::FstabEntry, decorator: Google::Apis::MigrationcenterV1alpha1::FstabEntry::Representation
|
864
|
+
|
865
|
+
end
|
866
|
+
end
|
867
|
+
|
868
|
+
class GcsPayloadInfo
|
869
|
+
# @private
|
870
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
871
|
+
property :format, as: 'format'
|
872
|
+
property :path, as: 'path'
|
873
|
+
end
|
874
|
+
end
|
875
|
+
|
876
|
+
class GuestConfigDetails
|
877
|
+
# @private
|
878
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
879
|
+
property :fstab, as: 'fstab', class: Google::Apis::MigrationcenterV1alpha1::FstabEntryList, decorator: Google::Apis::MigrationcenterV1alpha1::FstabEntryList::Representation
|
880
|
+
|
881
|
+
property :hosts, as: 'hosts', class: Google::Apis::MigrationcenterV1alpha1::HostsEntryList, decorator: Google::Apis::MigrationcenterV1alpha1::HostsEntryList::Representation
|
882
|
+
|
883
|
+
property :issue, as: 'issue'
|
884
|
+
property :nfs_exports, as: 'nfsExports', class: Google::Apis::MigrationcenterV1alpha1::NfsExportList, decorator: Google::Apis::MigrationcenterV1alpha1::NfsExportList::Representation
|
885
|
+
|
886
|
+
property :selinux, as: 'selinux', class: Google::Apis::MigrationcenterV1alpha1::Selinux, decorator: Google::Apis::MigrationcenterV1alpha1::Selinux::Representation
|
887
|
+
|
888
|
+
end
|
889
|
+
end
|
890
|
+
|
891
|
+
class GuestInstalledApplication
|
892
|
+
# @private
|
893
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
894
|
+
property :name, as: 'name'
|
895
|
+
property :path, as: 'path'
|
896
|
+
property :time, as: 'time'
|
897
|
+
property :vendor, as: 'vendor'
|
898
|
+
property :version, as: 'version'
|
899
|
+
end
|
900
|
+
end
|
901
|
+
|
902
|
+
class GuestInstalledApplicationList
|
903
|
+
# @private
|
904
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
905
|
+
collection :entries, as: 'entries', class: Google::Apis::MigrationcenterV1alpha1::GuestInstalledApplication, decorator: Google::Apis::MigrationcenterV1alpha1::GuestInstalledApplication::Representation
|
906
|
+
|
907
|
+
end
|
908
|
+
end
|
909
|
+
|
910
|
+
class GuestOsDetails
|
911
|
+
# @private
|
912
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
913
|
+
property :config, as: 'config', class: Google::Apis::MigrationcenterV1alpha1::GuestConfigDetails, decorator: Google::Apis::MigrationcenterV1alpha1::GuestConfigDetails::Representation
|
914
|
+
|
915
|
+
property :runtime, as: 'runtime', class: Google::Apis::MigrationcenterV1alpha1::GuestRuntimeDetails, decorator: Google::Apis::MigrationcenterV1alpha1::GuestRuntimeDetails::Representation
|
916
|
+
|
917
|
+
end
|
918
|
+
end
|
919
|
+
|
920
|
+
class GuestRuntimeDetails
|
921
|
+
# @private
|
922
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
923
|
+
property :domain, as: 'domain'
|
924
|
+
property :installed_apps, as: 'installedApps', class: Google::Apis::MigrationcenterV1alpha1::GuestInstalledApplicationList, decorator: Google::Apis::MigrationcenterV1alpha1::GuestInstalledApplicationList::Representation
|
925
|
+
|
926
|
+
property :last_uptime, as: 'lastUptime', class: Google::Apis::MigrationcenterV1alpha1::Date, decorator: Google::Apis::MigrationcenterV1alpha1::Date::Representation
|
927
|
+
|
928
|
+
property :machine_name, as: 'machineName'
|
929
|
+
property :network_info, as: 'networkInfo', class: Google::Apis::MigrationcenterV1alpha1::RuntimeNetworkInfo, decorator: Google::Apis::MigrationcenterV1alpha1::RuntimeNetworkInfo::Representation
|
930
|
+
|
931
|
+
property :open_file_list, as: 'openFileList', class: Google::Apis::MigrationcenterV1alpha1::OpenFileList, decorator: Google::Apis::MigrationcenterV1alpha1::OpenFileList::Representation
|
932
|
+
|
933
|
+
property :processes, as: 'processes', class: Google::Apis::MigrationcenterV1alpha1::RunningProcessList, decorator: Google::Apis::MigrationcenterV1alpha1::RunningProcessList::Representation
|
934
|
+
|
935
|
+
property :services, as: 'services', class: Google::Apis::MigrationcenterV1alpha1::RunningServiceList, decorator: Google::Apis::MigrationcenterV1alpha1::RunningServiceList::Representation
|
936
|
+
|
937
|
+
end
|
938
|
+
end
|
939
|
+
|
940
|
+
class HostsEntry
|
941
|
+
# @private
|
942
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
943
|
+
collection :host_names, as: 'hostNames'
|
944
|
+
property :ip, as: 'ip'
|
945
|
+
end
|
946
|
+
end
|
947
|
+
|
948
|
+
class HostsEntryList
|
949
|
+
# @private
|
950
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
951
|
+
collection :entries, as: 'entries', class: Google::Apis::MigrationcenterV1alpha1::HostsEntry, decorator: Google::Apis::MigrationcenterV1alpha1::HostsEntry::Representation
|
952
|
+
|
953
|
+
end
|
954
|
+
end
|
955
|
+
|
956
|
+
class ImportError
|
957
|
+
# @private
|
958
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
959
|
+
property :error_details, as: 'errorDetails'
|
960
|
+
property :severity, as: 'severity'
|
961
|
+
end
|
962
|
+
end
|
963
|
+
|
964
|
+
class ImportJob
|
965
|
+
# @private
|
966
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
967
|
+
property :asset_source, as: 'assetSource'
|
968
|
+
property :complete_time, as: 'completeTime'
|
969
|
+
property :create_time, as: 'createTime'
|
970
|
+
property :execution_report, as: 'executionReport', class: Google::Apis::MigrationcenterV1alpha1::ExecutionReport, decorator: Google::Apis::MigrationcenterV1alpha1::ExecutionReport::Representation
|
971
|
+
|
972
|
+
property :gcs_payload, as: 'gcsPayload', class: Google::Apis::MigrationcenterV1alpha1::GcsPayloadInfo, decorator: Google::Apis::MigrationcenterV1alpha1::GcsPayloadInfo::Representation
|
973
|
+
|
974
|
+
property :inline_payload, as: 'inlinePayload', class: Google::Apis::MigrationcenterV1alpha1::InlinePayloadInfo, decorator: Google::Apis::MigrationcenterV1alpha1::InlinePayloadInfo::Representation
|
975
|
+
|
976
|
+
hash :labels, as: 'labels'
|
977
|
+
property :name, as: 'name'
|
978
|
+
property :state, as: 'state'
|
979
|
+
property :update_time, as: 'updateTime'
|
980
|
+
property :validation_report, as: 'validationReport', class: Google::Apis::MigrationcenterV1alpha1::ValidationReport, decorator: Google::Apis::MigrationcenterV1alpha1::ValidationReport::Representation
|
981
|
+
|
982
|
+
end
|
983
|
+
end
|
984
|
+
|
985
|
+
class ImportRowError
|
986
|
+
# @private
|
987
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
988
|
+
collection :errors, as: 'errors', class: Google::Apis::MigrationcenterV1alpha1::ImportError, decorator: Google::Apis::MigrationcenterV1alpha1::ImportError::Representation
|
989
|
+
|
990
|
+
property :row_number, as: 'rowNumber'
|
991
|
+
property :vm_name, as: 'vmName'
|
992
|
+
property :vm_uuid, as: 'vmUuid'
|
993
|
+
end
|
994
|
+
end
|
995
|
+
|
996
|
+
class InlinePayloadInfo
|
997
|
+
# @private
|
998
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
999
|
+
property :format, as: 'format'
|
1000
|
+
collection :payload, as: 'payload', class: Google::Apis::MigrationcenterV1alpha1::PayloadFile, decorator: Google::Apis::MigrationcenterV1alpha1::PayloadFile::Representation
|
1001
|
+
|
1002
|
+
end
|
1003
|
+
end
|
1004
|
+
|
1005
|
+
class ListAssetsResponse
|
1006
|
+
# @private
|
1007
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1008
|
+
collection :assets, as: 'assets', class: Google::Apis::MigrationcenterV1alpha1::Asset, decorator: Google::Apis::MigrationcenterV1alpha1::Asset::Representation
|
1009
|
+
|
1010
|
+
property :next_page_token, as: 'nextPageToken'
|
1011
|
+
collection :unreachable, as: 'unreachable'
|
1012
|
+
end
|
1013
|
+
end
|
1014
|
+
|
1015
|
+
class ListImportJobsResponse
|
1016
|
+
# @private
|
1017
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1018
|
+
collection :import_jobs, as: 'importJobs', class: Google::Apis::MigrationcenterV1alpha1::ImportJob, decorator: Google::Apis::MigrationcenterV1alpha1::ImportJob::Representation
|
1019
|
+
|
1020
|
+
property :next_page_token, as: 'nextPageToken'
|
1021
|
+
collection :unreachable, as: 'unreachable'
|
1022
|
+
end
|
1023
|
+
end
|
1024
|
+
|
1025
|
+
class ListLocationsResponse
|
1026
|
+
# @private
|
1027
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1028
|
+
collection :locations, as: 'locations', class: Google::Apis::MigrationcenterV1alpha1::Location, decorator: Google::Apis::MigrationcenterV1alpha1::Location::Representation
|
1029
|
+
|
1030
|
+
property :next_page_token, as: 'nextPageToken'
|
1031
|
+
end
|
1032
|
+
end
|
1033
|
+
|
1034
|
+
class ListOperationsResponse
|
1035
|
+
# @private
|
1036
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1037
|
+
property :next_page_token, as: 'nextPageToken'
|
1038
|
+
collection :operations, as: 'operations', class: Google::Apis::MigrationcenterV1alpha1::Operation, decorator: Google::Apis::MigrationcenterV1alpha1::Operation::Representation
|
1039
|
+
|
1040
|
+
end
|
1041
|
+
end
|
1042
|
+
|
1043
|
+
class ListSourcesResponse
|
1044
|
+
# @private
|
1045
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1046
|
+
property :next_page_token, as: 'nextPageToken'
|
1047
|
+
collection :sources, as: 'sources', class: Google::Apis::MigrationcenterV1alpha1::Source, decorator: Google::Apis::MigrationcenterV1alpha1::Source::Representation
|
1048
|
+
|
1049
|
+
collection :unreachable, as: 'unreachable'
|
1050
|
+
end
|
1051
|
+
end
|
1052
|
+
|
1053
|
+
class Location
|
1054
|
+
# @private
|
1055
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1056
|
+
property :display_name, as: 'displayName'
|
1057
|
+
hash :labels, as: 'labels'
|
1058
|
+
property :location_id, as: 'locationId'
|
1059
|
+
hash :metadata, as: 'metadata'
|
1060
|
+
property :name, as: 'name'
|
1061
|
+
end
|
1062
|
+
end
|
1063
|
+
|
1064
|
+
class MemoryUsageSample
|
1065
|
+
# @private
|
1066
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1067
|
+
property :utilized_percentage, as: 'utilizedPercentage'
|
1068
|
+
end
|
1069
|
+
end
|
1070
|
+
|
1071
|
+
class NetworkAdapterDetails
|
1072
|
+
# @private
|
1073
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1074
|
+
property :adapter_type, as: 'adapterType'
|
1075
|
+
property :addresses, as: 'addresses', class: Google::Apis::MigrationcenterV1alpha1::NetworkAddressList, decorator: Google::Apis::MigrationcenterV1alpha1::NetworkAddressList::Representation
|
1076
|
+
|
1077
|
+
property :mac_address, as: 'macAddress'
|
1078
|
+
end
|
1079
|
+
end
|
1080
|
+
|
1081
|
+
class NetworkAdapterList
|
1082
|
+
# @private
|
1083
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1084
|
+
collection :network_adapters, as: 'networkAdapters', class: Google::Apis::MigrationcenterV1alpha1::NetworkAdapterDetails, decorator: Google::Apis::MigrationcenterV1alpha1::NetworkAdapterDetails::Representation
|
1085
|
+
|
1086
|
+
end
|
1087
|
+
end
|
1088
|
+
|
1089
|
+
class NetworkAddress
|
1090
|
+
# @private
|
1091
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1092
|
+
property :assignment, as: 'assignment'
|
1093
|
+
property :bcast, as: 'bcast'
|
1094
|
+
property :fqdn, as: 'fqdn'
|
1095
|
+
property :ip_address, as: 'ipAddress'
|
1096
|
+
property :subnet_mask, as: 'subnetMask'
|
1097
|
+
end
|
1098
|
+
end
|
1099
|
+
|
1100
|
+
class NetworkAddressList
|
1101
|
+
# @private
|
1102
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1103
|
+
collection :addresses, as: 'addresses', class: Google::Apis::MigrationcenterV1alpha1::NetworkAddress, decorator: Google::Apis::MigrationcenterV1alpha1::NetworkAddress::Representation
|
1104
|
+
|
1105
|
+
end
|
1106
|
+
end
|
1107
|
+
|
1108
|
+
class NetworkConnection
|
1109
|
+
# @private
|
1110
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1111
|
+
property :local_ip_address, as: 'localIpAddress'
|
1112
|
+
property :local_port, as: 'localPort'
|
1113
|
+
property :pid, :numeric_string => true, as: 'pid'
|
1114
|
+
property :process_name, as: 'processName'
|
1115
|
+
property :protocol, as: 'protocol'
|
1116
|
+
property :remote_ip_address, as: 'remoteIpAddress'
|
1117
|
+
property :remote_port, as: 'remotePort'
|
1118
|
+
property :state, as: 'state'
|
1119
|
+
end
|
1120
|
+
end
|
1121
|
+
|
1122
|
+
class NetworkConnectionList
|
1123
|
+
# @private
|
1124
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1125
|
+
collection :entries, as: 'entries', class: Google::Apis::MigrationcenterV1alpha1::NetworkConnection, decorator: Google::Apis::MigrationcenterV1alpha1::NetworkConnection::Representation
|
1126
|
+
|
1127
|
+
end
|
1128
|
+
end
|
1129
|
+
|
1130
|
+
class NetworkUsageSample
|
1131
|
+
# @private
|
1132
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1133
|
+
property :average_egress_bps, as: 'averageEgressBps'
|
1134
|
+
property :average_ingress_bps, as: 'averageIngressBps'
|
1135
|
+
end
|
1136
|
+
end
|
1137
|
+
|
1138
|
+
class NfsExport
|
1139
|
+
# @private
|
1140
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1141
|
+
property :export_directory, as: 'exportDirectory'
|
1142
|
+
collection :hosts, as: 'hosts'
|
1143
|
+
end
|
1144
|
+
end
|
1145
|
+
|
1146
|
+
class NfsExportList
|
1147
|
+
# @private
|
1148
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1149
|
+
collection :entries, as: 'entries', class: Google::Apis::MigrationcenterV1alpha1::NfsExport, decorator: Google::Apis::MigrationcenterV1alpha1::NfsExport::Representation
|
1150
|
+
|
1151
|
+
end
|
1152
|
+
end
|
1153
|
+
|
1154
|
+
class OpenFileDetails
|
1155
|
+
# @private
|
1156
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1157
|
+
property :command, as: 'command'
|
1158
|
+
property :file_path, as: 'filePath'
|
1159
|
+
property :file_type, as: 'fileType'
|
1160
|
+
property :user, as: 'user'
|
1161
|
+
end
|
1162
|
+
end
|
1163
|
+
|
1164
|
+
class OpenFileList
|
1165
|
+
# @private
|
1166
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1167
|
+
collection :entries, as: 'entries', class: Google::Apis::MigrationcenterV1alpha1::OpenFileDetails, decorator: Google::Apis::MigrationcenterV1alpha1::OpenFileDetails::Representation
|
1168
|
+
|
1169
|
+
end
|
1170
|
+
end
|
1171
|
+
|
1172
|
+
class Operation
|
1173
|
+
# @private
|
1174
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1175
|
+
property :done, as: 'done'
|
1176
|
+
property :error, as: 'error', class: Google::Apis::MigrationcenterV1alpha1::Status, decorator: Google::Apis::MigrationcenterV1alpha1::Status::Representation
|
1177
|
+
|
1178
|
+
hash :metadata, as: 'metadata'
|
1179
|
+
property :name, as: 'name'
|
1180
|
+
hash :response, as: 'response'
|
1181
|
+
end
|
1182
|
+
end
|
1183
|
+
|
1184
|
+
class OperationMetadata
|
1185
|
+
# @private
|
1186
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1187
|
+
property :api_version, as: 'apiVersion'
|
1188
|
+
property :create_time, as: 'createTime'
|
1189
|
+
property :end_time, as: 'endTime'
|
1190
|
+
property :requested_cancellation, as: 'requestedCancellation'
|
1191
|
+
property :status_message, as: 'statusMessage'
|
1192
|
+
property :target, as: 'target'
|
1193
|
+
property :verb, as: 'verb'
|
1194
|
+
end
|
1195
|
+
end
|
1196
|
+
|
1197
|
+
class PayloadFile
|
1198
|
+
# @private
|
1199
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1200
|
+
property :data, :base64 => true, as: 'data'
|
1201
|
+
property :name, as: 'name'
|
1202
|
+
end
|
1203
|
+
end
|
1204
|
+
|
1205
|
+
class PerformanceSample
|
1206
|
+
# @private
|
1207
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1208
|
+
property :cpu, as: 'cpu', class: Google::Apis::MigrationcenterV1alpha1::CpuUsageSample, decorator: Google::Apis::MigrationcenterV1alpha1::CpuUsageSample::Representation
|
1209
|
+
|
1210
|
+
property :disk, as: 'disk', class: Google::Apis::MigrationcenterV1alpha1::DiskUsageSample, decorator: Google::Apis::MigrationcenterV1alpha1::DiskUsageSample::Representation
|
1211
|
+
|
1212
|
+
property :memory, as: 'memory', class: Google::Apis::MigrationcenterV1alpha1::MemoryUsageSample, decorator: Google::Apis::MigrationcenterV1alpha1::MemoryUsageSample::Representation
|
1213
|
+
|
1214
|
+
property :network, as: 'network', class: Google::Apis::MigrationcenterV1alpha1::NetworkUsageSample, decorator: Google::Apis::MigrationcenterV1alpha1::NetworkUsageSample::Representation
|
1215
|
+
|
1216
|
+
property :sample_time, as: 'sampleTime'
|
1217
|
+
end
|
1218
|
+
end
|
1219
|
+
|
1220
|
+
class PlatformDetails
|
1221
|
+
# @private
|
1222
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1223
|
+
property :vmware_details, as: 'vmwareDetails', class: Google::Apis::MigrationcenterV1alpha1::VmwarePlatformDetails, decorator: Google::Apis::MigrationcenterV1alpha1::VmwarePlatformDetails::Representation
|
1224
|
+
|
1225
|
+
end
|
1226
|
+
end
|
1227
|
+
|
1228
|
+
class ReportAssetFramesResponse
|
1229
|
+
# @private
|
1230
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1231
|
+
end
|
1232
|
+
end
|
1233
|
+
|
1234
|
+
class RunImportJobRequest
|
1235
|
+
# @private
|
1236
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1237
|
+
property :request_id, as: 'requestId'
|
1238
|
+
end
|
1239
|
+
end
|
1240
|
+
|
1241
|
+
class RunningProcess
|
1242
|
+
# @private
|
1243
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1244
|
+
hash :attributes, as: 'attributes'
|
1245
|
+
property :cmdline, as: 'cmdline'
|
1246
|
+
property :exe_path, as: 'exePath'
|
1247
|
+
property :pid, :numeric_string => true, as: 'pid'
|
1248
|
+
property :user, as: 'user'
|
1249
|
+
end
|
1250
|
+
end
|
1251
|
+
|
1252
|
+
class RunningProcessList
|
1253
|
+
# @private
|
1254
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1255
|
+
collection :processes, as: 'processes', class: Google::Apis::MigrationcenterV1alpha1::RunningProcess, decorator: Google::Apis::MigrationcenterV1alpha1::RunningProcess::Representation
|
1256
|
+
|
1257
|
+
end
|
1258
|
+
end
|
1259
|
+
|
1260
|
+
class RunningService
|
1261
|
+
# @private
|
1262
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1263
|
+
property :cmdline, as: 'cmdline'
|
1264
|
+
property :exe_path, as: 'exePath'
|
1265
|
+
property :name, as: 'name'
|
1266
|
+
property :pid, :numeric_string => true, as: 'pid'
|
1267
|
+
property :start_mode, as: 'startMode'
|
1268
|
+
property :state, as: 'state'
|
1269
|
+
property :status, as: 'status'
|
1270
|
+
end
|
1271
|
+
end
|
1272
|
+
|
1273
|
+
class RunningServiceList
|
1274
|
+
# @private
|
1275
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1276
|
+
collection :services, as: 'services', class: Google::Apis::MigrationcenterV1alpha1::RunningService, decorator: Google::Apis::MigrationcenterV1alpha1::RunningService::Representation
|
1277
|
+
|
1278
|
+
end
|
1279
|
+
end
|
1280
|
+
|
1281
|
+
class RuntimeNetworkInfo
|
1282
|
+
# @private
|
1283
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1284
|
+
property :connections, as: 'connections', class: Google::Apis::MigrationcenterV1alpha1::NetworkConnectionList, decorator: Google::Apis::MigrationcenterV1alpha1::NetworkConnectionList::Representation
|
1285
|
+
|
1286
|
+
property :netstat, as: 'netstat'
|
1287
|
+
property :netstat_time, as: 'netstatTime', class: Google::Apis::MigrationcenterV1alpha1::DateTime, decorator: Google::Apis::MigrationcenterV1alpha1::DateTime::Representation
|
1288
|
+
|
1289
|
+
end
|
1290
|
+
end
|
1291
|
+
|
1292
|
+
class Selinux
|
1293
|
+
# @private
|
1294
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1295
|
+
property :enabled, as: 'enabled'
|
1296
|
+
property :mode, as: 'mode'
|
1297
|
+
end
|
1298
|
+
end
|
1299
|
+
|
1300
|
+
class Source
|
1301
|
+
# @private
|
1302
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1303
|
+
property :create_time, as: 'createTime'
|
1304
|
+
property :description, as: 'description'
|
1305
|
+
property :display_name, as: 'displayName'
|
1306
|
+
property :is_managed, as: 'isManaged'
|
1307
|
+
property :name, as: 'name'
|
1308
|
+
property :pending_frame_count, as: 'pendingFrameCount'
|
1309
|
+
property :priority, as: 'priority'
|
1310
|
+
property :type, as: 'type'
|
1311
|
+
property :update_time, as: 'updateTime'
|
1312
|
+
end
|
1313
|
+
end
|
1314
|
+
|
1315
|
+
class Status
|
1316
|
+
# @private
|
1317
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1318
|
+
property :code, as: 'code'
|
1319
|
+
collection :details, as: 'details'
|
1320
|
+
property :message, as: 'message'
|
1321
|
+
end
|
1322
|
+
end
|
1323
|
+
|
1324
|
+
class TimeZone
|
1325
|
+
# @private
|
1326
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1327
|
+
property :id, as: 'id'
|
1328
|
+
property :version, as: 'version'
|
1329
|
+
end
|
1330
|
+
end
|
1331
|
+
|
1332
|
+
class UpdateAssetRequest
|
1333
|
+
# @private
|
1334
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1335
|
+
property :asset, as: 'asset', class: Google::Apis::MigrationcenterV1alpha1::Asset, decorator: Google::Apis::MigrationcenterV1alpha1::Asset::Representation
|
1336
|
+
|
1337
|
+
property :request_id, as: 'requestId'
|
1338
|
+
property :update_mask, as: 'updateMask'
|
1339
|
+
end
|
1340
|
+
end
|
1341
|
+
|
1342
|
+
class ValidateImportJobRequest
|
1343
|
+
# @private
|
1344
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1345
|
+
property :request_id, as: 'requestId'
|
1346
|
+
end
|
1347
|
+
end
|
1348
|
+
|
1349
|
+
class ValidationReport
|
1350
|
+
# @private
|
1351
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1352
|
+
collection :file_validations, as: 'fileValidations', class: Google::Apis::MigrationcenterV1alpha1::FileValidationReport, decorator: Google::Apis::MigrationcenterV1alpha1::FileValidationReport::Representation
|
1353
|
+
|
1354
|
+
collection :job_errors, as: 'jobErrors', class: Google::Apis::MigrationcenterV1alpha1::ImportError, decorator: Google::Apis::MigrationcenterV1alpha1::ImportError::Representation
|
1355
|
+
|
1356
|
+
end
|
1357
|
+
end
|
1358
|
+
|
1359
|
+
class VirtualMachineArchitectureDetails
|
1360
|
+
# @private
|
1361
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1362
|
+
property :bios, as: 'bios', class: Google::Apis::MigrationcenterV1alpha1::BiosDetails, decorator: Google::Apis::MigrationcenterV1alpha1::BiosDetails::Representation
|
1363
|
+
|
1364
|
+
property :cpu_architecture, as: 'cpuArchitecture'
|
1365
|
+
property :cpu_manufacturer, as: 'cpuManufacturer'
|
1366
|
+
property :cpu_name, as: 'cpuName'
|
1367
|
+
property :cpu_socket_count, as: 'cpuSocketCount'
|
1368
|
+
property :cpu_thread_count, as: 'cpuThreadCount'
|
1369
|
+
property :firmware, as: 'firmware'
|
1370
|
+
property :hyperthreading, as: 'hyperthreading'
|
1371
|
+
property :vendor, as: 'vendor'
|
1372
|
+
end
|
1373
|
+
end
|
1374
|
+
|
1375
|
+
class VirtualMachineDetails
|
1376
|
+
# @private
|
1377
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1378
|
+
property :core_count, as: 'coreCount'
|
1379
|
+
property :guest_os, as: 'guestOs', class: Google::Apis::MigrationcenterV1alpha1::GuestOsDetails, decorator: Google::Apis::MigrationcenterV1alpha1::GuestOsDetails::Representation
|
1380
|
+
|
1381
|
+
property :memory_mb, as: 'memoryMb'
|
1382
|
+
property :os_family, as: 'osFamily'
|
1383
|
+
property :os_name, as: 'osName'
|
1384
|
+
property :platform, as: 'platform', class: Google::Apis::MigrationcenterV1alpha1::PlatformDetails, decorator: Google::Apis::MigrationcenterV1alpha1::PlatformDetails::Representation
|
1385
|
+
|
1386
|
+
property :power_state, as: 'powerState'
|
1387
|
+
property :vcenter_folder, as: 'vcenterFolder'
|
1388
|
+
property :vcenter_url, as: 'vcenterUrl'
|
1389
|
+
property :vcenter_vm_id, as: 'vcenterVmId'
|
1390
|
+
property :vm_architecture, as: 'vmArchitecture', class: Google::Apis::MigrationcenterV1alpha1::VirtualMachineArchitectureDetails, decorator: Google::Apis::MigrationcenterV1alpha1::VirtualMachineArchitectureDetails::Representation
|
1391
|
+
|
1392
|
+
property :vm_disks, as: 'vmDisks', class: Google::Apis::MigrationcenterV1alpha1::VirtualMachineDiskDetails, decorator: Google::Apis::MigrationcenterV1alpha1::VirtualMachineDiskDetails::Representation
|
1393
|
+
|
1394
|
+
property :vm_name, as: 'vmName'
|
1395
|
+
property :vm_network, as: 'vmNetwork', class: Google::Apis::MigrationcenterV1alpha1::VirtualMachineNetworkDetails, decorator: Google::Apis::MigrationcenterV1alpha1::VirtualMachineNetworkDetails::Representation
|
1396
|
+
|
1397
|
+
property :vm_uuid, as: 'vmUuid'
|
1398
|
+
end
|
1399
|
+
end
|
1400
|
+
|
1401
|
+
class VirtualMachineDiskDetails
|
1402
|
+
# @private
|
1403
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1404
|
+
property :disks, as: 'disks', class: Google::Apis::MigrationcenterV1alpha1::DiskEntryList, decorator: Google::Apis::MigrationcenterV1alpha1::DiskEntryList::Representation
|
1405
|
+
|
1406
|
+
property :hdd_total_capacity_bytes, :numeric_string => true, as: 'hddTotalCapacityBytes'
|
1407
|
+
property :hdd_total_free_bytes, :numeric_string => true, as: 'hddTotalFreeBytes'
|
1408
|
+
property :lsblk_json, as: 'lsblkJson'
|
1409
|
+
end
|
1410
|
+
end
|
1411
|
+
|
1412
|
+
class VirtualMachineNetworkDetails
|
1413
|
+
# @private
|
1414
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1415
|
+
property :default_gw, as: 'defaultGw'
|
1416
|
+
property :network_adapters, as: 'networkAdapters', class: Google::Apis::MigrationcenterV1alpha1::NetworkAdapterList, decorator: Google::Apis::MigrationcenterV1alpha1::NetworkAdapterList::Representation
|
1417
|
+
|
1418
|
+
property :primary_ip_address, as: 'primaryIpAddress'
|
1419
|
+
property :primary_mac_address, as: 'primaryMacAddress'
|
1420
|
+
end
|
1421
|
+
end
|
1422
|
+
|
1423
|
+
class VmwareDiskConfig
|
1424
|
+
# @private
|
1425
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1426
|
+
property :backing_type, as: 'backingType'
|
1427
|
+
property :rdm_compatibility_mode, as: 'rdmCompatibilityMode'
|
1428
|
+
property :shared, as: 'shared'
|
1429
|
+
property :vmdk_disk_mode, as: 'vmdkDiskMode'
|
1430
|
+
end
|
1431
|
+
end
|
1432
|
+
|
1433
|
+
class VmwarePlatformDetails
|
1434
|
+
# @private
|
1435
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1436
|
+
property :esx_version, as: 'esxVersion'
|
1437
|
+
property :osid, as: 'osid'
|
1438
|
+
property :vcenter_version, as: 'vcenterVersion'
|
1439
|
+
end
|
1440
|
+
end
|
1441
|
+
end
|
1442
|
+
end
|
1443
|
+
end
|