@openshift-migration-advisor/planner-sdk 0.5.0 → 0.5.1-3f0453c2e303

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 (270) hide show
  1. package/.openapi-generator/FILES +6 -0
  2. package/README.md +6 -2
  3. package/dist/apis/AssessmentApi.d.ts +39 -2
  4. package/dist/apis/AssessmentApi.js +45 -1
  5. package/dist/apis/HealthApi.d.ts +1 -1
  6. package/dist/apis/HealthApi.js +1 -1
  7. package/dist/apis/ImageApi.d.ts +1 -1
  8. package/dist/apis/ImageApi.js +1 -1
  9. package/dist/apis/InfoApi.d.ts +5 -5
  10. package/dist/apis/InfoApi.js +3 -3
  11. package/dist/apis/JobApi.d.ts +1 -1
  12. package/dist/apis/JobApi.js +1 -1
  13. package/dist/apis/SourceApi.d.ts +1 -1
  14. package/dist/apis/SourceApi.js +1 -1
  15. package/dist/esm/apis/AssessmentApi.d.ts +39 -2
  16. package/dist/esm/apis/AssessmentApi.js +46 -2
  17. package/dist/esm/apis/HealthApi.d.ts +1 -1
  18. package/dist/esm/apis/HealthApi.js +1 -1
  19. package/dist/esm/apis/ImageApi.d.ts +1 -1
  20. package/dist/esm/apis/ImageApi.js +1 -1
  21. package/dist/esm/apis/InfoApi.d.ts +5 -5
  22. package/dist/esm/apis/InfoApi.js +3 -3
  23. package/dist/esm/apis/JobApi.d.ts +1 -1
  24. package/dist/esm/apis/JobApi.js +1 -1
  25. package/dist/esm/apis/SourceApi.d.ts +1 -1
  26. package/dist/esm/apis/SourceApi.js +1 -1
  27. package/dist/esm/models/Agent.d.ts +1 -1
  28. package/dist/esm/models/Agent.js +1 -1
  29. package/dist/esm/models/AgentProxy.d.ts +1 -1
  30. package/dist/esm/models/AgentProxy.js +1 -1
  31. package/dist/esm/models/Assessment.d.ts +1 -1
  32. package/dist/esm/models/Assessment.js +1 -1
  33. package/dist/esm/models/AssessmentForm.d.ts +2 -2
  34. package/dist/esm/models/AssessmentForm.js +1 -1
  35. package/dist/esm/models/AssessmentUpdate.d.ts +1 -1
  36. package/dist/esm/models/AssessmentUpdate.js +1 -1
  37. package/dist/esm/models/ClusterRequirementsRequest.d.ts +1 -1
  38. package/dist/esm/models/ClusterRequirementsRequest.js +1 -1
  39. package/dist/esm/models/ClusterRequirementsResponse.d.ts +1 -1
  40. package/dist/esm/models/ClusterRequirementsResponse.js +1 -1
  41. package/dist/esm/models/ClusterSizing.d.ts +1 -1
  42. package/dist/esm/models/ClusterSizing.js +1 -1
  43. package/dist/esm/models/Datastore.d.ts +1 -1
  44. package/dist/esm/models/Datastore.js +1 -1
  45. package/dist/esm/models/DiskSizeTierSummary.d.ts +1 -1
  46. package/dist/esm/models/DiskSizeTierSummary.js +1 -1
  47. package/dist/esm/models/DiskTypeSummary.d.ts +1 -1
  48. package/dist/esm/models/DiskTypeSummary.js +1 -1
  49. package/dist/esm/models/EstimationDetail.d.ts +38 -0
  50. package/dist/esm/models/EstimationDetail.js +47 -0
  51. package/dist/esm/models/Histogram.d.ts +1 -1
  52. package/dist/esm/models/Histogram.js +1 -1
  53. package/dist/esm/models/Host.d.ts +1 -1
  54. package/dist/esm/models/Host.js +1 -1
  55. package/dist/esm/models/Info.d.ts +2 -2
  56. package/dist/esm/models/Info.js +1 -1
  57. package/dist/esm/models/Infra.d.ts +1 -1
  58. package/dist/esm/models/Infra.js +1 -1
  59. package/dist/esm/models/Inventory.d.ts +1 -1
  60. package/dist/esm/models/Inventory.js +1 -1
  61. package/dist/esm/models/InventoryData.d.ts +1 -1
  62. package/dist/esm/models/InventoryData.js +1 -1
  63. package/dist/esm/models/InventoryTotals.d.ts +1 -1
  64. package/dist/esm/models/InventoryTotals.js +1 -1
  65. package/dist/esm/models/Ipv4Config.d.ts +1 -1
  66. package/dist/esm/models/Ipv4Config.js +1 -1
  67. package/dist/esm/models/Job.d.ts +1 -1
  68. package/dist/esm/models/Job.js +1 -1
  69. package/dist/esm/models/JobStatus.d.ts +1 -1
  70. package/dist/esm/models/JobStatus.js +1 -1
  71. package/dist/esm/models/Label.d.ts +1 -1
  72. package/dist/esm/models/Label.js +1 -1
  73. package/dist/esm/models/MigrationEstimationRequest.d.ts +32 -0
  74. package/dist/esm/models/MigrationEstimationRequest.js +43 -0
  75. package/dist/esm/models/MigrationEstimationResponse.d.ts +41 -0
  76. package/dist/esm/models/MigrationEstimationResponse.js +49 -0
  77. package/dist/esm/models/MigrationIssue.d.ts +1 -1
  78. package/dist/esm/models/MigrationIssue.js +1 -1
  79. package/dist/esm/models/ModelError.d.ts +1 -7
  80. package/dist/esm/models/ModelError.js +1 -3
  81. package/dist/esm/models/Network.d.ts +1 -1
  82. package/dist/esm/models/Network.js +1 -1
  83. package/dist/esm/models/OsInfo.d.ts +1 -1
  84. package/dist/esm/models/OsInfo.js +1 -1
  85. package/dist/esm/models/PresignedUrl.d.ts +1 -1
  86. package/dist/esm/models/PresignedUrl.js +1 -1
  87. package/dist/esm/models/SizingOverCommitRatio.d.ts +1 -1
  88. package/dist/esm/models/SizingOverCommitRatio.js +1 -1
  89. package/dist/esm/models/SizingResourceConsumption.d.ts +1 -1
  90. package/dist/esm/models/SizingResourceConsumption.js +1 -1
  91. package/dist/esm/models/SizingResourceLimits.d.ts +1 -1
  92. package/dist/esm/models/SizingResourceLimits.js +1 -1
  93. package/dist/esm/models/Snapshot.d.ts +1 -1
  94. package/dist/esm/models/Snapshot.js +1 -1
  95. package/dist/esm/models/Source.d.ts +1 -1
  96. package/dist/esm/models/Source.js +1 -1
  97. package/dist/esm/models/SourceCreate.d.ts +1 -1
  98. package/dist/esm/models/SourceCreate.js +1 -1
  99. package/dist/esm/models/SourceInfra.d.ts +1 -1
  100. package/dist/esm/models/SourceInfra.js +1 -1
  101. package/dist/esm/models/SourceUpdate.d.ts +1 -1
  102. package/dist/esm/models/SourceUpdate.js +1 -1
  103. package/dist/esm/models/Status.d.ts +1 -1
  104. package/dist/esm/models/Status.js +1 -1
  105. package/dist/esm/models/UpdateInventory.d.ts +1 -1
  106. package/dist/esm/models/UpdateInventory.js +1 -1
  107. package/dist/esm/models/VCenter.d.ts +1 -1
  108. package/dist/esm/models/VCenter.js +1 -1
  109. package/dist/esm/models/VMResourceBreakdown.d.ts +1 -1
  110. package/dist/esm/models/VMResourceBreakdown.js +1 -1
  111. package/dist/esm/models/VMs.d.ts +1 -1
  112. package/dist/esm/models/VMs.js +1 -1
  113. package/dist/esm/models/VmNetwork.d.ts +1 -1
  114. package/dist/esm/models/VmNetwork.js +1 -1
  115. package/dist/esm/models/index.d.ts +3 -0
  116. package/dist/esm/models/index.js +3 -0
  117. package/dist/esm/runtime.d.ts +1 -1
  118. package/dist/esm/runtime.js +16 -1
  119. package/dist/models/Agent.d.ts +1 -1
  120. package/dist/models/Agent.js +1 -1
  121. package/dist/models/AgentProxy.d.ts +1 -1
  122. package/dist/models/AgentProxy.js +1 -1
  123. package/dist/models/Assessment.d.ts +1 -1
  124. package/dist/models/Assessment.js +1 -1
  125. package/dist/models/AssessmentForm.d.ts +2 -2
  126. package/dist/models/AssessmentForm.js +1 -1
  127. package/dist/models/AssessmentUpdate.d.ts +1 -1
  128. package/dist/models/AssessmentUpdate.js +1 -1
  129. package/dist/models/ClusterRequirementsRequest.d.ts +1 -1
  130. package/dist/models/ClusterRequirementsRequest.js +1 -1
  131. package/dist/models/ClusterRequirementsResponse.d.ts +1 -1
  132. package/dist/models/ClusterRequirementsResponse.js +1 -1
  133. package/dist/models/ClusterSizing.d.ts +1 -1
  134. package/dist/models/ClusterSizing.js +1 -1
  135. package/dist/models/Datastore.d.ts +1 -1
  136. package/dist/models/Datastore.js +1 -1
  137. package/dist/models/DiskSizeTierSummary.d.ts +1 -1
  138. package/dist/models/DiskSizeTierSummary.js +1 -1
  139. package/dist/models/DiskTypeSummary.d.ts +1 -1
  140. package/dist/models/DiskTypeSummary.js +1 -1
  141. package/dist/models/EstimationDetail.d.ts +38 -0
  142. package/dist/models/EstimationDetail.js +54 -0
  143. package/dist/models/Histogram.d.ts +1 -1
  144. package/dist/models/Histogram.js +1 -1
  145. package/dist/models/Host.d.ts +1 -1
  146. package/dist/models/Host.js +1 -1
  147. package/dist/models/Info.d.ts +2 -2
  148. package/dist/models/Info.js +1 -1
  149. package/dist/models/Infra.d.ts +1 -1
  150. package/dist/models/Infra.js +1 -1
  151. package/dist/models/Inventory.d.ts +1 -1
  152. package/dist/models/Inventory.js +1 -1
  153. package/dist/models/InventoryData.d.ts +1 -1
  154. package/dist/models/InventoryData.js +1 -1
  155. package/dist/models/InventoryTotals.d.ts +1 -1
  156. package/dist/models/InventoryTotals.js +1 -1
  157. package/dist/models/Ipv4Config.d.ts +1 -1
  158. package/dist/models/Ipv4Config.js +1 -1
  159. package/dist/models/Job.d.ts +1 -1
  160. package/dist/models/Job.js +1 -1
  161. package/dist/models/JobStatus.d.ts +1 -1
  162. package/dist/models/JobStatus.js +1 -1
  163. package/dist/models/Label.d.ts +1 -1
  164. package/dist/models/Label.js +1 -1
  165. package/dist/models/MigrationEstimationRequest.d.ts +32 -0
  166. package/dist/models/MigrationEstimationRequest.js +50 -0
  167. package/dist/models/MigrationEstimationResponse.d.ts +41 -0
  168. package/dist/models/MigrationEstimationResponse.js +56 -0
  169. package/dist/models/MigrationIssue.d.ts +1 -1
  170. package/dist/models/MigrationIssue.js +1 -1
  171. package/dist/models/ModelError.d.ts +1 -7
  172. package/dist/models/ModelError.js +1 -3
  173. package/dist/models/Network.d.ts +1 -1
  174. package/dist/models/Network.js +1 -1
  175. package/dist/models/OsInfo.d.ts +1 -1
  176. package/dist/models/OsInfo.js +1 -1
  177. package/dist/models/PresignedUrl.d.ts +1 -1
  178. package/dist/models/PresignedUrl.js +1 -1
  179. package/dist/models/SizingOverCommitRatio.d.ts +1 -1
  180. package/dist/models/SizingOverCommitRatio.js +1 -1
  181. package/dist/models/SizingResourceConsumption.d.ts +1 -1
  182. package/dist/models/SizingResourceConsumption.js +1 -1
  183. package/dist/models/SizingResourceLimits.d.ts +1 -1
  184. package/dist/models/SizingResourceLimits.js +1 -1
  185. package/dist/models/Snapshot.d.ts +1 -1
  186. package/dist/models/Snapshot.js +1 -1
  187. package/dist/models/Source.d.ts +1 -1
  188. package/dist/models/Source.js +1 -1
  189. package/dist/models/SourceCreate.d.ts +1 -1
  190. package/dist/models/SourceCreate.js +1 -1
  191. package/dist/models/SourceInfra.d.ts +1 -1
  192. package/dist/models/SourceInfra.js +1 -1
  193. package/dist/models/SourceUpdate.d.ts +1 -1
  194. package/dist/models/SourceUpdate.js +1 -1
  195. package/dist/models/Status.d.ts +1 -1
  196. package/dist/models/Status.js +1 -1
  197. package/dist/models/UpdateInventory.d.ts +1 -1
  198. package/dist/models/UpdateInventory.js +1 -1
  199. package/dist/models/VCenter.d.ts +1 -1
  200. package/dist/models/VCenter.js +1 -1
  201. package/dist/models/VMResourceBreakdown.d.ts +1 -1
  202. package/dist/models/VMResourceBreakdown.js +1 -1
  203. package/dist/models/VMs.d.ts +1 -1
  204. package/dist/models/VMs.js +1 -1
  205. package/dist/models/VmNetwork.d.ts +1 -1
  206. package/dist/models/VmNetwork.js +1 -1
  207. package/dist/models/index.d.ts +3 -0
  208. package/dist/models/index.js +3 -0
  209. package/dist/runtime.d.ts +1 -1
  210. package/dist/runtime.js +16 -1
  211. package/docs/AssessmentApi.md +76 -0
  212. package/docs/EstimationDetail.md +37 -0
  213. package/docs/Info.md +1 -1
  214. package/docs/InfoApi.md +1 -1
  215. package/docs/MigrationEstimationRequest.md +35 -0
  216. package/docs/MigrationEstimationResponse.md +37 -0
  217. package/docs/ModelError.md +0 -2
  218. package/package.json +1 -1
  219. package/src/apis/AssessmentApi.ts +91 -1
  220. package/src/apis/HealthApi.ts +1 -1
  221. package/src/apis/ImageApi.ts +1 -1
  222. package/src/apis/InfoApi.ts +5 -5
  223. package/src/apis/JobApi.ts +1 -1
  224. package/src/apis/SourceApi.ts +1 -1
  225. package/src/models/Agent.ts +1 -1
  226. package/src/models/AgentProxy.ts +1 -1
  227. package/src/models/Assessment.ts +1 -1
  228. package/src/models/AssessmentForm.ts +2 -2
  229. package/src/models/AssessmentUpdate.ts +1 -1
  230. package/src/models/ClusterRequirementsRequest.ts +1 -1
  231. package/src/models/ClusterRequirementsResponse.ts +1 -1
  232. package/src/models/ClusterSizing.ts +1 -1
  233. package/src/models/Datastore.ts +1 -1
  234. package/src/models/DiskSizeTierSummary.ts +1 -1
  235. package/src/models/DiskTypeSummary.ts +1 -1
  236. package/src/models/EstimationDetail.ts +75 -0
  237. package/src/models/Histogram.ts +1 -1
  238. package/src/models/Host.ts +1 -1
  239. package/src/models/Info.ts +2 -2
  240. package/src/models/Infra.ts +1 -1
  241. package/src/models/Inventory.ts +1 -1
  242. package/src/models/InventoryData.ts +1 -1
  243. package/src/models/InventoryTotals.ts +1 -1
  244. package/src/models/Ipv4Config.ts +1 -1
  245. package/src/models/Job.ts +1 -1
  246. package/src/models/JobStatus.ts +1 -1
  247. package/src/models/Label.ts +1 -1
  248. package/src/models/MigrationEstimationRequest.ts +66 -0
  249. package/src/models/MigrationEstimationResponse.ts +83 -0
  250. package/src/models/MigrationIssue.ts +1 -1
  251. package/src/models/ModelError.ts +1 -9
  252. package/src/models/Network.ts +1 -1
  253. package/src/models/OsInfo.ts +1 -1
  254. package/src/models/PresignedUrl.ts +1 -1
  255. package/src/models/SizingOverCommitRatio.ts +1 -1
  256. package/src/models/SizingResourceConsumption.ts +1 -1
  257. package/src/models/SizingResourceLimits.ts +1 -1
  258. package/src/models/Snapshot.ts +1 -1
  259. package/src/models/Source.ts +1 -1
  260. package/src/models/SourceCreate.ts +1 -1
  261. package/src/models/SourceInfra.ts +1 -1
  262. package/src/models/SourceUpdate.ts +1 -1
  263. package/src/models/Status.ts +1 -1
  264. package/src/models/UpdateInventory.ts +1 -1
  265. package/src/models/VCenter.ts +1 -1
  266. package/src/models/VMResourceBreakdown.ts +1 -1
  267. package/src/models/VMs.ts +1 -1
  268. package/src/models/VmNetwork.ts +1 -1
  269. package/src/models/index.ts +3 -0
  270. package/src/runtime.ts +19 -1
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Migration Planner API
5
+ * OpenShift Migration Advisor API
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
8
  * The version of the OpenAPI document: undefined
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Migration Planner API
2
+ * OpenShift Migration Advisor API
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
5
  * The version of the OpenAPI document: undefined
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Migration Planner API
5
+ * OpenShift Migration Advisor API
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
8
  * The version of the OpenAPI document: undefined
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Migration Planner API
2
+ * OpenShift Migration Advisor API
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
5
  * The version of the OpenAPI document: undefined
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Migration Planner API
5
+ * OpenShift Migration Advisor API
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
8
  * The version of the OpenAPI document: undefined
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Migration Planner API
2
+ * OpenShift Migration Advisor API
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
5
  * The version of the OpenAPI document: undefined
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Migration Planner API
5
+ * OpenShift Migration Advisor API
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
8
  * The version of the OpenAPI document: undefined
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Migration Planner API
2
+ * OpenShift Migration Advisor API
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
5
  * The version of the OpenAPI document: undefined
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Migration Planner API
5
+ * OpenShift Migration Advisor API
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
8
  * The version of the OpenAPI document: undefined
