@openshift-migration-advisor/agent-sdk 0.0.0-94e9d800ad5c
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/.openapi-generator/FILES +91 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +23 -0
- package/README.md +170 -0
- package/dist/apis/DefaultApi.d.ts +761 -0
- package/dist/apis/DefaultApi.js +878 -0
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.js +19 -0
- package/dist/esm/apis/DefaultApi.d.ts +761 -0
- package/dist/esm/apis/DefaultApi.js +874 -0
- package/dist/esm/apis/index.d.ts +1 -0
- package/dist/esm/apis/index.js +3 -0
- package/dist/esm/index.d.ts +3 -0
- package/dist/esm/index.js +5 -0
- package/dist/esm/models/AgentModeRequest.d.ts +40 -0
- package/dist/esm/models/AgentModeRequest.js +50 -0
- package/dist/esm/models/AgentStatus.d.ts +60 -0
- package/dist/esm/models/AgentStatus.js +63 -0
- package/dist/esm/models/CollectorStartRequest.d.ts +44 -0
- package/dist/esm/models/CollectorStartRequest.js +51 -0
- package/dist/esm/models/CollectorStatus.d.ts +51 -0
- package/dist/esm/models/CollectorStatus.js +57 -0
- package/dist/esm/models/CreateGroupRequest.d.ts +50 -0
- package/dist/esm/models/CreateGroupRequest.js +51 -0
- package/dist/esm/models/Datastore.d.ts +80 -0
- package/dist/esm/models/Datastore.js +73 -0
- package/dist/esm/models/DiskSizeTierSummary.d.ts +38 -0
- package/dist/esm/models/DiskSizeTierSummary.js +47 -0
- package/dist/esm/models/DiskTypeSummary.d.ts +38 -0
- package/dist/esm/models/DiskTypeSummary.js +47 -0
- package/dist/esm/models/GetInventory200Response.d.ts +23 -0
- package/dist/esm/models/GetInventory200Response.js +51 -0
- package/dist/esm/models/Group.d.ts +68 -0
- package/dist/esm/models/Group.js +59 -0
- package/dist/esm/models/GroupListResponse.d.ts +51 -0
- package/dist/esm/models/GroupListResponse.js +56 -0
- package/dist/esm/models/GroupResponse.d.ts +58 -0
- package/dist/esm/models/GroupResponse.js +61 -0
- package/dist/esm/models/GuestNetwork.d.ts +56 -0
- package/dist/esm/models/GuestNetwork.js +49 -0
- package/dist/esm/models/Histogram.d.ts +44 -0
- package/dist/esm/models/Histogram.js +51 -0
- package/dist/esm/models/Host.d.ts +62 -0
- package/dist/esm/models/Host.js +55 -0
- package/dist/esm/models/Infra.d.ts +106 -0
- package/dist/esm/models/Infra.js +74 -0
- package/dist/esm/models/InspectorStartRequest.d.ts +39 -0
- package/dist/esm/models/InspectorStartRequest.js +48 -0
- package/dist/esm/models/InspectorStatus.d.ts +51 -0
- package/dist/esm/models/InspectorStatus.js +57 -0
- package/dist/esm/models/Inventory.d.ts +47 -0
- package/dist/esm/models/Inventory.js +51 -0
- package/dist/esm/models/InventoryData.d.ts +47 -0
- package/dist/esm/models/InventoryData.js +52 -0
- package/dist/esm/models/MigrationIssue.d.ts +50 -0
- package/dist/esm/models/MigrationIssue.js +53 -0
- package/dist/esm/models/Network.d.ts +66 -0
- package/dist/esm/models/Network.js +62 -0
- package/dist/esm/models/OsInfo.d.ts +44 -0
- package/dist/esm/models/OsInfo.js +49 -0
- package/dist/esm/models/UpdateGroupRequest.d.ts +50 -0
- package/dist/esm/models/UpdateGroupRequest.js +47 -0
- package/dist/esm/models/UpdateInventory.d.ts +39 -0
- package/dist/esm/models/UpdateInventory.js +48 -0
- package/dist/esm/models/VCenter.d.ts +32 -0
- package/dist/esm/models/VCenter.js +43 -0
- package/dist/esm/models/VMDevice.d.ts +32 -0
- package/dist/esm/models/VMDevice.js +41 -0
- package/dist/esm/models/VMDisk.d.ts +68 -0
- package/dist/esm/models/VMDisk.js +53 -0
- package/dist/esm/models/VMIssue.d.ts +56 -0
- package/dist/esm/models/VMIssue.js +62 -0
- package/dist/esm/models/VMNIC.d.ts +44 -0
- package/dist/esm/models/VMNIC.js +45 -0
- package/dist/esm/models/VMResourceBreakdown.d.ts +58 -0
- package/dist/esm/models/VMResourceBreakdown.js +58 -0
- package/dist/esm/models/VMs.d.ts +170 -0
- package/dist/esm/models/VMs.js +103 -0
- package/dist/esm/models/VcenterCredentials.d.ts +44 -0
- package/dist/esm/models/VcenterCredentials.js +51 -0
- package/dist/esm/models/VddkPost200Response.d.ts +38 -0
- package/dist/esm/models/VddkPost200Response.js +47 -0
- package/dist/esm/models/VersionInfo.d.ts +44 -0
- package/dist/esm/models/VersionInfo.js +51 -0
- package/dist/esm/models/VirtualMachine.d.ts +99 -0
- package/dist/esm/models/VirtualMachine.js +82 -0
- package/dist/esm/models/VirtualMachineDetail.d.ts +218 -0
- package/dist/esm/models/VirtualMachineDetail.js +125 -0
- package/dist/esm/models/VirtualMachineListResponse.d.ts +51 -0
- package/dist/esm/models/VirtualMachineListResponse.js +56 -0
- package/dist/esm/models/VmInspectionStatus.d.ts +56 -0
- package/dist/esm/models/VmInspectionStatus.js +58 -0
- package/dist/esm/models/index.d.ts +39 -0
- package/dist/esm/models/index.js +41 -0
- package/dist/esm/runtime.d.ts +184 -0
- package/dist/esm/runtime.js +349 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +21 -0
- package/dist/models/AgentModeRequest.d.ts +40 -0
- package/dist/models/AgentModeRequest.js +58 -0
- package/dist/models/AgentStatus.d.ts +60 -0
- package/dist/models/AgentStatus.js +71 -0
- package/dist/models/CollectorStartRequest.d.ts +44 -0
- package/dist/models/CollectorStartRequest.js +58 -0
- package/dist/models/CollectorStatus.d.ts +51 -0
- package/dist/models/CollectorStatus.js +65 -0
- package/dist/models/CreateGroupRequest.d.ts +50 -0
- package/dist/models/CreateGroupRequest.js +58 -0
- package/dist/models/Datastore.d.ts +80 -0
- package/dist/models/Datastore.js +80 -0
- package/dist/models/DiskSizeTierSummary.d.ts +38 -0
- package/dist/models/DiskSizeTierSummary.js +54 -0
- package/dist/models/DiskTypeSummary.d.ts +38 -0
- package/dist/models/DiskTypeSummary.js +54 -0
- package/dist/models/GetInventory200Response.d.ts +23 -0
- package/dist/models/GetInventory200Response.js +57 -0
- package/dist/models/Group.d.ts +68 -0
- package/dist/models/Group.js +66 -0
- package/dist/models/GroupListResponse.d.ts +51 -0
- package/dist/models/GroupListResponse.js +63 -0
- package/dist/models/GroupResponse.d.ts +58 -0
- package/dist/models/GroupResponse.js +68 -0
- package/dist/models/GuestNetwork.d.ts +56 -0
- package/dist/models/GuestNetwork.js +56 -0
- package/dist/models/Histogram.d.ts +44 -0
- package/dist/models/Histogram.js +58 -0
- package/dist/models/Host.d.ts +62 -0
- package/dist/models/Host.js +62 -0
- package/dist/models/Infra.d.ts +106 -0
- package/dist/models/Infra.js +81 -0
- package/dist/models/InspectorStartRequest.d.ts +39 -0
- package/dist/models/InspectorStartRequest.js +55 -0
- package/dist/models/InspectorStatus.d.ts +51 -0
- package/dist/models/InspectorStatus.js +65 -0
- package/dist/models/Inventory.d.ts +47 -0
- package/dist/models/Inventory.js +58 -0
- package/dist/models/InventoryData.d.ts +47 -0
- package/dist/models/InventoryData.js +59 -0
- package/dist/models/MigrationIssue.d.ts +50 -0
- package/dist/models/MigrationIssue.js +60 -0
- package/dist/models/Network.d.ts +66 -0
- package/dist/models/Network.js +70 -0
- package/dist/models/OsInfo.d.ts +44 -0
- package/dist/models/OsInfo.js +56 -0
- package/dist/models/UpdateGroupRequest.d.ts +50 -0
- package/dist/models/UpdateGroupRequest.js +54 -0
- package/dist/models/UpdateInventory.d.ts +39 -0
- package/dist/models/UpdateInventory.js +55 -0
- package/dist/models/VCenter.d.ts +32 -0
- package/dist/models/VCenter.js +50 -0
- package/dist/models/VMDevice.d.ts +32 -0
- package/dist/models/VMDevice.js +48 -0
- package/dist/models/VMDisk.d.ts +68 -0
- package/dist/models/VMDisk.js +60 -0
- package/dist/models/VMIssue.d.ts +56 -0
- package/dist/models/VMIssue.js +70 -0
- package/dist/models/VMNIC.d.ts +44 -0
- package/dist/models/VMNIC.js +52 -0
- package/dist/models/VMResourceBreakdown.d.ts +58 -0
- package/dist/models/VMResourceBreakdown.js +65 -0
- package/dist/models/VMs.d.ts +170 -0
- package/dist/models/VMs.js +110 -0
- package/dist/models/VcenterCredentials.d.ts +44 -0
- package/dist/models/VcenterCredentials.js +58 -0
- package/dist/models/VddkPost200Response.d.ts +38 -0
- package/dist/models/VddkPost200Response.js +54 -0
- package/dist/models/VersionInfo.d.ts +44 -0
- package/dist/models/VersionInfo.js +58 -0
- package/dist/models/VirtualMachine.d.ts +99 -0
- package/dist/models/VirtualMachine.js +89 -0
- package/dist/models/VirtualMachineDetail.d.ts +218 -0
- package/dist/models/VirtualMachineDetail.js +132 -0
- package/dist/models/VirtualMachineListResponse.d.ts +51 -0
- package/dist/models/VirtualMachineListResponse.js +63 -0
- package/dist/models/VmInspectionStatus.d.ts +56 -0
- package/dist/models/VmInspectionStatus.js +66 -0
- package/dist/models/index.d.ts +39 -0
- package/dist/models/index.js +57 -0
- package/dist/runtime.d.ts +184 -0
- package/dist/runtime.js +365 -0
- package/docs/AgentModeRequest.md +34 -0
- package/docs/AgentStatus.md +38 -0
- package/docs/CollectorStartRequest.md +38 -0
- package/docs/CollectorStatus.md +36 -0
- package/docs/CreateGroupRequest.md +40 -0
- package/docs/Datastore.md +50 -0
- package/docs/DefaultApi.md +1419 -0
- package/docs/DiskSizeTierSummary.md +36 -0
- package/docs/DiskTypeSummary.md +36 -0
- package/docs/GetInventory200Response.md +42 -0
- package/docs/Group.md +46 -0
- package/docs/GroupListResponse.md +40 -0
- package/docs/GroupResponse.md +42 -0
- package/docs/GuestNetwork.md +42 -0
- package/docs/Histogram.md +38 -0
- package/docs/Host.md +44 -0
- package/docs/Infra.md +56 -0
- package/docs/InspectorStartRequest.md +36 -0
- package/docs/InspectorStatus.md +36 -0
- package/docs/Inventory.md +38 -0
- package/docs/InventoryData.md +38 -0
- package/docs/MigrationIssue.md +40 -0
- package/docs/Network.md +42 -0
- package/docs/OsInfo.md +38 -0
- package/docs/UpdateGroupRequest.md +40 -0
- package/docs/UpdateInventory.md +36 -0
- package/docs/VCenter.md +34 -0
- package/docs/VMDevice.md +34 -0
- package/docs/VMDisk.md +46 -0
- package/docs/VMIssue.md +38 -0
- package/docs/VMNIC.md +38 -0
- package/docs/VMResourceBreakdown.md +42 -0
- package/docs/VMs.md +72 -0
- package/docs/VcenterCredentials.md +38 -0
- package/docs/VddkPost200Response.md +36 -0
- package/docs/VersionInfo.md +38 -0
- package/docs/VirtualMachine.md +56 -0
- package/docs/VirtualMachineDetail.md +94 -0
- package/docs/VirtualMachineListResponse.md +40 -0
- package/docs/VmInspectionStatus.md +38 -0
- package/package.json +22 -0
- package/src/apis/DefaultApi.ts +1607 -0
- package/src/apis/index.ts +3 -0
- package/src/index.ts +5 -0
- package/src/models/AgentModeRequest.ts +77 -0
- package/src/models/AgentStatus.ts +103 -0
- package/src/models/CollectorStartRequest.ts +84 -0
- package/src/models/CollectorStatus.ts +90 -0
- package/src/models/CreateGroupRequest.ts +91 -0
- package/src/models/Datastore.ts +137 -0
- package/src/models/DiskSizeTierSummary.ts +75 -0
- package/src/models/DiskTypeSummary.ts +75 -0
- package/src/models/GetInventory200Response.ts +76 -0
- package/src/models/Group.ts +116 -0
- package/src/models/GroupListResponse.ts +101 -0
- package/src/models/GroupResponse.ts +117 -0
- package/src/models/GuestNetwork.ts +97 -0
- package/src/models/Histogram.ts +84 -0
- package/src/models/Host.ts +107 -0
- package/src/models/Infra.ts +182 -0
- package/src/models/InspectorStartRequest.ts +83 -0
- package/src/models/InspectorStatus.ts +90 -0
- package/src/models/Inventory.ts +91 -0
- package/src/models/InventoryData.ts +105 -0
- package/src/models/MigrationIssue.ts +92 -0
- package/src/models/Network.ts +112 -0
- package/src/models/OsInfo.ts +83 -0
- package/src/models/UpdateGroupRequest.ts +89 -0
- package/src/models/UpdateInventory.ts +83 -0
- package/src/models/VCenter.ts +66 -0
- package/src/models/VMDevice.ts +65 -0
- package/src/models/VMDisk.ts +113 -0
- package/src/models/VMIssue.ts +99 -0
- package/src/models/VMNIC.ts +81 -0
- package/src/models/VMResourceBreakdown.ts +110 -0
- package/src/models/VMs.ts +263 -0
- package/src/models/VcenterCredentials.ts +84 -0
- package/src/models/VddkPost200Response.ts +75 -0
- package/src/models/VersionInfo.ts +84 -0
- package/src/models/VirtualMachine.ts +170 -0
- package/src/models/VirtualMachineDetail.ts +357 -0
- package/src/models/VirtualMachineListResponse.ts +101 -0
- package/src/models/VmInspectionStatus.ts +97 -0
- package/src/models/index.ts +41 -0
- package/src/runtime.ts +450 -0
- package/tsconfig.esm.json +7 -0
- package/tsconfig.json +16 -0
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Assisted Migration Agent API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { MigrationIssue } from './MigrationIssue.js';
|
|
13
|
+
import type { OsInfo } from './OsInfo.js';
|
|
14
|
+
import type { DiskSizeTierSummary } from './DiskSizeTierSummary.js';
|
|
15
|
+
import type { DiskTypeSummary } from './DiskTypeSummary.js';
|
|
16
|
+
import type { VMResourceBreakdown } from './VMResourceBreakdown.js';
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface VMs
|
|
21
|
+
*/
|
|
22
|
+
export interface VMs {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof VMs
|
|
27
|
+
*/
|
|
28
|
+
total: number;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof VMs
|
|
33
|
+
*/
|
|
34
|
+
totalMigratable: number;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof VMs
|
|
39
|
+
*/
|
|
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;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {VMResourceBreakdown}
|
|
50
|
+
* @memberof VMs
|
|
51
|
+
*/
|
|
52
|
+
cpuCores: VMResourceBreakdown;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {{ [key: string]: DiskSizeTierSummary; }}
|
|
56
|
+
* @memberof VMs
|
|
57
|
+
*/
|
|
58
|
+
diskSizeTier?: {
|
|
59
|
+
[key: string]: DiskSizeTierSummary;
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @type {{ [key: string]: DiskTypeSummary; }}
|
|
64
|
+
* @memberof VMs
|
|
65
|
+
*/
|
|
66
|
+
diskTypes?: {
|
|
67
|
+
[key: string]: DiskTypeSummary;
|
|
68
|
+
};
|
|
69
|
+
/**
|
|
70
|
+
* Distribution of VMs across CPU tier buckets (e.g., "0-4", "5-8", "9-16", "17-32", "32+")
|
|
71
|
+
* @type {{ [key: string]: number; }}
|
|
72
|
+
* @memberof VMs
|
|
73
|
+
*/
|
|
74
|
+
distributionByCpuTier?: {
|
|
75
|
+
[key: string]: number;
|
|
76
|
+
};
|
|
77
|
+
/**
|
|
78
|
+
* Distribution of VMs across Memory tier buckets (e.g., "0-4", "5-16", "17-32", "33-64", "65-128", "129-256", "256+")
|
|
79
|
+
* @type {{ [key: string]: number; }}
|
|
80
|
+
* @memberof VMs
|
|
81
|
+
*/
|
|
82
|
+
distributionByMemoryTier?: {
|
|
83
|
+
[key: string]: number;
|
|
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
|
+
};
|
|
93
|
+
/**
|
|
94
|
+
* Distribution of VMs by migration complexity level (0=Unsupported, 1=Easy, 2=Medium, 3=Hard, 4=WhiteGlove)
|
|
95
|
+
* @type {{ [key: string]: number; }}
|
|
96
|
+
* @memberof VMs
|
|
97
|
+
*/
|
|
98
|
+
distributionByComplexity?: {
|
|
99
|
+
[key: string]: number;
|
|
100
|
+
};
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* @type {VMResourceBreakdown}
|
|
104
|
+
* @memberof VMs
|
|
105
|
+
*/
|
|
106
|
+
ramGB: VMResourceBreakdown;
|
|
107
|
+
/**
|
|
108
|
+
*
|
|
109
|
+
* @type {VMResourceBreakdown}
|
|
110
|
+
* @memberof VMs
|
|
111
|
+
*/
|
|
112
|
+
diskGB: VMResourceBreakdown;
|
|
113
|
+
/**
|
|
114
|
+
*
|
|
115
|
+
* @type {VMResourceBreakdown}
|
|
116
|
+
* @memberof VMs
|
|
117
|
+
*/
|
|
118
|
+
diskCount: VMResourceBreakdown;
|
|
119
|
+
/**
|
|
120
|
+
*
|
|
121
|
+
* @type {VMResourceBreakdown}
|
|
122
|
+
* @memberof VMs
|
|
123
|
+
*/
|
|
124
|
+
nicCount?: VMResourceBreakdown;
|
|
125
|
+
/**
|
|
126
|
+
*
|
|
127
|
+
* @type {{ [key: string]: number; }}
|
|
128
|
+
* @memberof VMs
|
|
129
|
+
*/
|
|
130
|
+
powerStates: {
|
|
131
|
+
[key: string]: number;
|
|
132
|
+
};
|
|
133
|
+
/**
|
|
134
|
+
*
|
|
135
|
+
* @type {{ [key: string]: number; }}
|
|
136
|
+
* @memberof VMs
|
|
137
|
+
* @deprecated
|
|
138
|
+
*/
|
|
139
|
+
os?: {
|
|
140
|
+
[key: string]: number;
|
|
141
|
+
};
|
|
142
|
+
/**
|
|
143
|
+
*
|
|
144
|
+
* @type {{ [key: string]: OsInfo; }}
|
|
145
|
+
* @memberof VMs
|
|
146
|
+
*/
|
|
147
|
+
osInfo?: {
|
|
148
|
+
[key: string]: OsInfo;
|
|
149
|
+
};
|
|
150
|
+
/**
|
|
151
|
+
*
|
|
152
|
+
* @type {Array<MigrationIssue>}
|
|
153
|
+
* @memberof VMs
|
|
154
|
+
*/
|
|
155
|
+
notMigratableReasons: Array<MigrationIssue>;
|
|
156
|
+
/**
|
|
157
|
+
*
|
|
158
|
+
* @type {Array<MigrationIssue>}
|
|
159
|
+
* @memberof VMs
|
|
160
|
+
*/
|
|
161
|
+
migrationWarnings: Array<MigrationIssue>;
|
|
162
|
+
}
|
|
163
|
+
/**
|
|
164
|
+
* Check if a given object implements the VMs interface.
|
|
165
|
+
*/
|
|
166
|
+
export declare function instanceOfVMs(value: object): value is VMs;
|
|
167
|
+
export declare function VMsFromJSON(json: any): VMs;
|
|
168
|
+
export declare function VMsFromJSONTyped(json: any, ignoreDiscriminator: boolean): VMs;
|
|
169
|
+
export declare function VMsToJSON(json: any): VMs;
|
|
170
|
+
export declare function VMsToJSONTyped(value?: VMs | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,103 @@
|
|
|
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
|
+
import { mapValues } from '../runtime.js';
|
|
15
|
+
import { MigrationIssueFromJSON, MigrationIssueToJSON, } from './MigrationIssue.js';
|
|
16
|
+
import { OsInfoFromJSON, OsInfoToJSON, } from './OsInfo.js';
|
|
17
|
+
import { DiskSizeTierSummaryFromJSON, DiskSizeTierSummaryToJSON, } from './DiskSizeTierSummary.js';
|
|
18
|
+
import { DiskTypeSummaryFromJSON, DiskTypeSummaryToJSON, } from './DiskTypeSummary.js';
|
|
19
|
+
import { VMResourceBreakdownFromJSON, VMResourceBreakdownToJSON, } from './VMResourceBreakdown.js';
|
|
20
|
+
/**
|
|
21
|
+
* Check if a given object implements the VMs interface.
|
|
22
|
+
*/
|
|
23
|
+
export function instanceOfVMs(value) {
|
|
24
|
+
if (!('total' in value) || value['total'] === undefined)
|
|
25
|
+
return false;
|
|
26
|
+
if (!('totalMigratable' in value) || value['totalMigratable'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('cpuCores' in value) || value['cpuCores'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
if (!('ramGB' in value) || value['ramGB'] === undefined)
|
|
31
|
+
return false;
|
|
32
|
+
if (!('diskGB' in value) || value['diskGB'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
if (!('diskCount' in value) || value['diskCount'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
if (!('powerStates' in value) || value['powerStates'] === undefined)
|
|
37
|
+
return false;
|
|
38
|
+
if (!('notMigratableReasons' in value) || value['notMigratableReasons'] === undefined)
|
|
39
|
+
return false;
|
|
40
|
+
if (!('migrationWarnings' in value) || value['migrationWarnings'] === undefined)
|
|
41
|
+
return false;
|
|
42
|
+
return true;
|
|
43
|
+
}
|
|
44
|
+
export function VMsFromJSON(json) {
|
|
45
|
+
return VMsFromJSONTyped(json, false);
|
|
46
|
+
}
|
|
47
|
+
export function VMsFromJSONTyped(json, ignoreDiscriminator) {
|
|
48
|
+
if (json == null) {
|
|
49
|
+
return json;
|
|
50
|
+
}
|
|
51
|
+
return {
|
|
52
|
+
'total': json['total'],
|
|
53
|
+
'totalMigratable': json['totalMigratable'],
|
|
54
|
+
'totalMigratableWithWarnings': json['totalMigratableWithWarnings'] == null ? undefined : json['totalMigratableWithWarnings'],
|
|
55
|
+
'totalWithSharedDisks': json['totalWithSharedDisks'] == null ? undefined : json['totalWithSharedDisks'],
|
|
56
|
+
'cpuCores': VMResourceBreakdownFromJSON(json['cpuCores']),
|
|
57
|
+
'diskSizeTier': json['diskSizeTier'] == null ? undefined : (mapValues(json['diskSizeTier'], DiskSizeTierSummaryFromJSON)),
|
|
58
|
+
'diskTypes': json['diskTypes'] == null ? undefined : (mapValues(json['diskTypes'], DiskTypeSummaryFromJSON)),
|
|
59
|
+
'distributionByCpuTier': json['distributionByCpuTier'] == null ? undefined : json['distributionByCpuTier'],
|
|
60
|
+
'distributionByMemoryTier': json['distributionByMemoryTier'] == null ? undefined : json['distributionByMemoryTier'],
|
|
61
|
+
'distributionByNicCount': json['distributionByNicCount'] == null ? undefined : json['distributionByNicCount'],
|
|
62
|
+
'distributionByComplexity': json['distributionByComplexity'] == null ? undefined : json['distributionByComplexity'],
|
|
63
|
+
'ramGB': VMResourceBreakdownFromJSON(json['ramGB']),
|
|
64
|
+
'diskGB': VMResourceBreakdownFromJSON(json['diskGB']),
|
|
65
|
+
'diskCount': VMResourceBreakdownFromJSON(json['diskCount']),
|
|
66
|
+
'nicCount': json['nicCount'] == null ? undefined : VMResourceBreakdownFromJSON(json['nicCount']),
|
|
67
|
+
'powerStates': json['powerStates'],
|
|
68
|
+
'os': json['os'] == null ? undefined : json['os'],
|
|
69
|
+
'osInfo': json['osInfo'] == null ? undefined : (mapValues(json['osInfo'], OsInfoFromJSON)),
|
|
70
|
+
'notMigratableReasons': (json['notMigratableReasons'].map(MigrationIssueFromJSON)),
|
|
71
|
+
'migrationWarnings': (json['migrationWarnings'].map(MigrationIssueFromJSON)),
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
export function VMsToJSON(json) {
|
|
75
|
+
return VMsToJSONTyped(json, false);
|
|
76
|
+
}
|
|
77
|
+
export function VMsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
78
|
+
if (value == null) {
|
|
79
|
+
return value;
|
|
80
|
+
}
|
|
81
|
+
return {
|
|
82
|
+
'total': value['total'],
|
|
83
|
+
'totalMigratable': value['totalMigratable'],
|
|
84
|
+
'totalMigratableWithWarnings': value['totalMigratableWithWarnings'],
|
|
85
|
+
'totalWithSharedDisks': value['totalWithSharedDisks'],
|
|
86
|
+
'cpuCores': VMResourceBreakdownToJSON(value['cpuCores']),
|
|
87
|
+
'diskSizeTier': value['diskSizeTier'] == null ? undefined : (mapValues(value['diskSizeTier'], DiskSizeTierSummaryToJSON)),
|
|
88
|
+
'diskTypes': value['diskTypes'] == null ? undefined : (mapValues(value['diskTypes'], DiskTypeSummaryToJSON)),
|
|
89
|
+
'distributionByCpuTier': value['distributionByCpuTier'],
|
|
90
|
+
'distributionByMemoryTier': value['distributionByMemoryTier'],
|
|
91
|
+
'distributionByNicCount': value['distributionByNicCount'],
|
|
92
|
+
'distributionByComplexity': value['distributionByComplexity'],
|
|
93
|
+
'ramGB': VMResourceBreakdownToJSON(value['ramGB']),
|
|
94
|
+
'diskGB': VMResourceBreakdownToJSON(value['diskGB']),
|
|
95
|
+
'diskCount': VMResourceBreakdownToJSON(value['diskCount']),
|
|
96
|
+
'nicCount': VMResourceBreakdownToJSON(value['nicCount']),
|
|
97
|
+
'powerStates': value['powerStates'],
|
|
98
|
+
'os': value['os'],
|
|
99
|
+
'osInfo': value['osInfo'] == null ? undefined : (mapValues(value['osInfo'], OsInfoToJSON)),
|
|
100
|
+
'notMigratableReasons': (value['notMigratableReasons'].map(MigrationIssueToJSON)),
|
|
101
|
+
'migrationWarnings': (value['migrationWarnings'].map(MigrationIssueToJSON)),
|
|
102
|
+
};
|
|
103
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
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;
|
|
@@ -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,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Assisted Migration Agent API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface 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;
|
|
@@ -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,44 @@
|
|
|
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 VersionInfo
|
|
16
|
+
*/
|
|
17
|
+
export interface VersionInfo {
|
|
18
|
+
/**
|
|
19
|
+
* Agent version (e.g. v2.0.0)
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof VersionInfo
|
|
22
|
+
*/
|
|
23
|
+
version: string;
|
|
24
|
+
/**
|
|
25
|
+
* Git commit SHA used to build the agent
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof VersionInfo
|
|
28
|
+
*/
|
|
29
|
+
gitCommit: string;
|
|
30
|
+
/**
|
|
31
|
+
* Git commit SHA of the UI used to build the agent
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof VersionInfo
|
|
34
|
+
*/
|
|
35
|
+
uiGitCommit: string;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the VersionInfo interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfVersionInfo(value: object): value is VersionInfo;
|
|
41
|
+
export declare function VersionInfoFromJSON(json: any): VersionInfo;
|
|
42
|
+
export declare function VersionInfoFromJSONTyped(json: any, ignoreDiscriminator: boolean): VersionInfo;
|
|
43
|
+
export declare function VersionInfoToJSON(json: any): VersionInfo;
|
|
44
|
+
export declare function VersionInfoToJSONTyped(value?: VersionInfo | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -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 VersionInfo interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfVersionInfo(value) {
|
|
18
|
+
if (!('version' in value) || value['version'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('gitCommit' in value) || value['gitCommit'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
if (!('uiGitCommit' in value) || value['uiGitCommit'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
return true;
|
|
25
|
+
}
|
|
26
|
+
export function VersionInfoFromJSON(json) {
|
|
27
|
+
return VersionInfoFromJSONTyped(json, false);
|
|
28
|
+
}
|
|
29
|
+
export function VersionInfoFromJSONTyped(json, ignoreDiscriminator) {
|
|
30
|
+
if (json == null) {
|
|
31
|
+
return json;
|
|
32
|
+
}
|
|
33
|
+
return {
|
|
34
|
+
'version': json['version'],
|
|
35
|
+
'gitCommit': json['gitCommit'],
|
|
36
|
+
'uiGitCommit': json['uiGitCommit'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
export function VersionInfoToJSON(json) {
|
|
40
|
+
return VersionInfoToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
export function VersionInfoToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'version': value['version'],
|
|
48
|
+
'gitCommit': value['gitCommit'],
|
|
49
|
+
'uiGitCommit': value['uiGitCommit'],
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Assisted Migration Agent API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { VmInspectionStatus } from './VmInspectionStatus.js';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface VirtualMachine
|
|
17
|
+
*/
|
|
18
|
+
export interface VirtualMachine {
|
|
19
|
+
/**
|
|
20
|
+
* VirtualMachine name
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof VirtualMachine
|
|
23
|
+
*/
|
|
24
|
+
name: string;
|
|
25
|
+
/**
|
|
26
|
+
* VirtualMachine ID in vCenter
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof VirtualMachine
|
|
29
|
+
*/
|
|
30
|
+
id: string;
|
|
31
|
+
/**
|
|
32
|
+
* vCenter state (e.g., poweredOn, poweredOff, suspended)
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof VirtualMachine
|
|
35
|
+
*/
|
|
36
|
+
vCenterState: string;
|
|
37
|
+
/**
|
|
38
|
+
* Cluster name
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof VirtualMachine
|
|
41
|
+
*/
|
|
42
|
+
cluster: string;
|
|
43
|
+
/**
|
|
44
|
+
* Datacenter name
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof VirtualMachine
|
|
47
|
+
*/
|
|
48
|
+
datacenter: string;
|
|
49
|
+
/**
|
|
50
|
+
* Total disk size in MB
|
|
51
|
+
* @type {number}
|
|
52
|
+
* @memberof VirtualMachine
|
|
53
|
+
*/
|
|
54
|
+
diskSize: number;
|
|
55
|
+
/**
|
|
56
|
+
* Memory size in MB
|
|
57
|
+
* @type {number}
|
|
58
|
+
* @memberof VirtualMachine
|
|
59
|
+
*/
|
|
60
|
+
memory: number;
|
|
61
|
+
/**
|
|
62
|
+
* Number of issues found for this VirtualMachine
|
|
63
|
+
* @type {number}
|
|
64
|
+
* @memberof VirtualMachine
|
|
65
|
+
*/
|
|
66
|
+
issueCount: number;
|
|
67
|
+
/**
|
|
68
|
+
* True if the vm is migratable for MTV. False otherwise
|
|
69
|
+
* @type {boolean}
|
|
70
|
+
* @memberof VirtualMachine
|
|
71
|
+
*/
|
|
72
|
+
migratable?: boolean;
|
|
73
|
+
/**
|
|
74
|
+
* True if the vm is a template. False otherwise
|
|
75
|
+
* @type {boolean}
|
|
76
|
+
* @memberof VirtualMachine
|
|
77
|
+
*/
|
|
78
|
+
template?: boolean;
|
|
79
|
+
/**
|
|
80
|
+
*
|
|
81
|
+
* @type {VmInspectionStatus}
|
|
82
|
+
* @memberof VirtualMachine
|
|
83
|
+
*/
|
|
84
|
+
inspection: VmInspectionStatus;
|
|
85
|
+
/**
|
|
86
|
+
* Tags aggregated from matching groups
|
|
87
|
+
* @type {Array<string>}
|
|
88
|
+
* @memberof VirtualMachine
|
|
89
|
+
*/
|
|
90
|
+
tags?: Array<string>;
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* Check if a given object implements the VirtualMachine interface.
|
|
94
|
+
*/
|
|
95
|
+
export declare function instanceOfVirtualMachine(value: object): value is VirtualMachine;
|
|
96
|
+
export declare function VirtualMachineFromJSON(json: any): VirtualMachine;
|
|
97
|
+
export declare function VirtualMachineFromJSONTyped(json: any, ignoreDiscriminator: boolean): VirtualMachine;
|
|
98
|
+
export declare function VirtualMachineToJSON(json: any): VirtualMachine;
|
|
99
|
+
export declare function VirtualMachineToJSONTyped(value?: VirtualMachine | null, ignoreDiscriminator?: boolean): any;
|