azure_mgmt_migrate 0.17.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.
Files changed (65) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/lib/2018-02-02/generated/azure_mgmt_migrate.rb +80 -0
  4. data/lib/2018-02-02/generated/azure_mgmt_migrate/assessed_machines.rb +293 -0
  5. data/lib/2018-02-02/generated/azure_mgmt_migrate/assessment_options.rb +121 -0
  6. data/lib/2018-02-02/generated/azure_mgmt_migrate/assessments.rb +790 -0
  7. data/lib/2018-02-02/generated/azure_mgmt_migrate/azure_migrate.rb +160 -0
  8. data/lib/2018-02-02/generated/azure_mgmt_migrate/groups.rb +506 -0
  9. data/lib/2018-02-02/generated/azure_mgmt_migrate/location.rb +129 -0
  10. data/lib/2018-02-02/generated/azure_mgmt_migrate/machines.rb +241 -0
  11. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/assessed_disk.rb +312 -0
  12. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/assessed_machine.rb +547 -0
  13. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/assessed_machine_result_list.rb +55 -0
  14. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/assessed_network_adapter.rb +197 -0
  15. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/assessment.rb +367 -0
  16. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/assessment_options_result_list.rb +78 -0
  17. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/assessment_result_list.rb +55 -0
  18. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/assessment_sizing_criterion.rb +16 -0
  19. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/assessment_stage.rb +17 -0
  20. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/assessment_status.rb +19 -0
  21. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/azure_disk_size.rb +29 -0
  22. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/azure_disk_suitability_explanation.rb +22 -0
  23. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/azure_disk_type.rb +17 -0
  24. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/azure_hybrid_use_benefit.rb +17 -0
  25. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/azure_location.rb +45 -0
  26. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/azure_network_adapter_suitability_explanation.rb +17 -0
  27. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/azure_offer_code.rb +52 -0
  28. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/azure_pricing_tier.rb +16 -0
  29. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/azure_storage_redundancy.rb +19 -0
  30. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/azure_vm_size.rb +105 -0
  31. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/azure_vm_suitability_explanation.rb +50 -0
  32. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/check_name_availability_parameters.rb +61 -0
  33. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/check_name_availability_result.rb +78 -0
  34. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/cloud_suitability.rb +19 -0
  35. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/currency.rb +40 -0
  36. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/discovery_status.rb +18 -0
  37. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/disk.rb +59 -0
  38. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/download_url.rb +59 -0
  39. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/group.rb +151 -0
  40. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/group_result_list.rb +55 -0
  41. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/machine.rb +317 -0
  42. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/machine_boot_type.rb +17 -0
  43. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/machine_result_list.rb +55 -0
  44. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/name_availability_reason.rb +17 -0
  45. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/network_adapter.rb +67 -0
  46. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/operation.rb +71 -0
  47. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/operation_display.rb +83 -0
  48. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/operation_result_list.rb +55 -0
  49. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/percentile.rb +18 -0
  50. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/project.rb +256 -0
  51. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/project_key.rb +59 -0
  52. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/project_result_list.rb +55 -0
  53. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/provisioning_state.rb +20 -0
  54. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/time_range.rb +17 -0
  55. data/lib/2018-02-02/generated/azure_mgmt_migrate/models/vm_family.rb +88 -0
  56. data/lib/2018-02-02/generated/azure_mgmt_migrate/module_definition.rb +9 -0
  57. data/lib/2018-02-02/generated/azure_mgmt_migrate/operations.rb +113 -0
  58. data/lib/2018-02-02/generated/azure_mgmt_migrate/projects.rb +756 -0
  59. data/lib/azure_mgmt_migrate.rb +6 -0
  60. data/lib/module_definition.rb +7 -0
  61. data/lib/profiles/latest/migrate_latest_profile_client.rb +40 -0
  62. data/lib/profiles/latest/migrate_module_definition.rb +8 -0
  63. data/lib/profiles/latest/modules/migrate_profile_module.rb +255 -0
  64. data/lib/version.rb +7 -0
  65. metadata +180 -0
