@openshift-migration-advisor/agent-sdk 0.12.0-d4bdc4301890 → 0.12.0-e4c04f972747

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 (274) hide show
  1. package/.openapi-generator/FILES +52 -0
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +52 -5
  4. package/dist/apis/DefaultApi.d.ts +798 -20
  5. package/dist/apis/DefaultApi.js +878 -24
  6. package/dist/esm/apis/DefaultApi.d.ts +798 -20
  7. package/dist/esm/apis/DefaultApi.js +878 -24
  8. package/dist/esm/models/AgentStatus.d.ts +1 -1
  9. package/dist/esm/models/AgentStatus.js +3 -3
  10. package/dist/esm/models/ApplicationListResponse.d.ts +33 -0
  11. package/dist/esm/models/ApplicationListResponse.js +44 -0
  12. package/dist/esm/models/ApplicationOverview.d.ts +51 -0
  13. package/dist/esm/models/ApplicationOverview.js +56 -0
  14. package/dist/esm/models/ApplicationVM.d.ts +38 -0
  15. package/dist/esm/models/ApplicationVM.js +47 -0
  16. package/dist/esm/models/BenchmarkRun.d.ts +104 -0
  17. package/dist/esm/models/BenchmarkRun.js +85 -0
  18. package/dist/esm/models/ClusterFeatures.d.ts +54 -0
  19. package/dist/esm/models/ClusterFeatures.js +54 -0
  20. package/dist/esm/models/ClusterUtilization.d.ts +68 -0
  21. package/dist/esm/models/ClusterUtilization.js +67 -0
  22. package/dist/esm/models/CreateGroupRequest.d.ts +0 -6
  23. package/dist/esm/models/CreateGroupRequest.js +0 -2
  24. package/dist/esm/models/DatastoreDetail.d.ts +90 -0
  25. package/dist/esm/models/DatastoreDetail.js +74 -0
  26. package/dist/esm/models/DatastorePair.d.ts +50 -0
  27. package/dist/esm/models/DatastorePair.js +53 -0
  28. package/dist/esm/models/DeleteLabelGloballyResponse.d.ts +38 -0
  29. package/dist/esm/models/DeleteLabelGloballyResponse.js +47 -0
  30. package/dist/esm/models/EstimateRange.d.ts +44 -0
  31. package/dist/esm/models/EstimateRange.js +45 -0
  32. package/dist/esm/models/ForecastStats.d.ts +87 -0
  33. package/dist/esm/models/ForecastStats.js +64 -0
  34. package/dist/esm/models/ForecasterDatastoresRequest.d.ts +33 -0
  35. package/dist/esm/models/ForecasterDatastoresRequest.js +42 -0
  36. package/dist/esm/models/ForecasterPairStatus.d.ts +98 -0
  37. package/dist/esm/models/ForecasterPairStatus.js +82 -0
  38. package/dist/esm/models/ForecasterStartRequest.d.ts +58 -0
  39. package/dist/esm/models/ForecasterStartRequest.js +53 -0
  40. package/dist/esm/models/ForecasterStatus.d.ts +47 -0
  41. package/dist/esm/models/ForecasterStatus.js +53 -0
  42. package/dist/esm/models/Group.d.ts +0 -6
  43. package/dist/esm/models/Group.js +0 -2
  44. package/dist/esm/models/GroupResponse.d.ts +7 -0
  45. package/dist/esm/models/GroupResponse.js +3 -0
  46. package/dist/esm/models/InspectorStatus.d.ts +0 -17
  47. package/dist/esm/models/InspectorStatus.js +1 -10
  48. package/dist/esm/models/Inventory.d.ts +7 -1
  49. package/dist/esm/models/Inventory.js +5 -3
  50. package/dist/esm/models/InventoryData.d.ts +14 -0
  51. package/dist/esm/models/InventoryData.js +6 -0
  52. package/dist/esm/models/PairCapability.d.ts +60 -0
  53. package/dist/esm/models/PairCapability.js +64 -0
  54. package/dist/esm/models/PairCapabilityRequest.d.ts +40 -0
  55. package/dist/esm/models/PairCapabilityRequest.js +47 -0
  56. package/dist/esm/models/PutForecasterCredentials403Response.d.ts +38 -0
  57. package/dist/esm/models/PutForecasterCredentials403Response.js +43 -0
  58. package/dist/esm/models/RightsizingClusterListResponse.d.ts +39 -0
  59. package/dist/esm/models/RightsizingClusterListResponse.js +48 -0
  60. package/dist/esm/models/RightsizingClusterResponse.d.ts +39 -0
  61. package/dist/esm/models/RightsizingClusterResponse.js +48 -0
  62. package/dist/esm/models/RightsizingClusterUtilization.d.ts +112 -0
  63. package/dist/esm/models/RightsizingClusterUtilization.js +95 -0
  64. package/dist/esm/models/RightsizingCollectRequest.d.ts +6 -6
  65. package/dist/esm/models/RightsizingCollectRequest.js +12 -12
  66. package/dist/esm/models/RightsizingMetricStats.d.ts +1 -1
  67. package/dist/esm/models/RightsizingMetricStats.js +3 -3
  68. package/dist/esm/models/RightsizingReport.d.ts +6 -6
  69. package/dist/esm/models/RightsizingReport.js +18 -18
  70. package/dist/esm/models/RightsizingReportSummary.d.ts +6 -6
  71. package/dist/esm/models/RightsizingReportSummary.js +18 -18
  72. package/dist/esm/models/StartInspectionRequest.d.ts +8 -1
  73. package/dist/esm/models/StartInspectionRequest.js +5 -0
  74. package/dist/esm/models/StopForecasterPair202Response.d.ts +45 -0
  75. package/dist/esm/models/StopForecasterPair202Response.js +49 -0
  76. package/dist/esm/models/UpdateGroupRequest.d.ts +0 -6
  77. package/dist/esm/models/UpdateGroupRequest.js +0 -2
  78. package/dist/esm/models/UpdateLabelVMsRequest.d.ts +38 -0
  79. package/dist/esm/models/UpdateLabelVMsRequest.js +43 -0
  80. package/dist/esm/models/VMFilterOptionsResponse.d.ts +56 -0
  81. package/dist/esm/models/VMFilterOptionsResponse.js +59 -0
  82. package/dist/esm/models/VMLabelsResponse.d.ts +38 -0
  83. package/dist/esm/models/VMLabelsResponse.js +47 -0
  84. package/dist/esm/models/VMNIC.d.ts +12 -0
  85. package/dist/esm/models/VMNIC.js +4 -0
  86. package/dist/esm/models/VirtualMachine.d.ts +30 -6
  87. package/dist/esm/models/VirtualMachine.js +18 -10
  88. package/dist/esm/models/VirtualMachineDetail.d.ts +19 -0
  89. package/dist/esm/models/VirtualMachineDetail.js +7 -0
  90. package/dist/esm/models/VirtualMachineUpdateRequest.d.ts +38 -0
  91. package/dist/esm/models/VirtualMachineUpdateRequest.js +43 -0
  92. package/dist/esm/models/VmUtilizationDetails.d.ts +27 -9
  93. package/dist/esm/models/VmUtilizationDetails.js +39 -27
  94. package/dist/esm/models/index.d.ts +26 -0
  95. package/dist/esm/models/index.js +26 -0
  96. package/dist/models/AgentStatus.d.ts +1 -1
  97. package/dist/models/AgentStatus.js +3 -3
  98. package/dist/models/ApplicationListResponse.d.ts +33 -0
  99. package/dist/models/ApplicationListResponse.js +51 -0
  100. package/dist/models/ApplicationOverview.d.ts +51 -0
  101. package/dist/models/ApplicationOverview.js +63 -0
  102. package/dist/models/ApplicationVM.d.ts +38 -0
  103. package/dist/models/ApplicationVM.js +54 -0
  104. package/dist/models/BenchmarkRun.d.ts +104 -0
  105. package/dist/models/BenchmarkRun.js +92 -0
  106. package/dist/models/ClusterFeatures.d.ts +54 -0
  107. package/dist/models/ClusterFeatures.js +62 -0
  108. package/dist/models/ClusterUtilization.d.ts +68 -0
  109. package/dist/models/ClusterUtilization.js +74 -0
  110. package/dist/models/CreateGroupRequest.d.ts +0 -6
  111. package/dist/models/CreateGroupRequest.js +0 -2
  112. package/dist/models/DatastoreDetail.d.ts +90 -0
  113. package/dist/models/DatastoreDetail.js +82 -0
  114. package/dist/models/DatastorePair.d.ts +50 -0
  115. package/dist/models/DatastorePair.js +60 -0
  116. package/dist/models/DeleteLabelGloballyResponse.d.ts +38 -0
  117. package/dist/models/DeleteLabelGloballyResponse.js +54 -0
  118. package/dist/models/EstimateRange.d.ts +44 -0
  119. package/dist/models/EstimateRange.js +52 -0
  120. package/dist/models/ForecastStats.d.ts +87 -0
  121. package/dist/models/ForecastStats.js +71 -0
  122. package/dist/models/ForecasterDatastoresRequest.d.ts +33 -0
  123. package/dist/models/ForecasterDatastoresRequest.js +49 -0
  124. package/dist/models/ForecasterPairStatus.d.ts +98 -0
  125. package/dist/models/ForecasterPairStatus.js +90 -0
  126. package/dist/models/ForecasterStartRequest.d.ts +58 -0
  127. package/dist/models/ForecasterStartRequest.js +60 -0
  128. package/dist/models/ForecasterStatus.d.ts +47 -0
  129. package/dist/models/ForecasterStatus.js +61 -0
  130. package/dist/models/Group.d.ts +0 -6
  131. package/dist/models/Group.js +0 -2
  132. package/dist/models/GroupResponse.d.ts +7 -0
  133. package/dist/models/GroupResponse.js +3 -0
  134. package/dist/models/InspectorStatus.d.ts +0 -17
  135. package/dist/models/InspectorStatus.js +1 -10
  136. package/dist/models/Inventory.d.ts +7 -1
  137. package/dist/models/Inventory.js +5 -3
  138. package/dist/models/InventoryData.d.ts +14 -0
  139. package/dist/models/InventoryData.js +6 -0
  140. package/dist/models/PairCapability.d.ts +60 -0
  141. package/dist/models/PairCapability.js +72 -0
  142. package/dist/models/PairCapabilityRequest.d.ts +40 -0
  143. package/dist/models/PairCapabilityRequest.js +54 -0
  144. package/dist/models/PutForecasterCredentials403Response.d.ts +38 -0
  145. package/dist/models/PutForecasterCredentials403Response.js +50 -0
  146. package/dist/models/RightsizingClusterListResponse.d.ts +39 -0
  147. package/dist/models/RightsizingClusterListResponse.js +55 -0
  148. package/dist/models/RightsizingClusterResponse.d.ts +39 -0
  149. package/dist/models/RightsizingClusterResponse.js +55 -0
  150. package/dist/models/RightsizingClusterUtilization.d.ts +112 -0
  151. package/dist/models/RightsizingClusterUtilization.js +102 -0
  152. package/dist/models/RightsizingCollectRequest.d.ts +6 -6
  153. package/dist/models/RightsizingCollectRequest.js +12 -12
  154. package/dist/models/RightsizingMetricStats.d.ts +1 -1
  155. package/dist/models/RightsizingMetricStats.js +3 -3
  156. package/dist/models/RightsizingReport.d.ts +6 -6
  157. package/dist/models/RightsizingReport.js +18 -18
  158. package/dist/models/RightsizingReportSummary.d.ts +6 -6
  159. package/dist/models/RightsizingReportSummary.js +18 -18
  160. package/dist/models/StartInspectionRequest.d.ts +8 -1
  161. package/dist/models/StartInspectionRequest.js +5 -0
  162. package/dist/models/StopForecasterPair202Response.d.ts +45 -0
  163. package/dist/models/StopForecasterPair202Response.js +57 -0
  164. package/dist/models/UpdateGroupRequest.d.ts +0 -6
  165. package/dist/models/UpdateGroupRequest.js +0 -2
  166. package/dist/models/UpdateLabelVMsRequest.d.ts +38 -0
  167. package/dist/models/UpdateLabelVMsRequest.js +50 -0
  168. package/dist/models/VMFilterOptionsResponse.d.ts +56 -0
  169. package/dist/models/VMFilterOptionsResponse.js +66 -0
  170. package/dist/models/VMLabelsResponse.d.ts +38 -0
  171. package/dist/models/VMLabelsResponse.js +54 -0
  172. package/dist/models/VMNIC.d.ts +12 -0
  173. package/dist/models/VMNIC.js +4 -0
  174. package/dist/models/VirtualMachine.d.ts +30 -6
  175. package/dist/models/VirtualMachine.js +18 -10
  176. package/dist/models/VirtualMachineDetail.d.ts +19 -0
  177. package/dist/models/VirtualMachineDetail.js +7 -0
  178. package/dist/models/VirtualMachineUpdateRequest.d.ts +38 -0
  179. package/dist/models/VirtualMachineUpdateRequest.js +50 -0
  180. package/dist/models/VmUtilizationDetails.d.ts +27 -9
  181. package/dist/models/VmUtilizationDetails.js +39 -27
  182. package/dist/models/index.d.ts +26 -0
  183. package/dist/models/index.js +26 -0
  184. package/docs/AgentStatus.md +2 -2
  185. package/docs/ApplicationListResponse.md +34 -0
  186. package/docs/ApplicationOverview.md +40 -0
  187. package/docs/ApplicationVM.md +36 -0
  188. package/docs/BenchmarkRun.md +58 -0
  189. package/docs/ClusterFeatures.md +38 -0
  190. package/docs/ClusterUtilization.md +46 -0
  191. package/docs/CreateGroupRequest.md +0 -2
  192. package/docs/DatastoreDetail.md +50 -0
  193. package/docs/DatastorePair.md +40 -0
  194. package/docs/DefaultApi.md +1725 -308
  195. package/docs/DeleteLabelGloballyResponse.md +36 -0
  196. package/docs/EstimateRange.md +39 -0
  197. package/docs/ForecastStats.md +52 -0
  198. package/docs/ForecasterDatastoresRequest.md +34 -0
  199. package/docs/ForecasterPairStatus.md +52 -0
  200. package/docs/ForecasterStartRequest.md +42 -0
  201. package/docs/ForecasterStatus.md +36 -0
  202. package/docs/GetInventory200Response.md +4 -2
  203. package/docs/Group.md +0 -2
  204. package/docs/GroupResponse.md +2 -0
  205. package/docs/InspectorStatus.md +0 -4
  206. package/docs/Inventory.md +4 -2
  207. package/docs/InventoryData.md +4 -0
  208. package/docs/PairCapability.md +40 -0
  209. package/docs/PairCapabilityRequest.md +36 -0
  210. package/docs/PutForecasterCredentials403Response.md +36 -0
  211. package/docs/RightsizingClusterListResponse.md +36 -0
  212. package/docs/RightsizingClusterResponse.md +36 -0
  213. package/docs/RightsizingClusterUtilization.md +60 -0
  214. package/docs/RightsizingCollectRequest.md +12 -12
  215. package/docs/RightsizingMetricStats.md +2 -2
  216. package/docs/RightsizingReport.md +12 -12
  217. package/docs/RightsizingReportSummary.md +12 -12
  218. package/docs/StartInspectionRequest.md +3 -1
  219. package/docs/StopForecasterPair202Response.md +36 -0
  220. package/docs/UpdateGroupRequest.md +0 -2
  221. package/docs/UpdateLabelVMsRequest.md +36 -0
  222. package/docs/VMFilterOptionsResponse.md +42 -0
  223. package/docs/VMLabelsResponse.md +36 -0
  224. package/docs/VMNIC.md +4 -0
  225. package/docs/VirtualMachine.md +18 -10
  226. package/docs/VirtualMachineDetail.md +6 -0
  227. package/docs/VirtualMachineUpdateRequest.md +36 -0
  228. package/docs/VmUtilizationDetails.md +24 -18
  229. package/package.json +1 -1
  230. package/src/apis/DefaultApi.ts +1700 -93
  231. package/src/models/AgentStatus.ts +4 -4
  232. package/src/models/ApplicationListResponse.ts +74 -0
  233. package/src/models/ApplicationOverview.ts +101 -0
  234. package/src/models/ApplicationVM.ts +75 -0
  235. package/src/models/BenchmarkRun.ts +171 -0
  236. package/src/models/ClusterFeatures.ts +94 -0
  237. package/src/models/ClusterUtilization.ts +120 -0
  238. package/src/models/CreateGroupRequest.ts +0 -8
  239. package/src/models/DatastoreDetail.ts +146 -0
  240. package/src/models/DatastorePair.ts +92 -0
  241. package/src/models/DeleteLabelGloballyResponse.ts +75 -0
  242. package/src/models/EstimateRange.ts +81 -0
  243. package/src/models/ForecastStats.ts +147 -0
  244. package/src/models/ForecasterDatastoresRequest.ts +73 -0
  245. package/src/models/ForecasterPairStatus.ts +158 -0
  246. package/src/models/ForecasterStartRequest.ts +113 -0
  247. package/src/models/ForecasterStatus.ts +93 -0
  248. package/src/models/Group.ts +0 -8
  249. package/src/models/GroupResponse.ts +15 -0
  250. package/src/models/InspectorStatus.ts +1 -28
  251. package/src/models/Inventory.ts +12 -4
  252. package/src/models/InventoryData.ts +30 -0
  253. package/src/models/PairCapability.ts +106 -0
  254. package/src/models/PairCapabilityRequest.ts +89 -0
  255. package/src/models/PutForecasterCredentials403Response.ts +73 -0
  256. package/src/models/RightsizingClusterListResponse.ts +83 -0
  257. package/src/models/RightsizingClusterResponse.ts +83 -0
  258. package/src/models/RightsizingClusterUtilization.ts +185 -0
  259. package/src/models/RightsizingCollectRequest.ts +18 -18
  260. package/src/models/RightsizingMetricStats.ts +4 -4
  261. package/src/models/RightsizingReport.ts +24 -24
  262. package/src/models/RightsizingReportSummary.ts +24 -24
  263. package/src/models/StartInspectionRequest.ts +18 -1
  264. package/src/models/StopForecasterPair202Response.ts +83 -0
  265. package/src/models/UpdateGroupRequest.ts +0 -8
  266. package/src/models/UpdateLabelVMsRequest.ts +73 -0
  267. package/src/models/VMFilterOptionsResponse.ts +102 -0
  268. package/src/models/VMLabelsResponse.ts +75 -0
  269. package/src/models/VMNIC.ts +16 -0
  270. package/src/models/VirtualMachine.ts +48 -16
  271. package/src/models/VirtualMachineDetail.ts +31 -0
  272. package/src/models/VirtualMachineUpdateRequest.ts +73 -0
  273. package/src/models/VmUtilizationDetails.ts +63 -36
  274. package/src/models/index.ts +26 -0