@@ -0,0 +1,38 @@
1
+ /**
2
+ * OpenShift Migration Advisor API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: undefined
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
+ * Detailed estimation result from a single calculator
14
+ * @export
15
+ * @interface EstimationDetail
16
+ */
17
+ export interface EstimationDetail {
18
+ /**
19
+ * Estimated duration for this component (formatted as duration string)
20
+ * @type {string}
21
+ * @memberof EstimationDetail
22
+ */
23
+ duration: string;
24
+ /**
25
+ * Explanation of how the estimation was calculated
26
+ * @type {string}
27
+ * @memberof EstimationDetail
28
+ */
29
+ reason: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the EstimationDetail interface.
33
+ */
34
+ export declare function instanceOfEstimationDetail(value: object): value is EstimationDetail;
35
+ export declare function EstimationDetailFromJSON(json: any): EstimationDetail;
36
+ export declare function EstimationDetailFromJSONTyped(json: any, ignoreDiscriminator: boolean): EstimationDetail;
37
+ export declare function EstimationDetailToJSON(json: any): EstimationDetail;
38
+ export declare function EstimationDetailToJSONTyped(value?: EstimationDetail | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenShift Migration Advisor API
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: undefined
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.instanceOfEstimationDetail = instanceOfEstimationDetail;
17
+ exports.EstimationDetailFromJSON = EstimationDetailFromJSON;
18
+ exports.EstimationDetailFromJSONTyped = EstimationDetailFromJSONTyped;
19
+ exports.EstimationDetailToJSON = EstimationDetailToJSON;
20
+ exports.EstimationDetailToJSONTyped = EstimationDetailToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the EstimationDetail interface.
23
+ */
24
+ function instanceOfEstimationDetail(value) {
25
+ if (!('duration' in value) || value['duration'] === undefined)
26
+ return false;
27
+ if (!('reason' in value) || value['reason'] === undefined)
28
+ return false;
29
+ return true;
30
+ }
31
+ function EstimationDetailFromJSON(json) {
32
+ return EstimationDetailFromJSONTyped(json, false);
33
+ }
34
+ function EstimationDetailFromJSONTyped(json, ignoreDiscriminator) {
35
+ if (json == null) {
36
+ return json;
37
+ }
38
+ return {
39
+ 'duration': json['duration'],
40
+ 'reason': json['reason'],
41
+ };
42
+ }
43
+ function EstimationDetailToJSON(json) {
44
+ return EstimationDetailToJSONTyped(json, false);
45
+ }
46
+ function EstimationDetailToJSONTyped(value, ignoreDiscriminator = false) {
47
+ if (value == null) {
48
+ return value;
49
+ }
50
+ return {
51
+ 'duration': value['duration'],
52
+ 'reason': value['reason'],
53
+ };
54
+ }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Migration Planner API
2
+ * OpenShift Migration Advisor API
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
5
  * The version of the OpenAPI document: undefined
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Migration Planner API
5
+ * OpenShift Migration Advisor API
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
8
  * The version of the OpenAPI document: undefined
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Migration Planner API
2
+ * OpenShift Migration Advisor API
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
5
  * The version of the OpenAPI document: undefined
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Migration Planner API
5
+ * OpenShift Migration Advisor API
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
8
  * The version of the OpenAPI document: undefined
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Migration Planner API
2
+ * OpenShift Migration Advisor API
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
5
  * The version of the OpenAPI document: undefined
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- * Migration planner information
13
+ * OpenShift Migration Advisor information
14
14
  * @export
15
15
  * @interface Info
16
16
  */
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Migration Planner API
5
+ * OpenShift Migration Advisor API
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
8
  * The version of the OpenAPI document: undefined
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Migration Planner API
2
+ * OpenShift Migration Advisor API
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
5
  * The version of the OpenAPI document: undefined
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Migration Planner API
5
+ * OpenShift Migration Advisor API
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
8
  * The version of the OpenAPI document: undefined
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Migration Planner API
2
+ * OpenShift Migration Advisor API
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
5
  * The version of the OpenAPI document: undefined
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Migration Planner API
5
+ * OpenShift Migration Advisor API
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
8
  * The version of the OpenAPI document: undefined
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Migration Planner API
2
+ * OpenShift Migration Advisor API
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
5
  * The version of the OpenAPI document: undefined
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Migration Planner API
5
+ * OpenShift Migration Advisor API
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
8
  * The version of the OpenAPI document: undefined
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Migration Planner API
2
+ * OpenShift Migration Advisor API
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
5
  * The version of the OpenAPI document: undefined
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Migration Planner API
5
+ * OpenShift Migration Advisor API
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
8
  * The version of the OpenAPI document: undefined
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Migration Planner API
2
+ * OpenShift Migration Advisor API
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
5
  * The version of the OpenAPI document: undefined
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Migration Planner API
5
+ * OpenShift Migration Advisor API
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
8
  * The version of the OpenAPI document: undefined
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Migration Planner API
2
+ * OpenShift Migration Advisor API
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
5
  * The version of the OpenAPI document: undefined
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Migration Planner API
5
+ * OpenShift Migration Advisor API
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
8
  * The version of the OpenAPI document: undefined
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Migration Planner API
2
+ * OpenShift Migration Advisor API
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
5
  * The version of the OpenAPI document: undefined
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Migration Planner API
5
+ * OpenShift Migration Advisor API
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
8
  * The version of the OpenAPI document: undefined
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Migration Planner API
2
+ * OpenShift Migration Advisor API
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
5
  * The version of the OpenAPI document: undefined
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Migration Planner API
5
+ * OpenShift Migration Advisor API
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
8
  * The version of the OpenAPI document: undefined
@@ -0,0 +1,32 @@
1
+ /**
2
+ * OpenShift Migration Advisor API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: undefined
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
+ * Request payload for calculating migration time estimation
14
+ * @export
15
+ * @interface MigrationEstimationRequest
16
+ */
17
+ export interface MigrationEstimationRequest {
18
+ /**
19
+ * ID of the cluster to calculate migration estimation for
20
+ * @type {string}
21
+ * @memberof MigrationEstimationRequest
22
+ */
23
+ clusterId: string;
24
+ }
25
+ /**
26
+ * Check if a given object implements the MigrationEstimationRequest interface.
27
+ */
28
+ export declare function instanceOfMigrationEstimationRequest(value: object): value is MigrationEstimationRequest;
29
+ export declare function MigrationEstimationRequestFromJSON(json: any): MigrationEstimationRequest;
30
+ export declare function MigrationEstimationRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): MigrationEstimationRequest;
31
+ export declare function MigrationEstimationRequestToJSON(json: any): MigrationEstimationRequest;
32
+ export declare function MigrationEstimationRequestToJSONTyped(value?: MigrationEstimationRequest | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenShift Migration Advisor API
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: undefined
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.instanceOfMigrationEstimationRequest = instanceOfMigrationEstimationRequest;
17
+ exports.MigrationEstimationRequestFromJSON = MigrationEstimationRequestFromJSON;
18
+ exports.MigrationEstimationRequestFromJSONTyped = MigrationEstimationRequestFromJSONTyped;
19
+ exports.MigrationEstimationRequestToJSON = MigrationEstimationRequestToJSON;
20
+ exports.MigrationEstimationRequestToJSONTyped = MigrationEstimationRequestToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the MigrationEstimationRequest interface.
23
+ */
24
+ function instanceOfMigrationEstimationRequest(value) {
25
+ if (!('clusterId' in value) || value['clusterId'] === undefined)
26
+ return false;
27
+ return true;
28
+ }
29
+ function MigrationEstimationRequestFromJSON(json) {
30
+ return MigrationEstimationRequestFromJSONTyped(json, false);
31
+ }
32
+ function MigrationEstimationRequestFromJSONTyped(json, ignoreDiscriminator) {
33
+ if (json == null) {
34
+ return json;
35
+ }
36
+ return {
37
+ 'clusterId': json['clusterId'],
38
+ };
39
+ }
40
+ function MigrationEstimationRequestToJSON(json) {
41
+ return MigrationEstimationRequestToJSONTyped(json, false);
42
+ }
43
+ function MigrationEstimationRequestToJSONTyped(value, ignoreDiscriminator = false) {
44
+ if (value == null) {
45
+ return value;
46
+ }
47
+ return {
48
+ 'clusterId': value['clusterId'],
49
+ };
50
+ }
@@ -0,0 +1,41 @@
1
+ /**
2
+ * OpenShift Migration Advisor API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: undefined
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 { EstimationDetail } from './EstimationDetail.js';
13
+ /**
14
+ * Migration time estimation results
15
+ * @export
16
+ * @interface MigrationEstimationResponse
17
+ */
18
+ export interface MigrationEstimationResponse {
19
+ /**
20
+ * Total estimated migration duration (formatted as duration string, e.g., "2h30m")
21
+ * @type {string}
22
+ * @memberof MigrationEstimationResponse
23
+ */
24
+ totalDuration: string;
25
+ /**
26
+ * Breakdown of estimation by calculator
27
+ * @type {{ [key: string]: EstimationDetail; }}
28
+ * @memberof MigrationEstimationResponse
29
+ */
30
+ breakdown: {
31
+ [key: string]: EstimationDetail;
32
+ };
33
+ }
34
+ /**
35
+ * Check if a given object implements the MigrationEstimationResponse interface.
36
+ */
37
+ export declare function instanceOfMigrationEstimationResponse(value: object): value is MigrationEstimationResponse;
38
+ export declare function MigrationEstimationResponseFromJSON(json: any): MigrationEstimationResponse;
39
+ export declare function MigrationEstimationResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): MigrationEstimationResponse;
40
+ export declare function MigrationEstimationResponseToJSON(json: any): MigrationEstimationResponse;
41
+ export declare function MigrationEstimationResponseToJSONTyped(value?: MigrationEstimationResponse | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,56 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * OpenShift Migration Advisor API
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: undefined
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.instanceOfMigrationEstimationResponse = instanceOfMigrationEstimationResponse;
17
+ exports.MigrationEstimationResponseFromJSON = MigrationEstimationResponseFromJSON;
18
+ exports.MigrationEstimationResponseFromJSONTyped = MigrationEstimationResponseFromJSONTyped;
19
+ exports.MigrationEstimationResponseToJSON = MigrationEstimationResponseToJSON;
20
+ exports.MigrationEstimationResponseToJSONTyped = MigrationEstimationResponseToJSONTyped;
21
+ const runtime_js_1 = require("../runtime.js");
22
+ const EstimationDetail_js_1 = require("./EstimationDetail.js");
23
+ /**
24
+ * Check if a given object implements the MigrationEstimationResponse interface.
25
+ */
26
+ function instanceOfMigrationEstimationResponse(value) {
27
+ if (!('totalDuration' in value) || value['totalDuration'] === undefined)
28
+ return false;
29
+ if (!('breakdown' in value) || value['breakdown'] === undefined)
30
+ return false;
31
+ return true;
32
+ }
33
+ function MigrationEstimationResponseFromJSON(json) {
34
+ return MigrationEstimationResponseFromJSONTyped(json, false);
35
+ }
36
+ function MigrationEstimationResponseFromJSONTyped(json, ignoreDiscriminator) {
37
+ if (json == null) {
38
+ return json;
39
+ }
40
+ return {
41
+ 'totalDuration': json['totalDuration'],
42
+ 'breakdown': ((0, runtime_js_1.mapValues)(json['breakdown'], EstimationDetail_js_1.EstimationDetailFromJSON)),
43
+ };
44
+ }
45
+ function MigrationEstimationResponseToJSON(json) {
46
+ return MigrationEstimationResponseToJSONTyped(json, false);
47
+ }
48
+ function MigrationEstimationResponseToJSONTyped(value, ignoreDiscriminator = false) {
49
+ if (value == null) {
50
+ return value;
51
+ }
52
+ return {
53
+ 'totalDuration': value['totalDuration'],
54
+ 'breakdown': ((0, runtime_js_1.mapValues)(value['breakdown'], EstimationDetail_js_1.EstimationDetailToJSON)),
55
+ };
56
+ }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Migration Planner API
2
+ * OpenShift Migration Advisor API
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
5
  * The version of the OpenAPI document: undefined
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Migration Planner API
5
+ * OpenShift Migration Advisor API
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
8
  * The version of the OpenAPI document: undefined
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Migration Planner API
2
+ * OpenShift Migration Advisor API
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
5
  * The version of the OpenAPI document: undefined
@@ -21,12 +21,6 @@ export interface ModelError {
21
21
  * @memberof ModelError
22
22
  */
23
23
  message: string;
24
- /**
25
- * Id of the request generating the error
26
- * @type {string}
27
- * @memberof ModelError
28
- */
29
- requestId?: string;
30
24
  }
31
25
  /**
32
26
  * Check if a given object implements the ModelError interface.
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Migration Planner API
5
+ * OpenShift Migration Advisor API
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
8
  * The version of the OpenAPI document: undefined
@@ -35,7 +35,6 @@ function ModelErrorFromJSONTyped(json, ignoreDiscriminator) {
35
35
  }
36
36
  return {
37
37
  'message': json['message'],
38
- 'requestId': json['requestId'] == null ? undefined : json['requestId'],
39
38
  };
40
39
  }
41
40
  function ModelErrorToJSON(json) {
@@ -47,6 +46,5 @@ function ModelErrorToJSONTyped(value, ignoreDiscriminator = false) {
47
46
  }
48
47
  return {
49
48
  'message': value['message'],
50
- 'requestId': value['requestId'],
51
49
  };
52
50
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Migration Planner API
2
+ * OpenShift Migration Advisor API
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
5
  * The version of the OpenAPI document: undefined
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Migration Planner API
5
+ * OpenShift Migration Advisor API
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
8
  * The version of the OpenAPI document: undefined