@migration-planner-ui/api-client 0.0.36 → 0.0.37
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.
- package/dist/apis/AssessmentApi.d.ts +28 -3
- package/dist/apis/AssessmentApi.d.ts.map +1 -1
- package/dist/apis/AssessmentApi.js +38 -3
- package/dist/apis/HealthApi.d.ts +2 -2
- package/dist/apis/HealthApi.js +2 -2
- package/dist/apis/ImageApi.d.ts +2 -2
- package/dist/apis/ImageApi.js +2 -2
- package/dist/apis/InfoApi.d.ts +2 -2
- package/dist/apis/InfoApi.js +2 -2
- package/dist/apis/JobApi.d.ts +2 -2
- package/dist/apis/JobApi.js +2 -2
- package/dist/apis/SourceApi.d.ts +2 -2
- package/dist/apis/SourceApi.js +2 -2
- package/dist/models/Agent.d.ts +2 -2
- package/dist/models/Agent.js +2 -2
- package/dist/models/AgentProxy.d.ts +2 -2
- package/dist/models/AgentProxy.js +2 -2
- package/dist/models/Assessment.d.ts +2 -2
- package/dist/models/Assessment.js +2 -2
- package/dist/models/AssessmentForm.d.ts +2 -2
- package/dist/models/AssessmentForm.js +2 -2
- package/dist/models/AssessmentUpdate.d.ts +2 -2
- package/dist/models/AssessmentUpdate.js +2 -2
- package/dist/models/ClusterRequirementsRequest.d.ts +67 -0
- package/dist/models/ClusterRequirementsRequest.d.ts.map +1 -0
- package/dist/models/ClusterRequirementsRequest.js +66 -0
- package/dist/models/ClusterRequirementsResponse.d.ts +48 -0
- package/dist/models/ClusterRequirementsResponse.d.ts.map +1 -0
- package/dist/models/ClusterRequirementsResponse.js +54 -0
- package/dist/models/ClusterSizing.d.ts +57 -0
- package/dist/models/ClusterSizing.d.ts.map +1 -0
- package/dist/models/ClusterSizing.js +59 -0
- package/dist/models/Datastore.d.ts +2 -2
- package/dist/models/Datastore.js +2 -2
- package/dist/models/DiskSizeTierSummary.d.ts +2 -2
- package/dist/models/DiskSizeTierSummary.js +2 -2
- package/dist/models/DiskTypeSummary.d.ts +2 -2
- package/dist/models/DiskTypeSummary.js +2 -2
- package/dist/models/Histogram.d.ts +2 -2
- package/dist/models/Histogram.js +2 -2
- package/dist/models/Host.d.ts +2 -2
- package/dist/models/Host.js +2 -2
- package/dist/models/Info.d.ts +2 -2
- package/dist/models/Info.js +2 -2
- package/dist/models/Infra.d.ts +2 -2
- package/dist/models/Infra.js +2 -2
- package/dist/models/Inventory.d.ts +2 -2
- package/dist/models/Inventory.js +2 -2
- package/dist/models/InventoryData.d.ts +2 -2
- package/dist/models/InventoryData.js +2 -2
- package/dist/models/InventoryTotals.d.ts +45 -0
- package/dist/models/InventoryTotals.d.ts.map +1 -0
- package/dist/models/InventoryTotals.js +51 -0
- package/dist/models/Ipv4Config.d.ts +2 -2
- package/dist/models/Ipv4Config.js +2 -2
- package/dist/models/Job.d.ts +2 -2
- package/dist/models/Job.js +2 -2
- package/dist/models/JobStatus.d.ts +2 -2
- package/dist/models/JobStatus.js +2 -2
- package/dist/models/Label.d.ts +2 -2
- package/dist/models/Label.js +2 -2
- package/dist/models/MigrationIssue.d.ts +2 -2
- package/dist/models/MigrationIssue.js +2 -2
- package/dist/models/ModelError.d.ts +2 -2
- package/dist/models/ModelError.js +2 -2
- package/dist/models/Network.d.ts +2 -2
- package/dist/models/Network.js +2 -2
- package/dist/models/OsInfo.d.ts +2 -2
- package/dist/models/OsInfo.js +2 -2
- package/dist/models/PresignedUrl.d.ts +2 -2
- package/dist/models/PresignedUrl.js +2 -2
- package/dist/models/SizingOverCommitRatio.d.ts +39 -0
- package/dist/models/SizingOverCommitRatio.d.ts.map +1 -0
- package/dist/models/SizingOverCommitRatio.js +47 -0
- package/dist/models/SizingResourceConsumption.d.ts +53 -0
- package/dist/models/SizingResourceConsumption.d.ts.map +1 -0
- package/dist/models/SizingResourceConsumption.js +53 -0
- package/dist/models/SizingResourceLimits.d.ts +39 -0
- package/dist/models/SizingResourceLimits.d.ts.map +1 -0
- package/dist/models/SizingResourceLimits.js +47 -0
- package/dist/models/Snapshot.d.ts +2 -2
- package/dist/models/Snapshot.js +2 -2
- package/dist/models/Source.d.ts +2 -2
- package/dist/models/Source.js +2 -2
- package/dist/models/SourceCreate.d.ts +2 -2
- package/dist/models/SourceCreate.js +2 -2
- package/dist/models/SourceInfra.d.ts +2 -2
- package/dist/models/SourceInfra.js +2 -2
- package/dist/models/SourceUpdate.d.ts +2 -2
- package/dist/models/SourceUpdate.js +2 -2
- package/dist/models/Status.d.ts +2 -2
- package/dist/models/Status.js +2 -2
- package/dist/models/UpdateInventory.d.ts +2 -2
- package/dist/models/UpdateInventory.js +2 -2
- package/dist/models/VCenter.d.ts +2 -2
- package/dist/models/VCenter.js +2 -2
- package/dist/models/VMResourceBreakdown.d.ts +2 -2
- package/dist/models/VMResourceBreakdown.js +2 -2
- package/dist/models/VMs.d.ts +2 -2
- package/dist/models/VMs.js +2 -2
- package/dist/models/VmNetwork.d.ts +2 -2
- package/dist/models/VmNetwork.js +2 -2
- package/dist/models/index.d.ts +7 -0
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +7 -0
- package/dist/runtime.d.ts +2 -2
- package/dist/runtime.js +2 -2
- package/package.json +1 -1
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Migration Planner API
|
|
3
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
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
|
+
* Overall cluster sizing summary
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ClusterSizing
|
|
16
|
+
*/
|
|
17
|
+
export interface ClusterSizing {
|
|
18
|
+
/**
|
|
19
|
+
* Total number of nodes (worker + control plane)
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ClusterSizing
|
|
22
|
+
*/
|
|
23
|
+
totalNodes: number;
|
|
24
|
+
/**
|
|
25
|
+
* Number of worker nodes
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ClusterSizing
|
|
28
|
+
*/
|
|
29
|
+
workerNodes: number;
|
|
30
|
+
/**
|
|
31
|
+
* Number of control plane nodes
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof ClusterSizing
|
|
34
|
+
*/
|
|
35
|
+
controlPlaneNodes: number;
|
|
36
|
+
/**
|
|
37
|
+
* Total CPU cores across all nodes
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof ClusterSizing
|
|
40
|
+
*/
|
|
41
|
+
totalCPU: number;
|
|
42
|
+
/**
|
|
43
|
+
* Total memory (GB) across all nodes
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof ClusterSizing
|
|
46
|
+
*/
|
|
47
|
+
totalMemory: number;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Check if a given object implements the ClusterSizing interface.
|
|
51
|
+
*/
|
|
52
|
+
export declare function instanceOfClusterSizing(value: object): value is ClusterSizing;
|
|
53
|
+
export declare function ClusterSizingFromJSON(json: any): ClusterSizing;
|
|
54
|
+
export declare function ClusterSizingFromJSONTyped(json: any, ignoreDiscriminator: boolean): ClusterSizing;
|
|
55
|
+
export declare function ClusterSizingToJSON(json: any): ClusterSizing;
|
|
56
|
+
export declare function ClusterSizingToJSONTyped(value?: ClusterSizing | null, ignoreDiscriminator?: boolean): any;
|
|
57
|
+
//# sourceMappingURL=ClusterSizing.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ClusterSizing.d.ts","sourceRoot":"","sources":["../../src/models/ClusterSizing.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC1B;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;CACvB;AAED;;GAEG;AACH,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,aAAa,CAO7E;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,GAAG,GAAG,aAAa,CAE9D;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,aAAa,CAYjG;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,GAAG,aAAa,CAE5D;AAED,wBAAgB,wBAAwB,CAAC,KAAK,CAAC,EAAE,aAAa,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAahH"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Migration Planner API
|
|
5
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
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 ClusterSizing interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfClusterSizing(value) {
|
|
18
|
+
if (!('totalNodes' in value) || value['totalNodes'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('workerNodes' in value) || value['workerNodes'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
if (!('controlPlaneNodes' in value) || value['controlPlaneNodes'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
if (!('totalCPU' in value) || value['totalCPU'] === undefined)
|
|
25
|
+
return false;
|
|
26
|
+
if (!('totalMemory' in value) || value['totalMemory'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
export function ClusterSizingFromJSON(json) {
|
|
31
|
+
return ClusterSizingFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
export function ClusterSizingFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'totalNodes': json['totalNodes'],
|
|
39
|
+
'workerNodes': json['workerNodes'],
|
|
40
|
+
'controlPlaneNodes': json['controlPlaneNodes'],
|
|
41
|
+
'totalCPU': json['totalCPU'],
|
|
42
|
+
'totalMemory': json['totalMemory'],
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
export function ClusterSizingToJSON(json) {
|
|
46
|
+
return ClusterSizingToJSONTyped(json, false);
|
|
47
|
+
}
|
|
48
|
+
export function ClusterSizingToJSONTyped(value, ignoreDiscriminator = false) {
|
|
49
|
+
if (value == null) {
|
|
50
|
+
return value;
|
|
51
|
+
}
|
|
52
|
+
return {
|
|
53
|
+
'totalNodes': value['totalNodes'],
|
|
54
|
+
'workerNodes': value['workerNodes'],
|
|
55
|
+
'controlPlaneNodes': value['controlPlaneNodes'],
|
|
56
|
+
'totalCPU': value['totalCPU'],
|
|
57
|
+
'totalMemory': value['totalMemory'],
|
|
58
|
+
};
|
|
59
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Migration Planner API
|
|
3
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
3
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
5
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/Datastore.js
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Migration Planner API
|
|
5
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
5
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
7
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Migration Planner API
|
|
3
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
3
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
5
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Migration Planner API
|
|
5
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
5
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
7
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Migration Planner API
|
|
3
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
3
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
5
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Migration Planner API
|
|
5
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
5
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
7
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Migration Planner API
|
|
3
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
3
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
5
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/Histogram.js
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Migration Planner API
|
|
5
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
5
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
7
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/Host.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Migration Planner API
|
|
3
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
3
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
5
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/Host.js
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Migration Planner API
|
|
5
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
5
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
7
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/Info.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Migration Planner API
|
|
3
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
3
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
5
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/Info.js
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Migration Planner API
|
|
5
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
5
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
7
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/Infra.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Migration Planner API
|
|
3
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
3
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
5
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/Infra.js
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Migration Planner API
|
|
5
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
5
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
7
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Migration Planner API
|
|
3
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
3
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
5
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/Inventory.js
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Migration Planner API
|
|
5
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
5
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
7
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Migration Planner API
|
|
3
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
3
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
5
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Migration Planner API
|
|
5
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
5
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
7
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Migration Planner API
|
|
3
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
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
|
+
* Inventory totals for the cluster
|
|
14
|
+
* @export
|
|
15
|
+
* @interface InventoryTotals
|
|
16
|
+
*/
|
|
17
|
+
export interface InventoryTotals {
|
|
18
|
+
/**
|
|
19
|
+
* Total number of VMs in the cluster
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof InventoryTotals
|
|
22
|
+
*/
|
|
23
|
+
totalVMs: number;
|
|
24
|
+
/**
|
|
25
|
+
* Total CPU cores across all VMs in the cluster
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof InventoryTotals
|
|
28
|
+
*/
|
|
29
|
+
totalCPU: number;
|
|
30
|
+
/**
|
|
31
|
+
* Total memory (GB) across all VMs in the cluster
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof InventoryTotals
|
|
34
|
+
*/
|
|
35
|
+
totalMemory: number;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the InventoryTotals interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfInventoryTotals(value: object): value is InventoryTotals;
|
|
41
|
+
export declare function InventoryTotalsFromJSON(json: any): InventoryTotals;
|
|
42
|
+
export declare function InventoryTotalsFromJSONTyped(json: any, ignoreDiscriminator: boolean): InventoryTotals;
|
|
43
|
+
export declare function InventoryTotalsToJSON(json: any): InventoryTotals;
|
|
44
|
+
export declare function InventoryTotalsToJSONTyped(value?: InventoryTotals | null, ignoreDiscriminator?: boolean): any;
|
|
45
|
+
//# sourceMappingURL=InventoryTotals.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InventoryTotals.d.ts","sourceRoot":"","sources":["../../src/models/InventoryTotals.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;CACvB;AAED;;GAEG;AACH,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,eAAe,CAKjF;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,GAAG,eAAe,CAElE;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,eAAe,CAUrG;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,GAAG,GAAG,eAAe,CAEhE;AAED,wBAAgB,0BAA0B,CAAC,KAAK,CAAC,EAAE,eAAe,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWpH"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Migration Planner API
|
|
5
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
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 InventoryTotals interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfInventoryTotals(value) {
|
|
18
|
+
if (!('totalVMs' in value) || value['totalVMs'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('totalCPU' in value) || value['totalCPU'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
if (!('totalMemory' in value) || value['totalMemory'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
return true;
|
|
25
|
+
}
|
|
26
|
+
export function InventoryTotalsFromJSON(json) {
|
|
27
|
+
return InventoryTotalsFromJSONTyped(json, false);
|
|
28
|
+
}
|
|
29
|
+
export function InventoryTotalsFromJSONTyped(json, ignoreDiscriminator) {
|
|
30
|
+
if (json == null) {
|
|
31
|
+
return json;
|
|
32
|
+
}
|
|
33
|
+
return {
|
|
34
|
+
'totalVMs': json['totalVMs'],
|
|
35
|
+
'totalCPU': json['totalCPU'],
|
|
36
|
+
'totalMemory': json['totalMemory'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
export function InventoryTotalsToJSON(json) {
|
|
40
|
+
return InventoryTotalsToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
export function InventoryTotalsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'totalVMs': value['totalVMs'],
|
|
48
|
+
'totalCPU': value['totalCPU'],
|
|
49
|
+
'totalMemory': value['totalMemory'],
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Migration Planner API
|
|
3
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
3
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
5
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Migration Planner API
|
|
5
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
5
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
7
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/Job.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Migration Planner API
|
|
3
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
3
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
5
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/Job.js
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Migration Planner API
|
|
5
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
5
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
7
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Migration Planner API
|
|
3
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
3
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
5
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/JobStatus.js
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Migration Planner API
|
|
5
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
5
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
7
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/Label.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Migration Planner API
|
|
3
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
3
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
5
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/Label.js
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Migration Planner API
|
|
5
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
5
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
7
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Migration Planner API
|
|
3
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
3
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
5
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Migration Planner API
|
|
5
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
5
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
7
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Migration Planner API
|
|
3
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
3
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
5
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Migration Planner API
|
|
5
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
5
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
7
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/Network.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Migration Planner API
|
|
3
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
3
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
5
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/Network.js
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Migration Planner API
|
|
5
|
-
* Based on: https://github.com/kubev2v/migration-planner/blob/
|
|
5
|
+
* Based on: https://github.com/kubev2v/migration-planner/blob/381e0e2f0d99c996a1230d27470988d7cbe9e282/api/v1alpha1/openapi.yaml
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.4.0-
|
|
7
|
+
* The version of the OpenAPI document: 0.4.0-381e0e2f
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|