@@ -0,0 +1,43 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Assisted Migration Agent API
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * Check if a given object implements the VirtualMachineUpdateRequest interface.
16
+ */
17
+ export function instanceOfVirtualMachineUpdateRequest(value) {
18
+ return true;
19
+ }
20
+ export function VirtualMachineUpdateRequestFromJSON(json) {
21
+ return VirtualMachineUpdateRequestFromJSONTyped(json, false);
22
+ }
23
+ export function VirtualMachineUpdateRequestFromJSONTyped(json, ignoreDiscriminator) {
24
+ if (json == null) {
25
+ return json;
26
+ }
27
+ return {
28
+ 'migrationExcluded': json['migrationExcluded'] == null ? undefined : json['migrationExcluded'],
29
+ 'labels': json['labels'] == null ? undefined : json['labels'],
30
+ };
31
+ }
32
+ export function VirtualMachineUpdateRequestToJSON(json) {
33
+ return VirtualMachineUpdateRequestToJSONTyped(json, false);
34
+ }
35
+ export function VirtualMachineUpdateRequestToJSONTyped(value, ignoreDiscriminator = false) {
36
+ if (value == null) {
37
+ return value;
38
+ }
39
+ return {
40
+ 'migrationExcluded': value['migrationExcluded'],
41
+ 'labels': value['labels'],
42
+ };
43
+ }
@@ -26,55 +26,73 @@ export interface VmUtilizationDetails {
26
26
  * @type {string}
27
27
  * @memberof VmUtilizationDetails
28
28
  */
29
- vmName: string;
29
+ vm_name: string;
30
+ /**
31
+ * Number of vCPUs provisioned for this VM
32
+ * @type {number}
33
+ * @memberof VmUtilizationDetails
34
+ */
35
+ provisioned_cpus: number;
36
+ /**
37
+ * Provisioned RAM (MB)
38
+ * @type {number}
39
+ * @memberof VmUtilizationDetails
40
+ */
41
+ provisioned_memory_mb: number;
42
+ /**
43
+ * Provisioned disk (KB)
44
+ * @type {number}
45
+ * @memberof VmUtilizationDetails
46
+ */
47
+ provisioned_disk_kb: number;
30
48
  /**
31
49
  * CPU utilization average (%)
32
50
  * @type {number}
33
51
  * @memberof VmUtilizationDetails
34
52
  */
35
- cpuAvg: number;
53
+ cpu_avg: number;
36
54
  /**
37
55
  *
38
56
  * @type {number}
39
57
  * @memberof VmUtilizationDetails
40
58
  */
41
- cpuP95: number;
59
+ cpu_p95: number;
42
60
  /**
43
61
  *
44
62
  * @type {number}
45
63
  * @memberof VmUtilizationDetails
46
64
  */
47
- cpuMax: number;
65
+ cpu_max: number;
48
66
  /**
49
67
  *
50
68
  * @type {number}
51
69
  * @memberof VmUtilizationDetails
52
70
  */
53
- cpuLatest: number;
71
+ cpu_latest: number;
54
72
  /**
55
73
  * Memory utilization average (%)
56
74
  * @type {number}
57
75
  * @memberof VmUtilizationDetails
58
76
  */
59
- memAvg: number;
77
+ mem_avg: number;
60
78
  /**
61
79
  *
62
80
  * @type {number}
63
81
  * @memberof VmUtilizationDetails
64
82
  */
65
- memP95: number;
83
+ mem_p95: number;
66
84
  /**
67
85
  *
68
86
  * @type {number}
69
87
  * @memberof VmUtilizationDetails
70
88
  */
71
- memMax: number;
89
+ mem_max: number;
72
90
  /**
73
91
  *
74
92
  * @type {number}
75
93
  * @memberof VmUtilizationDetails
76
94
  */
77
- memLatest: number;
95
+ mem_latest: number;
78
96
  /**
79
97
  * Disk utilization (%)
80
98
  * @type {number}
@@ -17,23 +17,29 @@
17
17
  export function instanceOfVmUtilizationDetails(value) {
18
18
  if (!('moid' in value) || value['moid'] === undefined)
19
19
  return false;
20
- if (!('vmName' in value) || value['vmName'] === undefined)
20
+ if (!('vm_name' in value) || value['vm_name'] === undefined)
21
21
  return false;
22
- if (!('cpuAvg' in value) || value['cpuAvg'] === undefined)
22
+ if (!('provisioned_cpus' in value) || value['provisioned_cpus'] === undefined)
23
23
  return false;
24
- if (!('cpuP95' in value) || value['cpuP95'] === undefined)
24
+ if (!('provisioned_memory_mb' in value) || value['provisioned_memory_mb'] === undefined)
25
25
  return false;
26
- if (!('cpuMax' in value) || value['cpuMax'] === undefined)
26
+ if (!('provisioned_disk_kb' in value) || value['provisioned_disk_kb'] === undefined)
27
27
  return false;
28
- if (!('cpuLatest' in value) || value['cpuLatest'] === undefined)
28
+ if (!('cpu_avg' in value) || value['cpu_avg'] === undefined)
29
29
  return false;
30
- if (!('memAvg' in value) || value['memAvg'] === undefined)
30
+ if (!('cpu_p95' in value) || value['cpu_p95'] === undefined)
31
31
  return false;
32
- if (!('memP95' in value) || value['memP95'] === undefined)
32
+ if (!('cpu_max' in value) || value['cpu_max'] === undefined)
33
33
  return false;
34
- if (!('memMax' in value) || value['memMax'] === undefined)
34
+ if (!('cpu_latest' in value) || value['cpu_latest'] === undefined)
35
35
  return false;
36
- if (!('memLatest' in value) || value['memLatest'] === undefined)
36
+ if (!('mem_avg' in value) || value['mem_avg'] === undefined)
37
+ return false;
38
+ if (!('mem_p95' in value) || value['mem_p95'] === undefined)
39
+ return false;
40
+ if (!('mem_max' in value) || value['mem_max'] === undefined)
41
+ return false;
42
+ if (!('mem_latest' in value) || value['mem_latest'] === undefined)
37
43
  return false;
38
44
  if (!('disk' in value) || value['disk'] === undefined)
39
45
  return false;
@@ -50,15 +56,18 @@ export function VmUtilizationDetailsFromJSONTyped(json, ignoreDiscriminator) {
50
56
  }
51
57
  return {
52
58
  'moid': json['moid'],
53
- 'vmName': json['vm_name'],
54
- 'cpuAvg': json['cpu_avg'],
55
- 'cpuP95': json['cpu_p95'],
56
- 'cpuMax': json['cpu_max'],
57
- 'cpuLatest': json['cpu_latest'],
58
- 'memAvg': json['mem_avg'],
59
- 'memP95': json['mem_p95'],
60
- 'memMax': json['mem_max'],
61
- 'memLatest': json['mem_latest'],
59
+ 'vm_name': json['vm_name'],
60
+ 'provisioned_cpus': json['provisioned_cpus'],
61
+ 'provisioned_memory_mb': json['provisioned_memory_mb'],
62
+ 'provisioned_disk_kb': json['provisioned_disk_kb'],
63
+ 'cpu_avg': json['cpu_avg'],
64
+ 'cpu_p95': json['cpu_p95'],
65
+ 'cpu_max': json['cpu_max'],
66
+ 'cpu_latest': json['cpu_latest'],
67
+ 'mem_avg': json['mem_avg'],
68
+ 'mem_p95': json['mem_p95'],
69
+ 'mem_max': json['mem_max'],
70
+ 'mem_latest': json['mem_latest'],
62
71
  'disk': json['disk'],
63
72
  'confidence': json['confidence'],
64
73
  };
@@ -72,15 +81,18 @@ export function VmUtilizationDetailsToJSONTyped(value, ignoreDiscriminator = fal
72
81
  }
73
82
  return {
74
83
  'moid': value['moid'],
75
- 'vm_name': value['vmName'],
76
- 'cpu_avg': value['cpuAvg'],
77
- 'cpu_p95': value['cpuP95'],
78
- 'cpu_max': value['cpuMax'],
79
- 'cpu_latest': value['cpuLatest'],
80
- 'mem_avg': value['memAvg'],
81
- 'mem_p95': value['memP95'],
82
- 'mem_max': value['memMax'],
83
- 'mem_latest': value['memLatest'],
84
+ 'vm_name': value['vm_name'],
85
+ 'provisioned_cpus': value['provisioned_cpus'],
86
+ 'provisioned_memory_mb': value['provisioned_memory_mb'],
87
+ 'provisioned_disk_kb': value['provisioned_disk_kb'],
88
+ 'cpu_avg': value['cpu_avg'],
89
+ 'cpu_p95': value['cpu_p95'],
90
+ 'cpu_max': value['cpu_max'],
91
+ 'cpu_latest': value['cpu_latest'],
92
+ 'mem_avg': value['mem_avg'],
93
+ 'mem_p95': value['mem_p95'],
94
+ 'mem_max': value['mem_max'],
95
+ 'mem_latest': value['mem_latest'],
84
96
  'disk': value['disk'],
85
97
  'confidence': value['confidence'],
86
98
  };
@@ -1,11 +1,26 @@
1
1
  export * from './AgentModeRequest.js';
2
2
  export * from './AgentStatus.js';
3
+ export * from './ApplicationListResponse.js';
4
+ export * from './ApplicationOverview.js';
5
+ export * from './ApplicationVM.js';
6
+ export * from './BenchmarkRun.js';
7
+ export * from './ClusterFeatures.js';
8
+ export * from './ClusterUtilization.js';
3
9
  export * from './CollectorStartRequest.js';
4
10
  export * from './CollectorStatus.js';
5
11
  export * from './CreateGroupRequest.js';
6
12
  export * from './Datastore.js';
13
+ export * from './DatastoreDetail.js';
14
+ export * from './DatastorePair.js';
15
+ export * from './DeleteLabelGloballyResponse.js';
7
16
  export * from './DiskSizeTierSummary.js';
8
17
  export * from './DiskTypeSummary.js';
18
+ export * from './EstimateRange.js';
19
+ export * from './ForecastStats.js';
20
+ export * from './ForecasterDatastoresRequest.js';
21
+ export * from './ForecasterPairStatus.js';
22
+ export * from './ForecasterStartRequest.js';
23
+ export * from './ForecasterStatus.js';
9
24
  export * from './GetInventory200Response.js';
10
25
  export * from './Group.js';
11
26
  export * from './GroupListResponse.js';
@@ -20,6 +35,12 @@ export * from './InventoryData.js';
20
35
  export * from './MigrationIssue.js';
21
36
  export * from './Network.js';
22
37
  export * from './OsInfo.js';
38
+ export * from './PairCapability.js';
39
+ export * from './PairCapabilityRequest.js';
40
+ export * from './PutForecasterCredentials403Response.js';
41
+ export * from './RightsizingClusterListResponse.js';
42
+ export * from './RightsizingClusterResponse.js';
43
+ export * from './RightsizingClusterUtilization.js';
23
44
  export * from './RightsizingCollectRequest.js';
24
45
  export * from './RightsizingMetricStats.js';
25
46
  export * from './RightsizingReport.js';
@@ -27,12 +48,16 @@ export * from './RightsizingReportListResponse.js';
27
48
  export * from './RightsizingReportSummary.js';
28
49
  export * from './RightsizingVMReport.js';
29
50
  export * from './StartInspectionRequest.js';
51
+ export * from './StopForecasterPair202Response.js';
30
52
  export * from './UpdateGroupRequest.js';
31
53
  export * from './UpdateInventory.js';
54
+ export * from './UpdateLabelVMsRequest.js';
32
55
  export * from './VCenter.js';
33
56
  export * from './VMDevice.js';
34
57
  export * from './VMDisk.js';
58
+ export * from './VMFilterOptionsResponse.js';
35
59
  export * from './VMIssue.js';
60
+ export * from './VMLabelsResponse.js';
36
61
  export * from './VMNIC.js';
37
62
  export * from './VMResourceBreakdown.js';
38
63
  export * from './VMs.js';
@@ -42,6 +67,7 @@ export * from './VersionInfo.js';
42
67
  export * from './VirtualMachine.js';
43
68
  export * from './VirtualMachineDetail.js';
44
69
  export * from './VirtualMachineListResponse.js';
70
+ export * from './VirtualMachineUpdateRequest.js';
45
71
  export * from './VmInspectionConcern.js';
46
72
  export * from './VmInspectionResults.js';
47
73
  export * from './VmInspectionStatus.js';
@@ -2,12 +2,27 @@
2
2
  /* eslint-disable */
3
3
  export * from './AgentModeRequest.js';
4
4
  export * from './AgentStatus.js';
5
+ export * from './ApplicationListResponse.js';
6
+ export * from './ApplicationOverview.js';
7
+ export * from './ApplicationVM.js';
8
+ export * from './BenchmarkRun.js';
9
+ export * from './ClusterFeatures.js';
10
+ export * from './ClusterUtilization.js';
5
11
  export * from './CollectorStartRequest.js';
6
12
  export * from './CollectorStatus.js';
7
13
  export * from './CreateGroupRequest.js';
8
14
  export * from './Datastore.js';
15
+ export * from './DatastoreDetail.js';
16
+ export * from './DatastorePair.js';
17
+ export * from './DeleteLabelGloballyResponse.js';
9
18
  export * from './DiskSizeTierSummary.js';
10
19
  export * from './DiskTypeSummary.js';
20
+ export * from './EstimateRange.js';
21
+ export * from './ForecastStats.js';
22
+ export * from './ForecasterDatastoresRequest.js';
23
+ export * from './ForecasterPairStatus.js';
24
+ export * from './ForecasterStartRequest.js';
25
+ export * from './ForecasterStatus.js';
11
26
  export * from './GetInventory200Response.js';
12
27
  export * from './Group.js';
13
28
  export * from './GroupListResponse.js';
@@ -22,6 +37,12 @@ export * from './InventoryData.js';
22
37
  export * from './MigrationIssue.js';
23
38
  export * from './Network.js';
24
39
  export * from './OsInfo.js';
40
+ export * from './PairCapability.js';
41
+ export * from './PairCapabilityRequest.js';
42
+ export * from './PutForecasterCredentials403Response.js';
43
+ export * from './RightsizingClusterListResponse.js';
44
+ export * from './RightsizingClusterResponse.js';
45
+ export * from './RightsizingClusterUtilization.js';
25
46
  export * from './RightsizingCollectRequest.js';
26
47
  export * from './RightsizingMetricStats.js';
27
48
  export * from './RightsizingReport.js';
@@ -29,12 +50,16 @@ export * from './RightsizingReportListResponse.js';
29
50
  export * from './RightsizingReportSummary.js';
30
51
  export * from './RightsizingVMReport.js';
31
52
  export * from './StartInspectionRequest.js';
53
+ export * from './StopForecasterPair202Response.js';
32
54
  export * from './UpdateGroupRequest.js';
33
55
  export * from './UpdateInventory.js';
56
+ export * from './UpdateLabelVMsRequest.js';
34
57
  export * from './VCenter.js';
35
58
  export * from './VMDevice.js';
36
59
  export * from './VMDisk.js';
60
+ export * from './VMFilterOptionsResponse.js';
37
61
  export * from './VMIssue.js';
62
+ export * from './VMLabelsResponse.js';
38
63
  export * from './VMNIC.js';
39
64
  export * from './VMResourceBreakdown.js';
40
65
  export * from './VMs.js';
@@ -44,6 +69,7 @@ export * from './VersionInfo.js';
44
69
  export * from './VirtualMachine.js';
45
70
  export * from './VirtualMachineDetail.js';
46
71
  export * from './VirtualMachineListResponse.js';
72
+ export * from './VirtualMachineUpdateRequest.js';
47
73
  export * from './VmInspectionConcern.js';
48
74
  export * from './VmInspectionResults.js';
49
75
  export * from './VmInspectionStatus.js';
@@ -26,7 +26,7 @@ export interface AgentStatus {
26
26
  * @type {AgentStatusConsoleConnectionEnum}
27
27
  * @memberof AgentStatus
28
28
  */
29
- consoleConnection: AgentStatusConsoleConnectionEnum;
29
+ console_connection: AgentStatusConsoleConnectionEnum;
30
30
  /**
31
31
  * Connection error description
32
32
  * @type {string}
@@ -39,7 +39,7 @@ exports.AgentStatusConsoleConnectionEnum = {
39
39
  function instanceOfAgentStatus(value) {
40
40
  if (!('mode' in value) || value['mode'] === undefined)
41
41
  return false;
42
- if (!('consoleConnection' in value) || value['consoleConnection'] === undefined)
42
+ if (!('console_connection' in value) || value['console_connection'] === undefined)
43
43
  return false;
44
44
  return true;
45
45
  }
@@ -52,7 +52,7 @@ function AgentStatusFromJSONTyped(json, ignoreDiscriminator) {
52
52
  }
53
53
  return {
54
54
  'mode': json['mode'],
55
- 'consoleConnection': json['console_connection'],
55
+ 'console_connection': json['console_connection'],
56
56
  'error': json['error'] == null ? undefined : json['error'],
57
57
  };
58
58
  }
@@ -65,7 +65,7 @@ function AgentStatusToJSONTyped(value, ignoreDiscriminator = false) {
65
65
  }
66
66
  return {
67
67
  'mode': value['mode'],
68
- 'console_connection': value['consoleConnection'],
68
+ 'console_connection': value['console_connection'],
69
69
  'error': value['error'],
70
70
  };
71
71
  }
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Assisted Migration Agent API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { ApplicationOverview } from './ApplicationOverview.js';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ApplicationListResponse
17
+ */
18
+ export interface ApplicationListResponse {
19
+ /**
20
+ *
21
+ * @type {Array<ApplicationOverview>}
22
+ * @memberof ApplicationListResponse
23
+ */
24
+ applications: Array<ApplicationOverview>;
25
+ }
26
+ /**
27
+ * Check if a given object implements the ApplicationListResponse interface.
28
+ */
29
+ export declare function instanceOfApplicationListResponse(value: object): value is ApplicationListResponse;
30
+ export declare function ApplicationListResponseFromJSON(json: any): ApplicationListResponse;
31
+ export declare function ApplicationListResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApplicationListResponse;
32
+ export declare function ApplicationListResponseToJSON(json: any): ApplicationListResponse;
33
+ export declare function ApplicationListResponseToJSONTyped(value?: ApplicationListResponse | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Assisted Migration Agent API
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v1
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfApplicationListResponse = instanceOfApplicationListResponse;
17
+ exports.ApplicationListResponseFromJSON = ApplicationListResponseFromJSON;
18
+ exports.ApplicationListResponseFromJSONTyped = ApplicationListResponseFromJSONTyped;
19
+ exports.ApplicationListResponseToJSON = ApplicationListResponseToJSON;
20
+ exports.ApplicationListResponseToJSONTyped = ApplicationListResponseToJSONTyped;
21
+ const ApplicationOverview_js_1 = require("./ApplicationOverview.js");
22
+ /**
23
+ * Check if a given object implements the ApplicationListResponse interface.
24
+ */
25
+ function instanceOfApplicationListResponse(value) {
26
+ if (!('applications' in value) || value['applications'] === undefined)
27
+ return false;
28
+ return true;
29
+ }
30
+ function ApplicationListResponseFromJSON(json) {
31
+ return ApplicationListResponseFromJSONTyped(json, false);
32
+ }
33
+ function ApplicationListResponseFromJSONTyped(json, ignoreDiscriminator) {
34
+ if (json == null) {
35
+ return json;
36
+ }
37
+ return {
38
+ 'applications': (json['applications'].map(ApplicationOverview_js_1.ApplicationOverviewFromJSON)),
39
+ };
40
+ }
41
+ function ApplicationListResponseToJSON(json) {
42
+ return ApplicationListResponseToJSONTyped(json, false);
43
+ }
44
+ function ApplicationListResponseToJSONTyped(value, ignoreDiscriminator = false) {
45
+ if (value == null) {
46
+ return value;
47
+ }
48
+ return {
49
+ 'applications': (value['applications'].map(ApplicationOverview_js_1.ApplicationOverviewToJSON)),
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ /**
2
+ * Assisted Migration Agent API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { ApplicationVM } from './ApplicationVM.js';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ApplicationOverview
17
+ */
18
+ export interface ApplicationOverview {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof ApplicationOverview
23
+ */
24
+ name: string;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof ApplicationOverview
29
+ */
30
+ description: string;
31
+ /**
32
+ *
33
+ * @type {number}
34
+ * @memberof ApplicationOverview
35
+ */
36
+ vmCount: number;
37
+ /**
38
+ *
39
+ * @type {Array<ApplicationVM>}
40
+ * @memberof ApplicationOverview
41
+ */
42
+ vms: Array<ApplicationVM>;
43
+ }
44
+ /**
45
+ * Check if a given object implements the ApplicationOverview interface.
46
+ */
47
+ export declare function instanceOfApplicationOverview(value: object): value is ApplicationOverview;
48
+ export declare function ApplicationOverviewFromJSON(json: any): ApplicationOverview;
49
+ export declare function ApplicationOverviewFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApplicationOverview;
50
+ export declare function ApplicationOverviewToJSON(json: any): ApplicationOverview;
51
+ export declare function ApplicationOverviewToJSONTyped(value?: ApplicationOverview | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,63 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Assisted Migration Agent API
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v1
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfApplicationOverview = instanceOfApplicationOverview;
17
+ exports.ApplicationOverviewFromJSON = ApplicationOverviewFromJSON;
18
+ exports.ApplicationOverviewFromJSONTyped = ApplicationOverviewFromJSONTyped;
19
+ exports.ApplicationOverviewToJSON = ApplicationOverviewToJSON;
20
+ exports.ApplicationOverviewToJSONTyped = ApplicationOverviewToJSONTyped;
21
+ const ApplicationVM_js_1 = require("./ApplicationVM.js");
22
+ /**
23
+ * Check if a given object implements the ApplicationOverview interface.
24
+ */
25
+ function instanceOfApplicationOverview(value) {
26
+ if (!('name' in value) || value['name'] === undefined)
27
+ return false;
28
+ if (!('description' in value) || value['description'] === undefined)
29
+ return false;
30
+ if (!('vmCount' in value) || value['vmCount'] === undefined)
31
+ return false;
32
+ if (!('vms' in value) || value['vms'] === undefined)
33
+ return false;
34
+ return true;
35
+ }
36
+ function ApplicationOverviewFromJSON(json) {
37
+ return ApplicationOverviewFromJSONTyped(json, false);
38
+ }
39
+ function ApplicationOverviewFromJSONTyped(json, ignoreDiscriminator) {
40
+ if (json == null) {
41
+ return json;
42
+ }
43
+ return {
44
+ 'name': json['name'],
45
+ 'description': json['description'],
46
+ 'vmCount': json['vmCount'],
47
+ 'vms': (json['vms'].map(ApplicationVM_js_1.ApplicationVMFromJSON)),
48
+ };
49
+ }
50
+ function ApplicationOverviewToJSON(json) {
51
+ return ApplicationOverviewToJSONTyped(json, false);
52
+ }
53
+ function ApplicationOverviewToJSONTyped(value, ignoreDiscriminator = false) {
54
+ if (value == null) {
55
+ return value;
56
+ }
57
+ return {
58
+ 'name': value['name'],
59
+ 'description': value['description'],
60
+ 'vmCount': value['vmCount'],
61
+ 'vms': (value['vms'].map(ApplicationVM_js_1.ApplicationVMToJSON)),
62
+ };
63
+ }
@@ -0,0 +1,38 @@
1
+ /**
2
+ * Assisted Migration Agent API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface ApplicationVM
16
+ */
17
+ export interface ApplicationVM {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof ApplicationVM
22
+ */
23
+ id: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof ApplicationVM
28
+ */
29
+ name: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the ApplicationVM interface.
33
+ */
34
+ export declare function instanceOfApplicationVM(value: object): value is ApplicationVM;
35
+ export declare function ApplicationVMFromJSON(json: any): ApplicationVM;
36
+ export declare function ApplicationVMFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApplicationVM;
37
+ export declare function ApplicationVMToJSON(json: any): ApplicationVM;
38
+ export declare function ApplicationVMToJSONTyped(value?: ApplicationVM | null, ignoreDiscriminator?: boolean): any;