@@ -0,0 +1,547 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::Migrate::Mgmt::V2018_02_02
7
+ module Models
8
+ #
9
+ # A machine evaluated as part of an assessment.
10
+ #
11
+ class AssessedMachine
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [String] Path reference to this assessed machine.
16
+ # /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName}/assessments/{assessmentName}/assessedMachines/{assessedMachineName}
17
+ attr_accessor :id
18
+
19
+ # @return [String] Name of the machine.
20
+ attr_accessor :name
21
+
22
+ # @return [String] For optimistic concurrency control.
23
+ attr_accessor :e_tag
24
+
25
+ # @return [String] Type of the object =
26
+ # [Microsoft.Migrate/projects/groups/assessments/assessedMachines].
27
+ attr_accessor :type
28
+
29
+ # @return [Array<String>] List of references to the groups that the
30
+ # machine is member of.
31
+ attr_accessor :groups
32
+
33
+ # @return [DateTime] Time when this machine was discovered by Azure
34
+ # Migrate agent. Date-Time represented in ISO-8601 format.
35
+ attr_accessor :discovered_timestamp
36
+
37
+ # @return [MachineBootType] Boot type of the machine. Possible values
38
+ # include: 'Unknown', 'EFI', 'BIOS'
39
+ attr_accessor :boot_type
40
+
41
+ # @return [String] Container defined in the management solution that this
42
+ # machine is part of in the datacenter.
43
+ attr_accessor :datacenter_container
44
+
45
+ # @return [String] Name of the server hosting the datacenter management
46
+ # solution.
47
+ attr_accessor :datacenter_management_server
48
+
49
+ # @return [String] ID of the machine as tracked by the datacenter
50
+ # management solution.
51
+ attr_accessor :datacenter_machine_id
52
+
53
+ # @return [String] ID of the server hosting the datacenter management
54
+ # solution.
55
+ attr_accessor :datacenter_management_server_id
56
+
57
+ # @return [String] Description of the machine
58
+ attr_accessor :description
59
+
60
+ # @return [String] User readable name of the machine as defined by the
61
+ # user in their private datacenter.
62
+ attr_accessor :display_name
63
+
64
+ # @return [Float] Memory in Megabytes.
65
+ attr_accessor :megabytes_of_memory
66
+
67
+ # @return [Integer] Processor count.
68
+ attr_accessor :number_of_cores
69
+
70
+ # @return [String] Operating System of the machine.
71
+ attr_accessor :operating_system
72
+
73
+ # @return [Float] Monthly network cost estimate for the network adapters
74
+ # that are attached to this machine as a group, for a 31-day month.
75
+ attr_accessor :monthly_bandwidth_cost
76
+
77
+ # @return [Float] Monthly storage cost estimate for the disks that are
78
+ # attached to this machine as a group, for a 31-day month.
79
+ attr_accessor :monthly_storage_cost
80
+
81
+ # @return [Hash{String => AssessedDisk}] Dictionary of disks attached to
82
+ # the machine. Key is ID of disk. Value is a disk object.
83
+ attr_accessor :disks
84
+
85
+ # @return [Hash{String => AssessedNetworkAdapter}] Dictionary of network
86
+ # adapters attached to the machine. Key is name of the adapter. Value is
87
+ # a network adapter object.
88
+ attr_accessor :network_adapters
89
+
90
+ # @return [AzureVmSize] Recommended Azure size for this machine. Possible
91
+ # values include: 'Unknown', 'Basic_A0', 'Basic_A1', 'Basic_A2',
92
+ # 'Basic_A3', 'Basic_A4', 'Standard_A0', 'Standard_A1', 'Standard_A2',
93
+ # 'Standard_A3', 'Standard_A4', 'Standard_A5', 'Standard_A6',
94
+ # 'Standard_A7', 'Standard_A8', 'Standard_A9', 'Standard_A10',
95
+ # 'Standard_A11', 'Standard_A1_v2', 'Standard_A2_v2', 'Standard_A4_v2',
96
+ # 'Standard_A8_v2', 'Standard_A2m_v2', 'Standard_A4m_v2',
97
+ # 'Standard_A8m_v2', 'Standard_D1', 'Standard_D2', 'Standard_D3',
98
+ # 'Standard_D4', 'Standard_D11', 'Standard_D12', 'Standard_D13',
99
+ # 'Standard_D14', 'Standard_D1_v2', 'Standard_D2_v2', 'Standard_D3_v2',
100
+ # 'Standard_D4_v2', 'Standard_D5_v2', 'Standard_D11_v2',
101
+ # 'Standard_D12_v2', 'Standard_D13_v2', 'Standard_D14_v2',
102
+ # 'Standard_D15_v2', 'Standard_DS1', 'Standard_DS2', 'Standard_DS3',
103
+ # 'Standard_DS4', 'Standard_DS11', 'Standard_DS12', 'Standard_DS13',
104
+ # 'Standard_DS14', 'Standard_DS1_v2', 'Standard_DS2_v2',
105
+ # 'Standard_DS3_v2', 'Standard_DS4_v2', 'Standard_DS5_v2',
106
+ # 'Standard_DS11_v2', 'Standard_DS12_v2', 'Standard_DS13_v2',
107
+ # 'Standard_DS14_v2', 'Standard_DS15_v2', 'Standard_F1', 'Standard_F2',
108
+ # 'Standard_F4', 'Standard_F8', 'Standard_F16', 'Standard_F1s',
109
+ # 'Standard_F2s', 'Standard_F4s', 'Standard_F8s', 'Standard_F16s',
110
+ # 'Standard_G1', 'Standard_G2', 'Standard_G3', 'Standard_G4',
111
+ # 'Standard_G5', 'Standard_GS1', 'Standard_GS2', 'Standard_GS3',
112
+ # 'Standard_GS4', 'Standard_GS5', 'Standard_H8', 'Standard_H16',
113
+ # 'Standard_H8m', 'Standard_H16m', 'Standard_H16r', 'Standard_H16mr',
114
+ # 'Standard_L4s', 'Standard_L8s', 'Standard_L16s', 'Standard_L32s'
115
+ attr_accessor :recommended_size
116
+
117
+ # @return [Integer] Number of CPU cores in the Recommended Azure VM Size.
118
+ attr_accessor :number_of_cores_for_recommended_size
119
+
120
+ # @return [Float] Megabytes of memory in the Recommended Azure VM Size.
121
+ attr_accessor :megabytes_of_memory_for_recommended_size
122
+
123
+ # @return [Float] Compute Cost for a 31-day month, if the machine is
124
+ # migrated to Azure with the Recommended Size.
125
+ attr_accessor :monthly_compute_cost_for_recommended_size
126
+
127
+ # @return [Float] Utilization percentage of the processor core as
128
+ # observed in the private data center, in the Time Range selected on
129
+ # Assessment, reported as the Percentile value based on the percentile
130
+ # number selected in assessment.
131
+ attr_accessor :percentage_cores_utilization
132
+
133
+ # @return [Float] Utilization percentage of the memory as observed in the
134
+ # private data center, in the Time Range selected on Assessment, reported
135
+ # as the Percentile value based on the percentile number selected in
136
+ # assessment.
137
+ attr_accessor :percentage_memory_utilization
138
+
139
+ # @return [Integer] Expected data points for percentage of cores
140
+ # utilization.
141
+ attr_accessor :percentage_cores_utilization_data_points_expected
142
+
143
+ # @return [Integer] Received data points for percentage of cores
144
+ # utilization.
145
+ attr_accessor :percentage_cores_utilization_data_points_received
146
+
147
+ # @return [Integer] Expected data points for percentage of memory
148
+ # utilization.
149
+ attr_accessor :percentage_memory_utilization_data_points_expected
150
+
151
+ # @return [Integer] Received data points for percentage of memory
152
+ # utilization.
153
+ attr_accessor :percentage_memory_utilization_data_points_received
154
+
155
+ # @return [CloudSuitability] Whether machine is suitable for migration to
156
+ # Azure. Possible values include: 'Unknown', 'NotSuitable', 'Suitable',
157
+ # 'ConditionallySuitable', 'ReadinessUnknown'
158
+ attr_accessor :suitability
159
+
160
+ # @return [AzureVmSuitabilityExplanation] If machine is not ready to be
161
+ # migrated, this explains the reasons and mitigation steps. Possible
162
+ # values include: 'Unknown', 'NotApplicable',
163
+ # 'GuestOperatingSystemArchitectureNotSupported',
164
+ # 'GuestOperatingSystemNotSupported', 'BootTypeNotSupported',
165
+ # 'MoreDisksThanSupported', 'NoSuitableVmSizeFound',
166
+ # 'OneOrMoreDisksNotSuitable', 'OneOrMoreAdaptersNotSuitable',
167
+ # 'InternalErrorOccuredDuringComputeEvaluation',
168
+ # 'InternalErrorOccuredDuringStorageEvaluation',
169
+ # 'InternalErrorOccuredDuringNetworkEvaluation',
170
+ # 'NoVmSizeSupportsStoragePerformance',
171
+ # 'NoVmSizeSupportsNetworkPerformance', 'NoVmSizeForSelectedPricingTier',
172
+ # 'NoVmSizeForSelectedAzureLocation', 'CheckRedHatLinuxVersion',
173
+ # 'CheckOpenSuseLinuxVersion', 'CheckWindowsServer2008R2Version',
174
+ # 'CheckCentOsVersion', 'CheckDebianLinuxVersion',
175
+ # 'CheckSuseLinuxVersion', 'CheckOracleLinuxVersion',
176
+ # 'CheckUbuntuLinuxVersion', 'CheckCoreOsLinuxVersion',
177
+ # 'WindowsServerVersionConditionallySupported',
178
+ # 'NoGuestOperatingSystemConditionallySupported',
179
+ # 'WindowsClientVersionsConditionallySupported', 'BootTypeUnknown',
180
+ # 'GuestOperatingSystemUnknown',
181
+ # 'WindowsServerVersionsSupportedWithCaveat',
182
+ # 'WindowsOSNoLongerUnderMSSupport',
183
+ # 'EndorsedWithConditionsLinuxDistributions',
184
+ # 'UnendorsedLinuxDistributions', 'NoVmSizeForStandardPricingTier',
185
+ # 'NoVmSizeForBasicPricingTier'
186
+ attr_accessor :suitability_explanation
187
+
188
+ # @return [DateTime] Time when this machine was created. Date-Time
189
+ # represented in ISO-8601 format.
190
+ attr_accessor :created_timestamp
191
+
192
+ # @return [DateTime] Time when this machine was last updated. Date-Time
193
+ # represented in ISO-8601 format.
194
+ attr_accessor :updated_timestamp
195
+
196
+
197
+ #
198
+ # Mapper for AssessedMachine class as Ruby Hash.
199
+ # This will be used for serialization/deserialization.
200
+ #
201
+ def self.mapper()
202
+ {
203
+ client_side_validation: true,
204
+ required: false,
205
+ serialized_name: 'AssessedMachine',
206
+ type: {
207
+ name: 'Composite',
208
+ class_name: 'AssessedMachine',
209
+ model_properties: {
210
+ id: {
211
+ client_side_validation: true,
212
+ required: false,
213
+ read_only: true,
214
+ serialized_name: 'id',
215
+ type: {
216
+ name: 'String'
217
+ }
218
+ },
219
+ name: {
220
+ client_side_validation: true,
221
+ required: false,
222
+ read_only: true,
223
+ serialized_name: 'name',
224
+ type: {
225
+ name: 'String'
226
+ }
227
+ },
228
+ e_tag: {
229
+ client_side_validation: true,
230
+ required: false,
231
+ serialized_name: 'eTag',
232
+ type: {
233
+ name: 'String'
234
+ }
235
+ },
236
+ type: {
237
+ client_side_validation: true,
238
+ required: false,
239
+ read_only: true,
240
+ serialized_name: 'type',
241
+ type: {
242
+ name: 'String'
243
+ }
244
+ },
245
+ groups: {
246
+ client_side_validation: true,
247
+ required: false,
248
+ read_only: true,
249
+ serialized_name: 'properties.groups',
250
+ type: {
251
+ name: 'Sequence',
252
+ element: {
253
+ client_side_validation: true,
254
+ required: false,
255
+ serialized_name: 'StringElementType',
256
+ type: {
257
+ name: 'String'
258
+ }
259
+ }
260
+ }
261
+ },
262
+ discovered_timestamp: {
263
+ client_side_validation: true,
264
+ required: false,
265
+ read_only: true,
266
+ serialized_name: 'properties.discoveredTimestamp',
267
+ type: {
268
+ name: 'DateTime'
269
+ }
270
+ },
271
+ boot_type: {
272
+ client_side_validation: true,
273
+ required: false,
274
+ read_only: true,
275
+ serialized_name: 'properties.bootType',
276
+ type: {
277
+ name: 'String'
278
+ }
279
+ },
280
+ datacenter_container: {
281
+ client_side_validation: true,
282
+ required: false,
283
+ read_only: true,
284
+ serialized_name: 'properties.datacenterContainer',
285
+ type: {
286
+ name: 'String'
287
+ }
288
+ },
289
+ datacenter_management_server: {
290
+ client_side_validation: true,
291
+ required: false,
292
+ read_only: true,
293
+ serialized_name: 'properties.datacenterManagementServer',
294
+ type: {
295
+ name: 'String'
296
+ }
297
+ },
298
+ datacenter_machine_id: {
299
+ client_side_validation: true,
300
+ required: false,
301
+ read_only: true,
302
+ serialized_name: 'properties.datacenterMachineId',
303
+ type: {
304
+ name: 'String'
305
+ }
306
+ },
307
+ datacenter_management_server_id: {
308
+ client_side_validation: true,
309
+ required: false,
310
+ read_only: true,
311
+ serialized_name: 'properties.datacenterManagementServerId',
312
+ type: {
313
+ name: 'String'
314
+ }
315
+ },
316
+ description: {
317
+ client_side_validation: true,
318
+ required: false,
319
+ read_only: true,
320
+ serialized_name: 'properties.description',
321
+ type: {
322
+ name: 'String'
323
+ }
324
+ },
325
+ display_name: {
326
+ client_side_validation: true,
327
+ required: false,
328
+ read_only: true,
329
+ serialized_name: 'properties.displayName',
330
+ type: {
331
+ name: 'String'
332
+ }
333
+ },
334
+ megabytes_of_memory: {
335
+ client_side_validation: true,
336
+ required: false,
337
+ read_only: true,
338
+ serialized_name: 'properties.megabytesOfMemory',
339
+ type: {
340
+ name: 'Double'
341
+ }
342
+ },
343
+ number_of_cores: {
344
+ client_side_validation: true,
345
+ required: false,
346
+ read_only: true,
347
+ serialized_name: 'properties.numberOfCores',
348
+ type: {
349
+ name: 'Number'
350
+ }
351
+ },
352
+ operating_system: {
353
+ client_side_validation: true,
354
+ required: false,
355
+ read_only: true,
356
+ serialized_name: 'properties.operatingSystem',
357
+ type: {
358
+ name: 'String'
359
+ }
360
+ },
361
+ monthly_bandwidth_cost: {
362
+ client_side_validation: true,
363
+ required: false,
364
+ read_only: true,
365
+ serialized_name: 'properties.monthlyBandwidthCost',
366
+ type: {
367
+ name: 'Double'
368
+ }
369
+ },
370
+ monthly_storage_cost: {
371
+ client_side_validation: true,
372
+ required: false,
373
+ read_only: true,
374
+ serialized_name: 'properties.monthlyStorageCost',
375
+ type: {
376
+ name: 'Double'
377
+ }
378
+ },
379
+ disks: {
380
+ client_side_validation: true,
381
+ required: false,
382
+ read_only: true,
383
+ serialized_name: 'properties.disks',
384
+ type: {
385
+ name: 'Dictionary',
386
+ value: {
387
+ client_side_validation: true,
388
+ required: false,
389
+ serialized_name: 'AssessedDiskElementType',
390
+ type: {
391
+ name: 'Composite',
392
+ class_name: 'AssessedDisk'
393
+ }
394
+ }
395
+ }
396
+ },
397
+ network_adapters: {
398
+ client_side_validation: true,
399
+ required: false,
400
+ read_only: true,
401
+ serialized_name: 'properties.networkAdapters',
402
+ type: {
403
+ name: 'Dictionary',
404
+ value: {
405
+ client_side_validation: true,
406
+ required: false,
407
+ serialized_name: 'AssessedNetworkAdapterElementType',
408
+ type: {
409
+ name: 'Composite',
410
+ class_name: 'AssessedNetworkAdapter'
411
+ }
412
+ }
413
+ }
414
+ },
415
+ recommended_size: {
416
+ client_side_validation: true,
417
+ required: false,
418
+ read_only: true,
419
+ serialized_name: 'properties.recommendedSize',
420
+ type: {
421
+ name: 'String'
422
+ }
423
+ },
424
+ number_of_cores_for_recommended_size: {
425
+ client_side_validation: true,
426
+ required: false,
427
+ read_only: true,
428
+ serialized_name: 'properties.numberOfCoresForRecommendedSize',
429
+ type: {
430
+ name: 'Number'
431
+ }
432
+ },
433
+ megabytes_of_memory_for_recommended_size: {
434
+ client_side_validation: true,
435
+ required: false,
436
+ read_only: true,
437
+ serialized_name: 'properties.megabytesOfMemoryForRecommendedSize',
438
+ type: {
439
+ name: 'Double'
440
+ }
441
+ },
442
+ monthly_compute_cost_for_recommended_size: {
443
+ client_side_validation: true,
444
+ required: false,
445
+ read_only: true,
446
+ serialized_name: 'properties.monthlyComputeCostForRecommendedSize',
447
+ type: {
448
+ name: 'Double'
449
+ }
450
+ },
451
+ percentage_cores_utilization: {
452
+ client_side_validation: true,
453
+ required: false,
454
+ read_only: true,
455
+ serialized_name: 'properties.percentageCoresUtilization',
456
+ type: {
457
+ name: 'Double'
458
+ }
459
+ },
460
+ percentage_memory_utilization: {
461
+ client_side_validation: true,
462
+ required: false,
463
+ read_only: true,
464
+ serialized_name: 'properties.percentageMemoryUtilization',
465
+ type: {
466
+ name: 'Double'
467
+ }
468
+ },
469
+ percentage_cores_utilization_data_points_expected: {
470
+ client_side_validation: true,
471
+ required: false,
472
+ read_only: true,
473
+ serialized_name: 'properties.percentageCoresUtilizationDataPointsExpected',
474
+ type: {
475
+ name: 'Number'
476
+ }
477
+ },
478
+ percentage_cores_utilization_data_points_received: {
479
+ client_side_validation: true,
480
+ required: false,
481
+ read_only: true,
482
+ serialized_name: 'properties.percentageCoresUtilizationDataPointsReceived',
483
+ type: {
484
+ name: 'Number'
485
+ }
486
+ },
487
+ percentage_memory_utilization_data_points_expected: {
488
+ client_side_validation: true,
489
+ required: false,
490
+ read_only: true,
491
+ serialized_name: 'properties.percentageMemoryUtilizationDataPointsExpected',
492
+ type: {
493
+ name: 'Number'
494
+ }
495
+ },
496
+ percentage_memory_utilization_data_points_received: {
497
+ client_side_validation: true,
498
+ required: false,
499
+ read_only: true,
500
+ serialized_name: 'properties.percentageMemoryUtilizationDataPointsReceived',
501
+ type: {
502
+ name: 'Number'
503
+ }
504
+ },
505
+ suitability: {
506
+ client_side_validation: true,
507
+ required: false,
508
+ read_only: true,
509
+ serialized_name: 'properties.suitability',
510
+ type: {
511
+ name: 'String'
512
+ }
513
+ },
514
+ suitability_explanation: {
515
+ client_side_validation: true,
516
+ required: false,
517
+ read_only: true,
518
+ serialized_name: 'properties.suitabilityExplanation',
519
+ type: {
520
+ name: 'String'
521
+ }
522
+ },
523
+ created_timestamp: {
524
+ client_side_validation: true,
525
+ required: false,
526
+ read_only: true,
527
+ serialized_name: 'properties.createdTimestamp',
528
+ type: {
529
+ name: 'DateTime'
530
+ }
531
+ },
532
+ updated_timestamp: {
533
+ client_side_validation: true,
534
+ required: false,
535
+ read_only: true,
536
+ serialized_name: 'properties.updatedTimestamp',
537
+ type: {
538
+ name: 'DateTime'
539
+ }
540
+ }
541
+ }
542
+ }
543
+ }
544
+ end
545
+ end
546
+ end
547
+ end