@migration-planner-ui/agent-client 0.0.37 → 0.0.38
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/DefaultApi.d.ts +381 -0
- package/dist/apis/DefaultApi.d.ts.map +1 -0
- package/dist/apis/DefaultApi.js +502 -0
- package/dist/apis/index.d.ts +1 -1
- package/dist/apis/index.js +1 -1
- package/dist/models/AgentModeRequest.d.ts +41 -0
- package/dist/models/AgentModeRequest.d.ts.map +1 -0
- package/dist/models/AgentModeRequest.js +50 -0
- package/dist/models/AgentStatus.d.ts +61 -0
- package/dist/models/AgentStatus.d.ts.map +1 -0
- package/dist/models/AgentStatus.js +63 -0
- package/dist/models/CollectorStartRequest.d.ts +45 -0
- package/dist/models/CollectorStartRequest.d.ts.map +1 -0
- package/dist/models/{Credentials.js → CollectorStartRequest.js} +11 -13
- package/dist/models/CollectorStatus.d.ts +52 -0
- package/dist/models/CollectorStatus.d.ts.map +1 -0
- package/dist/models/CollectorStatus.js +57 -0
- package/dist/models/Datastore.d.ts +3 -3
- package/dist/models/Datastore.js +3 -3
- package/dist/models/DiskSizeTierSummary.d.ts +3 -3
- package/dist/models/DiskSizeTierSummary.js +3 -3
- package/dist/models/DiskTypeSummary.d.ts +3 -3
- package/dist/models/DiskTypeSummary.js +3 -3
- package/dist/models/GuestNetwork.d.ts +57 -0
- package/dist/models/GuestNetwork.d.ts.map +1 -0
- package/dist/models/GuestNetwork.js +49 -0
- package/dist/models/Histogram.d.ts +3 -3
- package/dist/models/Histogram.js +3 -3
- package/dist/models/Host.d.ts +3 -3
- package/dist/models/Host.js +3 -3
- package/dist/models/Infra.d.ts +3 -3
- package/dist/models/Infra.js +3 -3
- package/dist/models/InspectorStartRequest.d.ts +40 -0
- package/dist/models/InspectorStartRequest.d.ts.map +1 -0
- package/dist/models/InspectorStartRequest.js +48 -0
- package/dist/models/InspectorStatus.d.ts +52 -0
- package/dist/models/InspectorStatus.d.ts.map +1 -0
- package/dist/models/InspectorStatus.js +57 -0
- package/dist/models/Inventory.d.ts +3 -3
- package/dist/models/Inventory.js +3 -3
- package/dist/models/InventoryData.d.ts +3 -3
- package/dist/models/InventoryData.js +3 -3
- package/dist/models/MigrationIssue.d.ts +3 -3
- package/dist/models/MigrationIssue.js +3 -3
- package/dist/models/Network.d.ts +3 -3
- package/dist/models/Network.js +3 -3
- package/dist/models/OsInfo.d.ts +3 -3
- package/dist/models/OsInfo.js +3 -3
- package/dist/models/VCenter.d.ts +3 -3
- package/dist/models/VCenter.js +3 -3
- package/dist/models/VM.d.ts +76 -0
- package/dist/models/VM.d.ts.map +1 -0
- package/dist/models/VM.js +72 -0
- package/dist/models/VMDetails.d.ts +212 -0
- package/dist/models/VMDetails.d.ts.map +1 -0
- package/dist/models/VMDetails.js +122 -0
- package/dist/models/VMDevice.d.ts +33 -0
- package/dist/models/VMDevice.d.ts.map +1 -0
- package/dist/models/VMDevice.js +41 -0
- package/dist/models/VMDisk.d.ts +69 -0
- package/dist/models/VMDisk.d.ts.map +1 -0
- package/dist/models/VMDisk.js +53 -0
- package/dist/models/VMListResponse.d.ts +52 -0
- package/dist/models/VMListResponse.d.ts.map +1 -0
- package/dist/models/VMListResponse.js +56 -0
- package/dist/models/VMNIC.d.ts +45 -0
- package/dist/models/VMNIC.d.ts.map +1 -0
- package/dist/models/VMNIC.js +45 -0
- package/dist/models/VMResourceBreakdown.d.ts +3 -3
- package/dist/models/VMResourceBreakdown.js +3 -3
- package/dist/models/VMs.d.ts +17 -3
- package/dist/models/VMs.d.ts.map +1 -1
- package/dist/models/VMs.js +7 -3
- package/dist/models/VcenterCredentials.d.ts +45 -0
- package/dist/models/VcenterCredentials.d.ts.map +1 -0
- package/dist/models/VcenterCredentials.js +51 -0
- package/dist/models/VddkPost200Response.d.ts +39 -0
- package/dist/models/VddkPost200Response.d.ts.map +1 -0
- package/dist/models/VddkPost200Response.js +47 -0
- package/dist/models/VmInspectionStatus.d.ts +57 -0
- package/dist/models/VmInspectionStatus.d.ts.map +1 -0
- package/dist/models/VmInspectionStatus.js +58 -0
- package/dist/models/index.d.ts +16 -6
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +16 -6
- package/dist/runtime.d.ts +3 -3
- package/dist/runtime.d.ts.map +1 -1
- package/dist/runtime.js +4 -4
- package/package.json +2 -5
- package/dist/apis/AgentUiApi.d.ts +0 -126
- package/dist/apis/AgentUiApi.d.ts.map +0 -1
- package/dist/apis/AgentUiApi.js +0 -163
- package/dist/models/Credentials.d.ts +0 -51
- package/dist/models/Credentials.d.ts.map +0 -1
- package/dist/models/InventoryReply.d.ts +0 -40
- package/dist/models/InventoryReply.d.ts.map +0 -1
- package/dist/models/InventoryReply.js +0 -48
- package/dist/models/ModelError.d.ts +0 -33
- package/dist/models/ModelError.d.ts.map +0 -1
- package/dist/models/ModelError.js +0 -43
- package/dist/models/ServiceUIReply.d.ts +0 -33
- package/dist/models/ServiceUIReply.d.ts.map +0 -1
- package/dist/models/ServiceUIReply.js +0 -43
- package/dist/models/StatusReply.d.ts +0 -81
- package/dist/models/StatusReply.d.ts.map +0 -1
- package/dist/models/StatusReply.js +0 -70
- package/dist/models/VersionReply.d.ts +0 -33
- package/dist/models/VersionReply.d.ts.map +0 -1
- package/dist/models/VersionReply.js +0 -43
|
@@ -0,0 +1,45 @@
|
|
|
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 VMNIC
|
|
16
|
+
*/
|
|
17
|
+
export interface VMNIC {
|
|
18
|
+
/**
|
|
19
|
+
* MAC address of the virtual NIC
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof VMNIC
|
|
22
|
+
*/
|
|
23
|
+
mac?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Reference to the network this NIC is connected to
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof VMNIC
|
|
28
|
+
*/
|
|
29
|
+
network?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Index of the NIC within the VM
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof VMNIC
|
|
34
|
+
*/
|
|
35
|
+
index?: number;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the VMNIC interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfVMNIC(value: object): value is VMNIC;
|
|
41
|
+
export declare function VMNICFromJSON(json: any): VMNIC;
|
|
42
|
+
export declare function VMNICFromJSONTyped(json: any, ignoreDiscriminator: boolean): VMNIC;
|
|
43
|
+
export declare function VMNICToJSON(json: any): VMNIC;
|
|
44
|
+
export declare function VMNICToJSONTyped(value?: VMNIC | null, ignoreDiscriminator?: boolean): any;
|
|
45
|
+
//# sourceMappingURL=VMNIC.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VMNIC.d.ts","sourceRoot":"","sources":["../../src/models/VMNIC.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,KAAK;IAClB;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,KAAK,CAE7D;AAED,wBAAgB,aAAa,CAAC,IAAI,EAAE,GAAG,GAAG,KAAK,CAE9C;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,KAAK,CAUjF;AAED,wBAAgB,WAAW,CAAC,IAAI,EAAE,GAAG,GAAG,KAAK,CAE5C;AAED,wBAAgB,gBAAgB,CAAC,KAAK,CAAC,EAAE,KAAK,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWhG"}
|
|
@@ -0,0 +1,45 @@
|
|
|
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 VMNIC interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfVMNIC(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function VMNICFromJSON(json) {
|
|
21
|
+
return VMNICFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function VMNICFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'mac': json['mac'] == null ? undefined : json['mac'],
|
|
29
|
+
'network': json['network'] == null ? undefined : json['network'],
|
|
30
|
+
'index': json['index'] == null ? undefined : json['index'],
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
export function VMNICToJSON(json) {
|
|
34
|
+
return VMNICToJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
export function VMNICToJSONTyped(value, ignoreDiscriminator = false) {
|
|
37
|
+
if (value == null) {
|
|
38
|
+
return value;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
'mac': value['mac'],
|
|
42
|
+
'network': value['network'],
|
|
43
|
+
'index': value['index'],
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Migration
|
|
3
|
-
*
|
|
2
|
+
* Assisted Migration Agent API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
|
-
* Migration
|
|
5
|
-
*
|
|
4
|
+
* Assisted Migration Agent API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/VMs.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Migration
|
|
3
|
-
*
|
|
2
|
+
* Assisted Migration Agent API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -38,6 +38,12 @@ export interface VMs {
|
|
|
38
38
|
* @memberof VMs
|
|
39
39
|
*/
|
|
40
40
|
totalMigratableWithWarnings?: number;
|
|
41
|
+
/**
|
|
42
|
+
* Number of VMs that have at least one shared disk
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof VMs
|
|
45
|
+
*/
|
|
46
|
+
totalWithSharedDisks?: number;
|
|
41
47
|
/**
|
|
42
48
|
*
|
|
43
49
|
* @type {VMResourceBreakdown}
|
|
@@ -76,6 +82,14 @@ export interface VMs {
|
|
|
76
82
|
distributionByMemoryTier?: {
|
|
77
83
|
[key: string]: number;
|
|
78
84
|
};
|
|
85
|
+
/**
|
|
86
|
+
* Distribution of VMs by NIC count (e.g., "0", "1", "2", "3", "4+")
|
|
87
|
+
* @type {{ [key: string]: number; }}
|
|
88
|
+
* @memberof VMs
|
|
89
|
+
*/
|
|
90
|
+
distributionByNicCount?: {
|
|
91
|
+
[key: string]: number;
|
|
92
|
+
};
|
|
79
93
|
/**
|
|
80
94
|
*
|
|
81
95
|
* @type {VMResourceBreakdown}
|
package/dist/models/VMs.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VMs.d.ts","sourceRoot":"","sources":["../../src/models/VMs.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAO1D,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAO1C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAOpE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAO5D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAQpE;;;;GAIG;AACH,MAAM,WAAW,GAAG;IAChB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,2BAA2B,CAAC,EAAE,MAAM,CAAC;IACrC;;;;OAIG;IACH,QAAQ,EAAE,mBAAmB,CAAC;IAC9B;;;;OAIG;IACH,YAAY,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,mBAAmB,CAAC;KAAE,CAAC;IACvD;;;;OAIG;IACH,SAAS,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,eAAe,CAAC;KAAE,CAAC;IAChD;;;;OAIG;IACH,qBAAqB,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IACnD;;;;OAIG;IACH,wBAAwB,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IACtD;;;;OAIG;IACH,KAAK,EAAE,mBAAmB,CAAC;IAC3B;;;;OAIG;IACH,MAAM,EAAE,mBAAmB,CAAC;IAC5B;;;;OAIG;IACH,SAAS,EAAE,mBAAmB,CAAC;IAC/B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,mBAAmB,CAAC;IAC/B;;;;OAIG;IACH,WAAW,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IACxC;;;;;OAKG;IACH,EAAE,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IAChC;;;;OAIG;IACH,MAAM,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IACpC;;;;OAIG;IACH,oBAAoB,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IAC5C;;;;OAIG;IACH,iBAAiB,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;CAC5C;AAED;;GAEG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,GAAG,CAWzD;AAED,wBAAgB,WAAW,CAAC,IAAI,EAAE,GAAG,GAAG,GAAG,CAE1C;AAED,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,GAAG,
|
|
1
|
+
{"version":3,"file":"VMs.d.ts","sourceRoot":"","sources":["../../src/models/VMs.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAO1D,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAO1C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAOpE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAO5D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAQpE;;;;GAIG;AACH,MAAM,WAAW,GAAG;IAChB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,2BAA2B,CAAC,EAAE,MAAM,CAAC;IACrC;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B;;;;OAIG;IACH,QAAQ,EAAE,mBAAmB,CAAC;IAC9B;;;;OAIG;IACH,YAAY,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,mBAAmB,CAAC;KAAE,CAAC;IACvD;;;;OAIG;IACH,SAAS,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,eAAe,CAAC;KAAE,CAAC;IAChD;;;;OAIG;IACH,qBAAqB,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IACnD;;;;OAIG;IACH,wBAAwB,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IACtD;;;;OAIG;IACH,sBAAsB,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IACpD;;;;OAIG;IACH,KAAK,EAAE,mBAAmB,CAAC;IAC3B;;;;OAIG;IACH,MAAM,EAAE,mBAAmB,CAAC;IAC5B;;;;OAIG;IACH,SAAS,EAAE,mBAAmB,CAAC;IAC/B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,mBAAmB,CAAC;IAC/B;;;;OAIG;IACH,WAAW,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IACxC;;;;;OAKG;IACH,EAAE,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IAChC;;;;OAIG;IACH,MAAM,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IACpC;;;;OAIG;IACH,oBAAoB,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IAC5C;;;;OAIG;IACH,iBAAiB,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;CAC5C;AAED;;GAEG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,GAAG,CAWzD;AAED,wBAAgB,WAAW,CAAC,IAAI,EAAE,GAAG,GAAG,GAAG,CAE1C;AAED,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,GAAG,CA0B7E;AAED,wBAAgB,SAAS,CAAC,IAAI,EAAE,GAAG,GAAG,GAAG,CAExC;AAED,wBAAgB,cAAc,CAAC,KAAK,CAAC,EAAE,GAAG,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CA2B5F"}
|
package/dist/models/VMs.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
|
-
* Migration
|
|
5
|
-
*
|
|
4
|
+
* Assisted Migration Agent API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -52,11 +52,13 @@ export function VMsFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
52
52
|
'total': json['total'],
|
|
53
53
|
'totalMigratable': json['totalMigratable'],
|
|
54
54
|
'totalMigratableWithWarnings': json['totalMigratableWithWarnings'] == null ? undefined : json['totalMigratableWithWarnings'],
|
|
55
|
+
'totalWithSharedDisks': json['totalWithSharedDisks'] == null ? undefined : json['totalWithSharedDisks'],
|
|
55
56
|
'cpuCores': VMResourceBreakdownFromJSON(json['cpuCores']),
|
|
56
57
|
'diskSizeTier': json['diskSizeTier'] == null ? undefined : (mapValues(json['diskSizeTier'], DiskSizeTierSummaryFromJSON)),
|
|
57
58
|
'diskTypes': json['diskTypes'] == null ? undefined : (mapValues(json['diskTypes'], DiskTypeSummaryFromJSON)),
|
|
58
59
|
'distributionByCpuTier': json['distributionByCpuTier'] == null ? undefined : json['distributionByCpuTier'],
|
|
59
60
|
'distributionByMemoryTier': json['distributionByMemoryTier'] == null ? undefined : json['distributionByMemoryTier'],
|
|
61
|
+
'distributionByNicCount': json['distributionByNicCount'] == null ? undefined : json['distributionByNicCount'],
|
|
60
62
|
'ramGB': VMResourceBreakdownFromJSON(json['ramGB']),
|
|
61
63
|
'diskGB': VMResourceBreakdownFromJSON(json['diskGB']),
|
|
62
64
|
'diskCount': VMResourceBreakdownFromJSON(json['diskCount']),
|
|
@@ -79,11 +81,13 @@ export function VMsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
79
81
|
'total': value['total'],
|
|
80
82
|
'totalMigratable': value['totalMigratable'],
|
|
81
83
|
'totalMigratableWithWarnings': value['totalMigratableWithWarnings'],
|
|
84
|
+
'totalWithSharedDisks': value['totalWithSharedDisks'],
|
|
82
85
|
'cpuCores': VMResourceBreakdownToJSON(value['cpuCores']),
|
|
83
86
|
'diskSizeTier': value['diskSizeTier'] == null ? undefined : (mapValues(value['diskSizeTier'], DiskSizeTierSummaryToJSON)),
|
|
84
87
|
'diskTypes': value['diskTypes'] == null ? undefined : (mapValues(value['diskTypes'], DiskTypeSummaryToJSON)),
|
|
85
88
|
'distributionByCpuTier': value['distributionByCpuTier'],
|
|
86
89
|
'distributionByMemoryTier': value['distributionByMemoryTier'],
|
|
90
|
+
'distributionByNicCount': value['distributionByNicCount'],
|
|
87
91
|
'ramGB': VMResourceBreakdownToJSON(value['ramGB']),
|
|
88
92
|
'diskGB': VMResourceBreakdownToJSON(value['diskGB']),
|
|
89
93
|
'diskCount': VMResourceBreakdownToJSON(value['diskCount']),
|
|
@@ -0,0 +1,45 @@
|
|
|
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 VcenterCredentials
|
|
16
|
+
*/
|
|
17
|
+
export interface VcenterCredentials {
|
|
18
|
+
/**
|
|
19
|
+
* vCenter URL
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof VcenterCredentials
|
|
22
|
+
*/
|
|
23
|
+
url: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof VcenterCredentials
|
|
28
|
+
*/
|
|
29
|
+
username: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof VcenterCredentials
|
|
34
|
+
*/
|
|
35
|
+
password: string;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the VcenterCredentials interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfVcenterCredentials(value: object): value is VcenterCredentials;
|
|
41
|
+
export declare function VcenterCredentialsFromJSON(json: any): VcenterCredentials;
|
|
42
|
+
export declare function VcenterCredentialsFromJSONTyped(json: any, ignoreDiscriminator: boolean): VcenterCredentials;
|
|
43
|
+
export declare function VcenterCredentialsToJSON(json: any): VcenterCredentials;
|
|
44
|
+
export declare function VcenterCredentialsToJSONTyped(value?: VcenterCredentials | null, ignoreDiscriminator?: boolean): any;
|
|
45
|
+
//# sourceMappingURL=VcenterCredentials.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VcenterCredentials.d.ts","sourceRoot":"","sources":["../../src/models/VcenterCredentials.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;OAIG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,wBAAgB,4BAA4B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,kBAAkB,CAKvF;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,GAAG,kBAAkB,CAExE;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,kBAAkB,CAU3G;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,GAAG,kBAAkB,CAEtE;AAED,wBAAgB,6BAA6B,CAAC,KAAK,CAAC,EAAE,kBAAkB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAW1H"}
|
|
@@ -0,0 +1,51 @@
|
|
|
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 VcenterCredentials interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfVcenterCredentials(value) {
|
|
18
|
+
if (!('url' in value) || value['url'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('username' in value) || value['username'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
if (!('password' in value) || value['password'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
return true;
|
|
25
|
+
}
|
|
26
|
+
export function VcenterCredentialsFromJSON(json) {
|
|
27
|
+
return VcenterCredentialsFromJSONTyped(json, false);
|
|
28
|
+
}
|
|
29
|
+
export function VcenterCredentialsFromJSONTyped(json, ignoreDiscriminator) {
|
|
30
|
+
if (json == null) {
|
|
31
|
+
return json;
|
|
32
|
+
}
|
|
33
|
+
return {
|
|
34
|
+
'url': json['url'],
|
|
35
|
+
'username': json['username'],
|
|
36
|
+
'password': json['password'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
export function VcenterCredentialsToJSON(json) {
|
|
40
|
+
return VcenterCredentialsToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
export function VcenterCredentialsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'url': value['url'],
|
|
48
|
+
'username': value['username'],
|
|
49
|
+
'password': value['password'],
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
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 VddkPost200Response
|
|
16
|
+
*/
|
|
17
|
+
export interface VddkPost200Response {
|
|
18
|
+
/**
|
|
19
|
+
* md5 sum of the uploaded tarball
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof VddkPost200Response
|
|
22
|
+
*/
|
|
23
|
+
md5: string;
|
|
24
|
+
/**
|
|
25
|
+
* written bytes
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof VddkPost200Response
|
|
28
|
+
*/
|
|
29
|
+
bytes: number;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the VddkPost200Response interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfVddkPost200Response(value: object): value is VddkPost200Response;
|
|
35
|
+
export declare function VddkPost200ResponseFromJSON(json: any): VddkPost200Response;
|
|
36
|
+
export declare function VddkPost200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): VddkPost200Response;
|
|
37
|
+
export declare function VddkPost200ResponseToJSON(json: any): VddkPost200Response;
|
|
38
|
+
export declare function VddkPost200ResponseToJSONTyped(value?: VddkPost200Response | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=VddkPost200Response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VddkPost200Response.d.ts","sourceRoot":"","sources":["../../src/models/VddkPost200Response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mBAAmB,CAIzF;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAE1E;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mBAAmB,CAS7G;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAExE;AAED,wBAAgB,8BAA8B,CAAC,KAAK,CAAC,EAAE,mBAAmB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU5H"}
|
|
@@ -0,0 +1,47 @@
|
|
|
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 VddkPost200Response interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfVddkPost200Response(value) {
|
|
18
|
+
if (!('md5' in value) || value['md5'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('bytes' in value) || value['bytes'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
return true;
|
|
23
|
+
}
|
|
24
|
+
export function VddkPost200ResponseFromJSON(json) {
|
|
25
|
+
return VddkPost200ResponseFromJSONTyped(json, false);
|
|
26
|
+
}
|
|
27
|
+
export function VddkPost200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
28
|
+
if (json == null) {
|
|
29
|
+
return json;
|
|
30
|
+
}
|
|
31
|
+
return {
|
|
32
|
+
'md5': json['md5'],
|
|
33
|
+
'bytes': json['bytes'],
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
export function VddkPost200ResponseToJSON(json) {
|
|
37
|
+
return VddkPost200ResponseToJSONTyped(json, false);
|
|
38
|
+
}
|
|
39
|
+
export function VddkPost200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
40
|
+
if (value == null) {
|
|
41
|
+
return value;
|
|
42
|
+
}
|
|
43
|
+
return {
|
|
44
|
+
'md5': value['md5'],
|
|
45
|
+
'bytes': value['bytes'],
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
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 VmInspectionStatus
|
|
16
|
+
*/
|
|
17
|
+
export interface VmInspectionStatus {
|
|
18
|
+
/**
|
|
19
|
+
* Current inspection state
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof VmInspectionStatus
|
|
22
|
+
*/
|
|
23
|
+
state: VmInspectionStatusStateEnum;
|
|
24
|
+
/**
|
|
25
|
+
* Error message when state is error
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof VmInspectionStatus
|
|
28
|
+
*/
|
|
29
|
+
error?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Inspection results
|
|
32
|
+
* @type {object}
|
|
33
|
+
* @memberof VmInspectionStatus
|
|
34
|
+
*/
|
|
35
|
+
results?: object;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* @export
|
|
39
|
+
*/
|
|
40
|
+
export declare const VmInspectionStatusStateEnum: {
|
|
41
|
+
readonly Pending: "pending";
|
|
42
|
+
readonly Running: "running";
|
|
43
|
+
readonly Completed: "completed";
|
|
44
|
+
readonly Canceled: "canceled";
|
|
45
|
+
readonly Error: "error";
|
|
46
|
+
readonly NotFound: "not_found";
|
|
47
|
+
};
|
|
48
|
+
export type VmInspectionStatusStateEnum = typeof VmInspectionStatusStateEnum[keyof typeof VmInspectionStatusStateEnum];
|
|
49
|
+
/**
|
|
50
|
+
* Check if a given object implements the VmInspectionStatus interface.
|
|
51
|
+
*/
|
|
52
|
+
export declare function instanceOfVmInspectionStatus(value: object): value is VmInspectionStatus;
|
|
53
|
+
export declare function VmInspectionStatusFromJSON(json: any): VmInspectionStatus;
|
|
54
|
+
export declare function VmInspectionStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): VmInspectionStatus;
|
|
55
|
+
export declare function VmInspectionStatusToJSON(json: any): VmInspectionStatus;
|
|
56
|
+
export declare function VmInspectionStatusToJSONTyped(value?: VmInspectionStatus | null, ignoreDiscriminator?: boolean): any;
|
|
57
|
+
//# sourceMappingURL=VmInspectionStatus.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VmInspectionStatus.d.ts","sourceRoot":"","sources":["../../src/models/VmInspectionStatus.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;OAIG;IACH,KAAK,EAAE,2BAA2B,CAAC;IACnC;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AAGD;;GAEG;AACH,eAAO,MAAM,2BAA2B;;;;;;;CAO9B,CAAC;AACX,MAAM,MAAM,2BAA2B,GAAG,OAAO,2BAA2B,CAAC,MAAM,OAAO,2BAA2B,CAAC,CAAC;AAGvH;;GAEG;AACH,wBAAgB,4BAA4B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,kBAAkB,CAGvF;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,GAAG,kBAAkB,CAExE;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,kBAAkB,CAU3G;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,GAAG,kBAAkB,CAEtE;AAED,wBAAgB,6BAA6B,CAAC,KAAK,CAAC,EAAE,kBAAkB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAW1H"}
|
|
@@ -0,0 +1,58 @@
|
|
|
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
|
+
* @export
|
|
16
|
+
*/
|
|
17
|
+
export const VmInspectionStatusStateEnum = {
|
|
18
|
+
Pending: 'pending',
|
|
19
|
+
Running: 'running',
|
|
20
|
+
Completed: 'completed',
|
|
21
|
+
Canceled: 'canceled',
|
|
22
|
+
Error: 'error',
|
|
23
|
+
NotFound: 'not_found'
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the VmInspectionStatus interface.
|
|
27
|
+
*/
|
|
28
|
+
export function instanceOfVmInspectionStatus(value) {
|
|
29
|
+
if (!('state' in value) || value['state'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
return true;
|
|
32
|
+
}
|
|
33
|
+
export function VmInspectionStatusFromJSON(json) {
|
|
34
|
+
return VmInspectionStatusFromJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
export function VmInspectionStatusFromJSONTyped(json, ignoreDiscriminator) {
|
|
37
|
+
if (json == null) {
|
|
38
|
+
return json;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
'state': json['state'],
|
|
42
|
+
'error': json['error'] == null ? undefined : json['error'],
|
|
43
|
+
'results': json['results'] == null ? undefined : json['results'],
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
export function VmInspectionStatusToJSON(json) {
|
|
47
|
+
return VmInspectionStatusToJSONTyped(json, false);
|
|
48
|
+
}
|
|
49
|
+
export function VmInspectionStatusToJSONTyped(value, ignoreDiscriminator = false) {
|
|
50
|
+
if (value == null) {
|
|
51
|
+
return value;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
'state': value['state'],
|
|
55
|
+
'error': value['error'],
|
|
56
|
+
'results': value['results'],
|
|
57
|
+
};
|
|
58
|
+
}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -1,21 +1,31 @@
|
|
|
1
|
-
export * from './
|
|
1
|
+
export * from './AgentModeRequest.js';
|
|
2
|
+
export * from './AgentStatus.js';
|
|
3
|
+
export * from './CollectorStartRequest.js';
|
|
4
|
+
export * from './CollectorStatus.js';
|
|
2
5
|
export * from './Datastore.js';
|
|
3
6
|
export * from './DiskSizeTierSummary.js';
|
|
4
7
|
export * from './DiskTypeSummary.js';
|
|
8
|
+
export * from './GuestNetwork.js';
|
|
5
9
|
export * from './Histogram.js';
|
|
6
10
|
export * from './Host.js';
|
|
7
11
|
export * from './Infra.js';
|
|
12
|
+
export * from './InspectorStartRequest.js';
|
|
13
|
+
export * from './InspectorStatus.js';
|
|
8
14
|
export * from './Inventory.js';
|
|
9
15
|
export * from './InventoryData.js';
|
|
10
|
-
export * from './InventoryReply.js';
|
|
11
16
|
export * from './MigrationIssue.js';
|
|
12
|
-
export * from './ModelError.js';
|
|
13
17
|
export * from './Network.js';
|
|
14
18
|
export * from './OsInfo.js';
|
|
15
|
-
export * from './ServiceUIReply.js';
|
|
16
|
-
export * from './StatusReply.js';
|
|
17
19
|
export * from './VCenter.js';
|
|
20
|
+
export * from './VM.js';
|
|
21
|
+
export * from './VMDetails.js';
|
|
22
|
+
export * from './VMDevice.js';
|
|
23
|
+
export * from './VMDisk.js';
|
|
24
|
+
export * from './VMListResponse.js';
|
|
25
|
+
export * from './VMNIC.js';
|
|
18
26
|
export * from './VMResourceBreakdown.js';
|
|
19
27
|
export * from './VMs.js';
|
|
20
|
-
export * from './
|
|
28
|
+
export * from './VcenterCredentials.js';
|
|
29
|
+
export * from './VddkPost200Response.js';
|
|
30
|
+
export * from './VmInspectionStatus.js';
|
|
21
31
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAEA,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAEA,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AACpC,cAAc,YAAY,CAAC;AAC3B,cAAc,0BAA0B,CAAC;AACzC,cAAc,UAAU,CAAC;AACzB,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC"}
|
package/dist/models/index.js
CHANGED
|
@@ -1,22 +1,32 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
|
-
export * from './
|
|
3
|
+
export * from './AgentModeRequest.js';
|
|
4
|
+
export * from './AgentStatus.js';
|
|
5
|
+
export * from './CollectorStartRequest.js';
|
|
6
|
+
export * from './CollectorStatus.js';
|
|
4
7
|
export * from './Datastore.js';
|
|
5
8
|
export * from './DiskSizeTierSummary.js';
|
|
6
9
|
export * from './DiskTypeSummary.js';
|
|
10
|
+
export * from './GuestNetwork.js';
|
|
7
11
|
export * from './Histogram.js';
|
|
8
12
|
export * from './Host.js';
|
|
9
13
|
export * from './Infra.js';
|
|
14
|
+
export * from './InspectorStartRequest.js';
|
|
15
|
+
export * from './InspectorStatus.js';
|
|
10
16
|
export * from './Inventory.js';
|
|
11
17
|
export * from './InventoryData.js';
|
|
12
|
-
export * from './InventoryReply.js';
|
|
13
18
|
export * from './MigrationIssue.js';
|
|
14
|
-
export * from './ModelError.js';
|
|
15
19
|
export * from './Network.js';
|
|
16
20
|
export * from './OsInfo.js';
|
|
17
|
-
export * from './ServiceUIReply.js';
|
|
18
|
-
export * from './StatusReply.js';
|
|
19
21
|
export * from './VCenter.js';
|
|
22
|
+
export * from './VM.js';
|
|
23
|
+
export * from './VMDetails.js';
|
|
24
|
+
export * from './VMDevice.js';
|
|
25
|
+
export * from './VMDisk.js';
|
|
26
|
+
export * from './VMListResponse.js';
|
|
27
|
+
export * from './VMNIC.js';
|
|
20
28
|
export * from './VMResourceBreakdown.js';
|
|
21
29
|
export * from './VMs.js';
|
|
22
|
-
export * from './
|
|
30
|
+
export * from './VcenterCredentials.js';
|
|
31
|
+
export * from './VddkPost200Response.js';
|
|
32
|
+
export * from './VmInspectionStatus.js';
|
package/dist/runtime.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Migration
|
|
3
|
-
*
|
|
2
|
+
* Assisted Migration Agent API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|