@openshift-migration-advisor/agent-sdk 0.12.0-914fe80385ee → 0.12.0-a3d6bdc8bce2
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 +16 -0
- package/README.md +19 -4
- package/dist/apis/DefaultApi.d.ts +303 -41
- package/dist/apis/DefaultApi.js +335 -46
- package/dist/esm/apis/DefaultApi.d.ts +303 -41
- package/dist/esm/apis/DefaultApi.js +335 -46
- package/dist/esm/models/AgentStatus.d.ts +1 -1
- package/dist/esm/models/AgentStatus.js +3 -3
- package/dist/esm/models/ClusterFeatures.d.ts +54 -0
- package/dist/esm/models/ClusterFeatures.js +54 -0
- package/dist/esm/models/ClusterUtilization.d.ts +68 -0
- package/dist/esm/models/ClusterUtilization.js +67 -0
- package/dist/esm/models/CreateGroupRequest.d.ts +0 -6
- package/dist/esm/models/CreateGroupRequest.js +0 -2
- package/dist/esm/models/DeleteLabelGloballyResponse.d.ts +38 -0
- package/dist/esm/models/DeleteLabelGloballyResponse.js +47 -0
- package/dist/esm/models/Group.d.ts +0 -6
- package/dist/esm/models/Group.js +0 -2
- package/dist/esm/models/GroupResponse.d.ts +7 -0
- package/dist/esm/models/GroupResponse.js +3 -0
- package/dist/esm/models/InspectorStatus.d.ts +0 -17
- package/dist/esm/models/InspectorStatus.js +1 -10
- package/dist/esm/models/Inventory.d.ts +7 -1
- package/dist/esm/models/Inventory.js +5 -3
- package/dist/esm/models/InventoryData.d.ts +14 -0
- package/dist/esm/models/InventoryData.js +6 -0
- package/dist/esm/models/RightsizingClusterListResponse.d.ts +1 -1
- package/dist/esm/models/RightsizingClusterListResponse.js +3 -3
- package/dist/esm/models/RightsizingClusterResponse.d.ts +39 -0
- package/dist/esm/models/RightsizingClusterResponse.js +48 -0
- package/dist/esm/models/RightsizingClusterUtilization.d.ts +12 -12
- package/dist/esm/models/RightsizingClusterUtilization.js +36 -36
- package/dist/esm/models/RightsizingCollectRequest.d.ts +6 -6
- package/dist/esm/models/RightsizingCollectRequest.js +12 -12
- package/dist/esm/models/RightsizingMetricStats.d.ts +1 -1
- package/dist/esm/models/RightsizingMetricStats.js +3 -3
- package/dist/esm/models/RightsizingReport.d.ts +6 -6
- package/dist/esm/models/RightsizingReport.js +18 -18
- package/dist/esm/models/RightsizingReportSummary.d.ts +6 -6
- package/dist/esm/models/RightsizingReportSummary.js +18 -18
- package/dist/esm/models/StartInspectionRequest.d.ts +8 -1
- package/dist/esm/models/StartInspectionRequest.js +5 -0
- package/dist/esm/models/UpdateGroupRequest.d.ts +0 -6
- package/dist/esm/models/UpdateGroupRequest.js +0 -2
- package/dist/esm/models/UpdateLabelVMsRequest.d.ts +38 -0
- package/dist/esm/models/UpdateLabelVMsRequest.js +43 -0
- package/dist/esm/models/VMFilterOptionsResponse.d.ts +50 -0
- package/dist/esm/models/VMFilterOptionsResponse.js +55 -0
- package/dist/esm/models/VMLabelsResponse.d.ts +38 -0
- package/dist/esm/models/VMLabelsResponse.js +47 -0
- package/dist/esm/models/VirtualMachine.d.ts +18 -6
- package/dist/esm/models/VirtualMachine.js +14 -10
- package/dist/esm/models/VirtualMachineDetail.d.ts +19 -0
- package/dist/esm/models/VirtualMachineDetail.js +7 -0
- package/dist/esm/models/VirtualMachineUpdateRequest.d.ts +38 -0
- package/dist/esm/models/VirtualMachineUpdateRequest.js +43 -0
- package/dist/esm/models/VmUtilizationDetails.d.ts +12 -12
- package/dist/esm/models/VmUtilizationDetails.js +36 -36
- package/dist/esm/models/index.d.ts +8 -0
- package/dist/esm/models/index.js +8 -0
- package/dist/models/AgentStatus.d.ts +1 -1
- package/dist/models/AgentStatus.js +3 -3
- package/dist/models/ClusterFeatures.d.ts +54 -0
- package/dist/models/ClusterFeatures.js +62 -0
- package/dist/models/ClusterUtilization.d.ts +68 -0
- package/dist/models/ClusterUtilization.js +74 -0
- package/dist/models/CreateGroupRequest.d.ts +0 -6
- package/dist/models/CreateGroupRequest.js +0 -2
- package/dist/models/DeleteLabelGloballyResponse.d.ts +38 -0
- package/dist/models/DeleteLabelGloballyResponse.js +54 -0
- package/dist/models/Group.d.ts +0 -6
- package/dist/models/Group.js +0 -2
- package/dist/models/GroupResponse.d.ts +7 -0
- package/dist/models/GroupResponse.js +3 -0
- package/dist/models/InspectorStatus.d.ts +0 -17
- package/dist/models/InspectorStatus.js +1 -10
- package/dist/models/Inventory.d.ts +7 -1
- package/dist/models/Inventory.js +5 -3
- package/dist/models/InventoryData.d.ts +14 -0
- package/dist/models/InventoryData.js +6 -0
- package/dist/models/RightsizingClusterListResponse.d.ts +1 -1
- package/dist/models/RightsizingClusterListResponse.js +3 -3
- package/dist/models/RightsizingClusterResponse.d.ts +39 -0
- package/dist/models/RightsizingClusterResponse.js +55 -0
- package/dist/models/RightsizingClusterUtilization.d.ts +12 -12
- package/dist/models/RightsizingClusterUtilization.js +36 -36
- package/dist/models/RightsizingCollectRequest.d.ts +6 -6
- package/dist/models/RightsizingCollectRequest.js +12 -12
- package/dist/models/RightsizingMetricStats.d.ts +1 -1
- package/dist/models/RightsizingMetricStats.js +3 -3
- package/dist/models/RightsizingReport.d.ts +6 -6
- package/dist/models/RightsizingReport.js +18 -18
- package/dist/models/RightsizingReportSummary.d.ts +6 -6
- package/dist/models/RightsizingReportSummary.js +18 -18
- package/dist/models/StartInspectionRequest.d.ts +8 -1
- package/dist/models/StartInspectionRequest.js +5 -0
- package/dist/models/UpdateGroupRequest.d.ts +0 -6
- package/dist/models/UpdateGroupRequest.js +0 -2
- package/dist/models/UpdateLabelVMsRequest.d.ts +38 -0
- package/dist/models/UpdateLabelVMsRequest.js +50 -0
- package/dist/models/VMFilterOptionsResponse.d.ts +50 -0
- package/dist/models/VMFilterOptionsResponse.js +62 -0
- package/dist/models/VMLabelsResponse.d.ts +38 -0
- package/dist/models/VMLabelsResponse.js +54 -0
- package/dist/models/VirtualMachine.d.ts +18 -6
- package/dist/models/VirtualMachine.js +14 -10
- package/dist/models/VirtualMachineDetail.d.ts +19 -0
- package/dist/models/VirtualMachineDetail.js +7 -0
- package/dist/models/VirtualMachineUpdateRequest.d.ts +38 -0
- package/dist/models/VirtualMachineUpdateRequest.js +50 -0
- package/dist/models/VmUtilizationDetails.d.ts +12 -12
- package/dist/models/VmUtilizationDetails.js +36 -36
- package/dist/models/index.d.ts +8 -0
- package/dist/models/index.js +8 -0
- package/docs/AgentStatus.md +2 -2
- package/docs/ClusterFeatures.md +38 -0
- package/docs/ClusterUtilization.md +46 -0
- package/docs/CreateGroupRequest.md +0 -2
- package/docs/DefaultApi.md +529 -60
- package/docs/DeleteLabelGloballyResponse.md +36 -0
- package/docs/GetInventory200Response.md +4 -2
- package/docs/Group.md +0 -2
- package/docs/GroupResponse.md +2 -0
- package/docs/InspectorStatus.md +0 -4
- package/docs/Inventory.md +4 -2
- package/docs/InventoryData.md +4 -0
- package/docs/RightsizingClusterListResponse.md +2 -2
- package/docs/RightsizingClusterResponse.md +36 -0
- package/docs/RightsizingClusterUtilization.md +24 -24
- package/docs/RightsizingCollectRequest.md +12 -12
- package/docs/RightsizingMetricStats.md +2 -2
- package/docs/RightsizingReport.md +12 -12
- package/docs/RightsizingReportSummary.md +12 -12
- package/docs/StartInspectionRequest.md +3 -1
- package/docs/UpdateGroupRequest.md +0 -2
- package/docs/UpdateLabelVMsRequest.md +36 -0
- package/docs/VMFilterOptionsResponse.md +40 -0
- package/docs/VMLabelsResponse.md +36 -0
- package/docs/VirtualMachine.md +14 -10
- package/docs/VirtualMachineDetail.md +6 -0
- package/docs/VirtualMachineUpdateRequest.md +36 -0
- package/docs/VmUtilizationDetails.md +24 -24
- package/package.json +1 -1
- package/src/apis/DefaultApi.ts +641 -88
- package/src/models/AgentStatus.ts +4 -4
- package/src/models/ClusterFeatures.ts +94 -0
- package/src/models/ClusterUtilization.ts +120 -0
- package/src/models/CreateGroupRequest.ts +0 -8
- package/src/models/DeleteLabelGloballyResponse.ts +75 -0
- package/src/models/Group.ts +0 -8
- package/src/models/GroupResponse.ts +15 -0
- package/src/models/InspectorStatus.ts +1 -28
- package/src/models/Inventory.ts +12 -4
- package/src/models/InventoryData.ts +30 -0
- package/src/models/RightsizingClusterListResponse.ts +4 -4
- package/src/models/RightsizingClusterResponse.ts +83 -0
- package/src/models/RightsizingClusterUtilization.ts +48 -48
- package/src/models/RightsizingCollectRequest.ts +18 -18
- package/src/models/RightsizingMetricStats.ts +4 -4
- package/src/models/RightsizingReport.ts +24 -24
- package/src/models/RightsizingReportSummary.ts +24 -24
- package/src/models/StartInspectionRequest.ts +18 -1
- package/src/models/UpdateGroupRequest.ts +0 -8
- package/src/models/UpdateLabelVMsRequest.ts +73 -0
- package/src/models/VMFilterOptionsResponse.ts +93 -0
- package/src/models/VMLabelsResponse.ts +75 -0
- package/src/models/VirtualMachine.ts +32 -16
- package/src/models/VirtualMachineDetail.ts +31 -0
- package/src/models/VirtualMachineUpdateRequest.ts +73 -0
- package/src/models/VmUtilizationDetails.ts +48 -48
- package/src/models/index.ts +8 -0
|
@@ -17,29 +17,29 @@
|
|
|
17
17
|
export function instanceOfVmUtilizationDetails(value) {
|
|
18
18
|
if (!('moid' in value) || value['moid'] === undefined)
|
|
19
19
|
return false;
|
|
20
|
-
if (!('
|
|
20
|
+
if (!('vm_name' in value) || value['vm_name'] === undefined)
|
|
21
21
|
return false;
|
|
22
|
-
if (!('
|
|
22
|
+
if (!('provisioned_cpus' in value) || value['provisioned_cpus'] === undefined)
|
|
23
23
|
return false;
|
|
24
|
-
if (!('
|
|
24
|
+
if (!('provisioned_memory_mb' in value) || value['provisioned_memory_mb'] === undefined)
|
|
25
25
|
return false;
|
|
26
|
-
if (!('
|
|
26
|
+
if (!('provisioned_disk_kb' in value) || value['provisioned_disk_kb'] === undefined)
|
|
27
27
|
return false;
|
|
28
|
-
if (!('
|
|
28
|
+
if (!('cpu_avg' in value) || value['cpu_avg'] === undefined)
|
|
29
29
|
return false;
|
|
30
|
-
if (!('
|
|
30
|
+
if (!('cpu_p95' in value) || value['cpu_p95'] === undefined)
|
|
31
31
|
return false;
|
|
32
|
-
if (!('
|
|
32
|
+
if (!('cpu_max' in value) || value['cpu_max'] === undefined)
|
|
33
33
|
return false;
|
|
34
|
-
if (!('
|
|
34
|
+
if (!('cpu_latest' in value) || value['cpu_latest'] === undefined)
|
|
35
35
|
return false;
|
|
36
|
-
if (!('
|
|
36
|
+
if (!('mem_avg' in value) || value['mem_avg'] === undefined)
|
|
37
37
|
return false;
|
|
38
|
-
if (!('
|
|
38
|
+
if (!('mem_p95' in value) || value['mem_p95'] === undefined)
|
|
39
39
|
return false;
|
|
40
|
-
if (!('
|
|
40
|
+
if (!('mem_max' in value) || value['mem_max'] === undefined)
|
|
41
41
|
return false;
|
|
42
|
-
if (!('
|
|
42
|
+
if (!('mem_latest' in value) || value['mem_latest'] === undefined)
|
|
43
43
|
return false;
|
|
44
44
|
if (!('disk' in value) || value['disk'] === undefined)
|
|
45
45
|
return false;
|
|
@@ -56,18 +56,18 @@ export function VmUtilizationDetailsFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
56
56
|
}
|
|
57
57
|
return {
|
|
58
58
|
'moid': json['moid'],
|
|
59
|
-
'
|
|
60
|
-
'
|
|
61
|
-
'
|
|
62
|
-
'
|
|
63
|
-
'
|
|
64
|
-
'
|
|
65
|
-
'
|
|
66
|
-
'
|
|
67
|
-
'
|
|
68
|
-
'
|
|
69
|
-
'
|
|
70
|
-
'
|
|
59
|
+
'vm_name': json['vm_name'],
|
|
60
|
+
'provisioned_cpus': json['provisioned_cpus'],
|
|
61
|
+
'provisioned_memory_mb': json['provisioned_memory_mb'],
|
|
62
|
+
'provisioned_disk_kb': json['provisioned_disk_kb'],
|
|
63
|
+
'cpu_avg': json['cpu_avg'],
|
|
64
|
+
'cpu_p95': json['cpu_p95'],
|
|
65
|
+
'cpu_max': json['cpu_max'],
|
|
66
|
+
'cpu_latest': json['cpu_latest'],
|
|
67
|
+
'mem_avg': json['mem_avg'],
|
|
68
|
+
'mem_p95': json['mem_p95'],
|
|
69
|
+
'mem_max': json['mem_max'],
|
|
70
|
+
'mem_latest': json['mem_latest'],
|
|
71
71
|
'disk': json['disk'],
|
|
72
72
|
'confidence': json['confidence'],
|
|
73
73
|
};
|
|
@@ -81,18 +81,18 @@ export function VmUtilizationDetailsToJSONTyped(value, ignoreDiscriminator = fal
|
|
|
81
81
|
}
|
|
82
82
|
return {
|
|
83
83
|
'moid': value['moid'],
|
|
84
|
-
'vm_name': value['
|
|
85
|
-
'provisioned_cpus': value['
|
|
86
|
-
'provisioned_memory_mb': value['
|
|
87
|
-
'provisioned_disk_kb': value['
|
|
88
|
-
'cpu_avg': value['
|
|
89
|
-
'cpu_p95': value['
|
|
90
|
-
'cpu_max': value['
|
|
91
|
-
'cpu_latest': value['
|
|
92
|
-
'mem_avg': value['
|
|
93
|
-
'mem_p95': value['
|
|
94
|
-
'mem_max': value['
|
|
95
|
-
'mem_latest': value['
|
|
84
|
+
'vm_name': value['vm_name'],
|
|
85
|
+
'provisioned_cpus': value['provisioned_cpus'],
|
|
86
|
+
'provisioned_memory_mb': value['provisioned_memory_mb'],
|
|
87
|
+
'provisioned_disk_kb': value['provisioned_disk_kb'],
|
|
88
|
+
'cpu_avg': value['cpu_avg'],
|
|
89
|
+
'cpu_p95': value['cpu_p95'],
|
|
90
|
+
'cpu_max': value['cpu_max'],
|
|
91
|
+
'cpu_latest': value['cpu_latest'],
|
|
92
|
+
'mem_avg': value['mem_avg'],
|
|
93
|
+
'mem_p95': value['mem_p95'],
|
|
94
|
+
'mem_max': value['mem_max'],
|
|
95
|
+
'mem_latest': value['mem_latest'],
|
|
96
96
|
'disk': value['disk'],
|
|
97
97
|
'confidence': value['confidence'],
|
|
98
98
|
};
|
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
export * from './AgentModeRequest.js';
|
|
2
2
|
export * from './AgentStatus.js';
|
|
3
3
|
export * from './BenchmarkRun.js';
|
|
4
|
+
export * from './ClusterFeatures.js';
|
|
5
|
+
export * from './ClusterUtilization.js';
|
|
4
6
|
export * from './CollectorStartRequest.js';
|
|
5
7
|
export * from './CollectorStatus.js';
|
|
6
8
|
export * from './CreateGroupRequest.js';
|
|
7
9
|
export * from './Datastore.js';
|
|
8
10
|
export * from './DatastoreDetail.js';
|
|
9
11
|
export * from './DatastorePair.js';
|
|
12
|
+
export * from './DeleteLabelGloballyResponse.js';
|
|
10
13
|
export * from './DiskSizeTierSummary.js';
|
|
11
14
|
export * from './DiskTypeSummary.js';
|
|
12
15
|
export * from './EstimateRange.js';
|
|
@@ -33,6 +36,7 @@ export * from './PairCapability.js';
|
|
|
33
36
|
export * from './PairCapabilityRequest.js';
|
|
34
37
|
export * from './PutForecasterCredentials403Response.js';
|
|
35
38
|
export * from './RightsizingClusterListResponse.js';
|
|
39
|
+
export * from './RightsizingClusterResponse.js';
|
|
36
40
|
export * from './RightsizingClusterUtilization.js';
|
|
37
41
|
export * from './RightsizingCollectRequest.js';
|
|
38
42
|
export * from './RightsizingMetricStats.js';
|
|
@@ -44,10 +48,13 @@ export * from './StartInspectionRequest.js';
|
|
|
44
48
|
export * from './StopForecasterPair202Response.js';
|
|
45
49
|
export * from './UpdateGroupRequest.js';
|
|
46
50
|
export * from './UpdateInventory.js';
|
|
51
|
+
export * from './UpdateLabelVMsRequest.js';
|
|
47
52
|
export * from './VCenter.js';
|
|
48
53
|
export * from './VMDevice.js';
|
|
49
54
|
export * from './VMDisk.js';
|
|
55
|
+
export * from './VMFilterOptionsResponse.js';
|
|
50
56
|
export * from './VMIssue.js';
|
|
57
|
+
export * from './VMLabelsResponse.js';
|
|
51
58
|
export * from './VMNIC.js';
|
|
52
59
|
export * from './VMResourceBreakdown.js';
|
|
53
60
|
export * from './VMs.js';
|
|
@@ -57,6 +64,7 @@ export * from './VersionInfo.js';
|
|
|
57
64
|
export * from './VirtualMachine.js';
|
|
58
65
|
export * from './VirtualMachineDetail.js';
|
|
59
66
|
export * from './VirtualMachineListResponse.js';
|
|
67
|
+
export * from './VirtualMachineUpdateRequest.js';
|
|
60
68
|
export * from './VmInspectionConcern.js';
|
|
61
69
|
export * from './VmInspectionResults.js';
|
|
62
70
|
export * from './VmInspectionStatus.js';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -3,12 +3,15 @@
|
|
|
3
3
|
export * from './AgentModeRequest.js';
|
|
4
4
|
export * from './AgentStatus.js';
|
|
5
5
|
export * from './BenchmarkRun.js';
|
|
6
|
+
export * from './ClusterFeatures.js';
|
|
7
|
+
export * from './ClusterUtilization.js';
|
|
6
8
|
export * from './CollectorStartRequest.js';
|
|
7
9
|
export * from './CollectorStatus.js';
|
|
8
10
|
export * from './CreateGroupRequest.js';
|
|
9
11
|
export * from './Datastore.js';
|
|
10
12
|
export * from './DatastoreDetail.js';
|
|
11
13
|
export * from './DatastorePair.js';
|
|
14
|
+
export * from './DeleteLabelGloballyResponse.js';
|
|
12
15
|
export * from './DiskSizeTierSummary.js';
|
|
13
16
|
export * from './DiskTypeSummary.js';
|
|
14
17
|
export * from './EstimateRange.js';
|
|
@@ -35,6 +38,7 @@ export * from './PairCapability.js';
|
|
|
35
38
|
export * from './PairCapabilityRequest.js';
|
|
36
39
|
export * from './PutForecasterCredentials403Response.js';
|
|
37
40
|
export * from './RightsizingClusterListResponse.js';
|
|
41
|
+
export * from './RightsizingClusterResponse.js';
|
|
38
42
|
export * from './RightsizingClusterUtilization.js';
|
|
39
43
|
export * from './RightsizingCollectRequest.js';
|
|
40
44
|
export * from './RightsizingMetricStats.js';
|
|
@@ -46,10 +50,13 @@ export * from './StartInspectionRequest.js';
|
|
|
46
50
|
export * from './StopForecasterPair202Response.js';
|
|
47
51
|
export * from './UpdateGroupRequest.js';
|
|
48
52
|
export * from './UpdateInventory.js';
|
|
53
|
+
export * from './UpdateLabelVMsRequest.js';
|
|
49
54
|
export * from './VCenter.js';
|
|
50
55
|
export * from './VMDevice.js';
|
|
51
56
|
export * from './VMDisk.js';
|
|
57
|
+
export * from './VMFilterOptionsResponse.js';
|
|
52
58
|
export * from './VMIssue.js';
|
|
59
|
+
export * from './VMLabelsResponse.js';
|
|
53
60
|
export * from './VMNIC.js';
|
|
54
61
|
export * from './VMResourceBreakdown.js';
|
|
55
62
|
export * from './VMs.js';
|
|
@@ -59,6 +66,7 @@ export * from './VersionInfo.js';
|
|
|
59
66
|
export * from './VirtualMachine.js';
|
|
60
67
|
export * from './VirtualMachineDetail.js';
|
|
61
68
|
export * from './VirtualMachineListResponse.js';
|
|
69
|
+
export * from './VirtualMachineUpdateRequest.js';
|
|
62
70
|
export * from './VmInspectionConcern.js';
|
|
63
71
|
export * from './VmInspectionResults.js';
|
|
64
72
|
export * from './VmInspectionStatus.js';
|
|
@@ -26,7 +26,7 @@ export interface AgentStatus {
|
|
|
26
26
|
* @type {AgentStatusConsoleConnectionEnum}
|
|
27
27
|
* @memberof AgentStatus
|
|
28
28
|
*/
|
|
29
|
-
|
|
29
|
+
console_connection: AgentStatusConsoleConnectionEnum;
|
|
30
30
|
/**
|
|
31
31
|
* Connection error description
|
|
32
32
|
* @type {string}
|
|
@@ -39,7 +39,7 @@ exports.AgentStatusConsoleConnectionEnum = {
|
|
|
39
39
|
function instanceOfAgentStatus(value) {
|
|
40
40
|
if (!('mode' in value) || value['mode'] === undefined)
|
|
41
41
|
return false;
|
|
42
|
-
if (!('
|
|
42
|
+
if (!('console_connection' in value) || value['console_connection'] === undefined)
|
|
43
43
|
return false;
|
|
44
44
|
return true;
|
|
45
45
|
}
|
|
@@ -52,7 +52,7 @@ function AgentStatusFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
52
52
|
}
|
|
53
53
|
return {
|
|
54
54
|
'mode': json['mode'],
|
|
55
|
-
'
|
|
55
|
+
'console_connection': json['console_connection'],
|
|
56
56
|
'error': json['error'] == null ? undefined : json['error'],
|
|
57
57
|
};
|
|
58
58
|
}
|
|
@@ -65,7 +65,7 @@ function AgentStatusToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
65
65
|
}
|
|
66
66
|
return {
|
|
67
67
|
'mode': value['mode'],
|
|
68
|
-
'console_connection': value['
|
|
68
|
+
'console_connection': value['console_connection'],
|
|
69
69
|
'error': value['error'],
|
|
70
70
|
};
|
|
71
71
|
}
|
|
@@ -0,0 +1,54 @@
|
|
|
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 ClusterFeatures
|
|
16
|
+
*/
|
|
17
|
+
export interface ClusterFeatures {
|
|
18
|
+
/**
|
|
19
|
+
* Whether DRS (Distributed Resource Scheduler) is enabled for this cluster
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof ClusterFeatures
|
|
22
|
+
*/
|
|
23
|
+
drsEnabled?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* DRS automation mode for the cluster
|
|
26
|
+
* @type {ClusterFeaturesDrsModeEnum}
|
|
27
|
+
* @memberof ClusterFeatures
|
|
28
|
+
*/
|
|
29
|
+
drsMode?: ClusterFeaturesDrsModeEnum;
|
|
30
|
+
/**
|
|
31
|
+
* Whether Storage DRS is enabled for this cluster
|
|
32
|
+
* @type {boolean}
|
|
33
|
+
* @memberof ClusterFeatures
|
|
34
|
+
*/
|
|
35
|
+
storageDrsEnabled?: boolean;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* @export
|
|
39
|
+
*/
|
|
40
|
+
export declare const ClusterFeaturesDrsModeEnum: {
|
|
41
|
+
readonly FullyAutomated: "Fully Automated";
|
|
42
|
+
readonly PartiallyAutomated: "Partially Automated";
|
|
43
|
+
readonly Manual: "Manual";
|
|
44
|
+
readonly None: "None";
|
|
45
|
+
};
|
|
46
|
+
export type ClusterFeaturesDrsModeEnum = typeof ClusterFeaturesDrsModeEnum[keyof typeof ClusterFeaturesDrsModeEnum];
|
|
47
|
+
/**
|
|
48
|
+
* Check if a given object implements the ClusterFeatures interface.
|
|
49
|
+
*/
|
|
50
|
+
export declare function instanceOfClusterFeatures(value: object): value is ClusterFeatures;
|
|
51
|
+
export declare function ClusterFeaturesFromJSON(json: any): ClusterFeatures;
|
|
52
|
+
export declare function ClusterFeaturesFromJSONTyped(json: any, ignoreDiscriminator: boolean): ClusterFeatures;
|
|
53
|
+
export declare function ClusterFeaturesToJSON(json: any): ClusterFeatures;
|
|
54
|
+
export declare function ClusterFeaturesToJSONTyped(value?: ClusterFeatures | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Assisted Migration Agent API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ClusterFeaturesDrsModeEnum = void 0;
|
|
17
|
+
exports.instanceOfClusterFeatures = instanceOfClusterFeatures;
|
|
18
|
+
exports.ClusterFeaturesFromJSON = ClusterFeaturesFromJSON;
|
|
19
|
+
exports.ClusterFeaturesFromJSONTyped = ClusterFeaturesFromJSONTyped;
|
|
20
|
+
exports.ClusterFeaturesToJSON = ClusterFeaturesToJSON;
|
|
21
|
+
exports.ClusterFeaturesToJSONTyped = ClusterFeaturesToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.ClusterFeaturesDrsModeEnum = {
|
|
26
|
+
FullyAutomated: 'Fully Automated',
|
|
27
|
+
PartiallyAutomated: 'Partially Automated',
|
|
28
|
+
Manual: 'Manual',
|
|
29
|
+
None: 'None'
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the ClusterFeatures interface.
|
|
33
|
+
*/
|
|
34
|
+
function instanceOfClusterFeatures(value) {
|
|
35
|
+
return true;
|
|
36
|
+
}
|
|
37
|
+
function ClusterFeaturesFromJSON(json) {
|
|
38
|
+
return ClusterFeaturesFromJSONTyped(json, false);
|
|
39
|
+
}
|
|
40
|
+
function ClusterFeaturesFromJSONTyped(json, ignoreDiscriminator) {
|
|
41
|
+
if (json == null) {
|
|
42
|
+
return json;
|
|
43
|
+
}
|
|
44
|
+
return {
|
|
45
|
+
'drsEnabled': json['drsEnabled'] == null ? undefined : json['drsEnabled'],
|
|
46
|
+
'drsMode': json['drsMode'] == null ? undefined : json['drsMode'],
|
|
47
|
+
'storageDrsEnabled': json['storageDrsEnabled'] == null ? undefined : json['storageDrsEnabled'],
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
function ClusterFeaturesToJSON(json) {
|
|
51
|
+
return ClusterFeaturesToJSONTyped(json, false);
|
|
52
|
+
}
|
|
53
|
+
function ClusterFeaturesToJSONTyped(value, ignoreDiscriminator = false) {
|
|
54
|
+
if (value == null) {
|
|
55
|
+
return value;
|
|
56
|
+
}
|
|
57
|
+
return {
|
|
58
|
+
'drsEnabled': value['drsEnabled'],
|
|
59
|
+
'drsMode': value['drsMode'],
|
|
60
|
+
'storageDrsEnabled': value['storageDrsEnabled'],
|
|
61
|
+
};
|
|
62
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
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 ClusterUtilization
|
|
16
|
+
*/
|
|
17
|
+
export interface ClusterUtilization {
|
|
18
|
+
/**
|
|
19
|
+
* Average CPU utilization percentage (0-100)
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ClusterUtilization
|
|
22
|
+
*/
|
|
23
|
+
cpu_avg: number;
|
|
24
|
+
/**
|
|
25
|
+
* 95th percentile CPU utilization percentage (0-100)
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ClusterUtilization
|
|
28
|
+
*/
|
|
29
|
+
cpu_p95: number;
|
|
30
|
+
/**
|
|
31
|
+
* Maximum CPU utilization percentage (0-100)
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof ClusterUtilization
|
|
34
|
+
*/
|
|
35
|
+
cpu_max: number;
|
|
36
|
+
/**
|
|
37
|
+
* Average memory utilization percentage (0-100)
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof ClusterUtilization
|
|
40
|
+
*/
|
|
41
|
+
mem_avg: number;
|
|
42
|
+
/**
|
|
43
|
+
* 95th percentile memory utilization percentage (0-100)
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof ClusterUtilization
|
|
46
|
+
*/
|
|
47
|
+
mem_p95: number;
|
|
48
|
+
/**
|
|
49
|
+
* Maximum memory utilization percentage (0-100)
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof ClusterUtilization
|
|
52
|
+
*/
|
|
53
|
+
mem_max: number;
|
|
54
|
+
/**
|
|
55
|
+
* Data coverage confidence percentage (0-100), calculated as vCPU-weighted coverage
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof ClusterUtilization
|
|
58
|
+
*/
|
|
59
|
+
confidence: number;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Check if a given object implements the ClusterUtilization interface.
|
|
63
|
+
*/
|
|
64
|
+
export declare function instanceOfClusterUtilization(value: object): value is ClusterUtilization;
|
|
65
|
+
export declare function ClusterUtilizationFromJSON(json: any): ClusterUtilization;
|
|
66
|
+
export declare function ClusterUtilizationFromJSONTyped(json: any, ignoreDiscriminator: boolean): ClusterUtilization;
|
|
67
|
+
export declare function ClusterUtilizationToJSON(json: any): ClusterUtilization;
|
|
68
|
+
export declare function ClusterUtilizationToJSONTyped(value?: ClusterUtilization | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Assisted Migration Agent API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfClusterUtilization = instanceOfClusterUtilization;
|
|
17
|
+
exports.ClusterUtilizationFromJSON = ClusterUtilizationFromJSON;
|
|
18
|
+
exports.ClusterUtilizationFromJSONTyped = ClusterUtilizationFromJSONTyped;
|
|
19
|
+
exports.ClusterUtilizationToJSON = ClusterUtilizationToJSON;
|
|
20
|
+
exports.ClusterUtilizationToJSONTyped = ClusterUtilizationToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ClusterUtilization interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfClusterUtilization(value) {
|
|
25
|
+
if (!('cpu_avg' in value) || value['cpu_avg'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('cpu_p95' in value) || value['cpu_p95'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('cpu_max' in value) || value['cpu_max'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
if (!('mem_avg' in value) || value['mem_avg'] === undefined)
|
|
32
|
+
return false;
|
|
33
|
+
if (!('mem_p95' in value) || value['mem_p95'] === undefined)
|
|
34
|
+
return false;
|
|
35
|
+
if (!('mem_max' in value) || value['mem_max'] === undefined)
|
|
36
|
+
return false;
|
|
37
|
+
if (!('confidence' in value) || value['confidence'] === undefined)
|
|
38
|
+
return false;
|
|
39
|
+
return true;
|
|
40
|
+
}
|
|
41
|
+
function ClusterUtilizationFromJSON(json) {
|
|
42
|
+
return ClusterUtilizationFromJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function ClusterUtilizationFromJSONTyped(json, ignoreDiscriminator) {
|
|
45
|
+
if (json == null) {
|
|
46
|
+
return json;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'cpu_avg': json['cpu_avg'],
|
|
50
|
+
'cpu_p95': json['cpu_p95'],
|
|
51
|
+
'cpu_max': json['cpu_max'],
|
|
52
|
+
'mem_avg': json['mem_avg'],
|
|
53
|
+
'mem_p95': json['mem_p95'],
|
|
54
|
+
'mem_max': json['mem_max'],
|
|
55
|
+
'confidence': json['confidence'],
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
function ClusterUtilizationToJSON(json) {
|
|
59
|
+
return ClusterUtilizationToJSONTyped(json, false);
|
|
60
|
+
}
|
|
61
|
+
function ClusterUtilizationToJSONTyped(value, ignoreDiscriminator = false) {
|
|
62
|
+
if (value == null) {
|
|
63
|
+
return value;
|
|
64
|
+
}
|
|
65
|
+
return {
|
|
66
|
+
'cpu_avg': value['cpu_avg'],
|
|
67
|
+
'cpu_p95': value['cpu_p95'],
|
|
68
|
+
'cpu_max': value['cpu_max'],
|
|
69
|
+
'mem_avg': value['mem_avg'],
|
|
70
|
+
'mem_p95': value['mem_p95'],
|
|
71
|
+
'mem_max': value['mem_max'],
|
|
72
|
+
'confidence': value['confidence'],
|
|
73
|
+
};
|
|
74
|
+
}
|
|
@@ -33,12 +33,6 @@ export interface CreateGroupRequest {
|
|
|
33
33
|
* @memberof CreateGroupRequest
|
|
34
34
|
*/
|
|
35
35
|
filter: string;
|
|
36
|
-
/**
|
|
37
|
-
* Tags to apply to matching VMs (only alphanumeric, underscore, and dot allowed)
|
|
38
|
-
* @type {Array<string>}
|
|
39
|
-
* @memberof CreateGroupRequest
|
|
40
|
-
*/
|
|
41
|
-
tags?: Array<string>;
|
|
42
36
|
}
|
|
43
37
|
/**
|
|
44
38
|
* Check if a given object implements the CreateGroupRequest interface.
|
|
@@ -39,7 +39,6 @@ function CreateGroupRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
39
39
|
'name': json['name'],
|
|
40
40
|
'description': json['description'] == null ? undefined : json['description'],
|
|
41
41
|
'filter': json['filter'],
|
|
42
|
-
'tags': json['tags'] == null ? undefined : json['tags'],
|
|
43
42
|
};
|
|
44
43
|
}
|
|
45
44
|
function CreateGroupRequestToJSON(json) {
|
|
@@ -53,6 +52,5 @@ function CreateGroupRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
53
52
|
'name': value['name'],
|
|
54
53
|
'description': value['description'],
|
|
55
54
|
'filter': value['filter'],
|
|
56
|
-
'tags': value['tags'],
|
|
57
55
|
};
|
|
58
56
|
}
|
|
@@ -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 DeleteLabelGloballyResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteLabelGloballyResponse {
|
|
18
|
+
/**
|
|
19
|
+
* Number of VMs that had the label removed
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof DeleteLabelGloballyResponse
|
|
22
|
+
*/
|
|
23
|
+
affected: number;
|
|
24
|
+
/**
|
|
25
|
+
* The label that was removed
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof DeleteLabelGloballyResponse
|
|
28
|
+
*/
|
|
29
|
+
label: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the DeleteLabelGloballyResponse interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfDeleteLabelGloballyResponse(value: object): value is DeleteLabelGloballyResponse;
|
|
35
|
+
export declare function DeleteLabelGloballyResponseFromJSON(json: any): DeleteLabelGloballyResponse;
|
|
36
|
+
export declare function DeleteLabelGloballyResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): DeleteLabelGloballyResponse;
|
|
37
|
+
export declare function DeleteLabelGloballyResponseToJSON(json: any): DeleteLabelGloballyResponse;
|
|
38
|
+
export declare function DeleteLabelGloballyResponseToJSONTyped(value?: DeleteLabelGloballyResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Assisted Migration Agent API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfDeleteLabelGloballyResponse = instanceOfDeleteLabelGloballyResponse;
|
|
17
|
+
exports.DeleteLabelGloballyResponseFromJSON = DeleteLabelGloballyResponseFromJSON;
|
|
18
|
+
exports.DeleteLabelGloballyResponseFromJSONTyped = DeleteLabelGloballyResponseFromJSONTyped;
|
|
19
|
+
exports.DeleteLabelGloballyResponseToJSON = DeleteLabelGloballyResponseToJSON;
|
|
20
|
+
exports.DeleteLabelGloballyResponseToJSONTyped = DeleteLabelGloballyResponseToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the DeleteLabelGloballyResponse interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfDeleteLabelGloballyResponse(value) {
|
|
25
|
+
if (!('affected' in value) || value['affected'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('label' in value) || value['label'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
return true;
|
|
30
|
+
}
|
|
31
|
+
function DeleteLabelGloballyResponseFromJSON(json) {
|
|
32
|
+
return DeleteLabelGloballyResponseFromJSONTyped(json, false);
|
|
33
|
+
}
|
|
34
|
+
function DeleteLabelGloballyResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
35
|
+
if (json == null) {
|
|
36
|
+
return json;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'affected': json['affected'],
|
|
40
|
+
'label': json['label'],
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
function DeleteLabelGloballyResponseToJSON(json) {
|
|
44
|
+
return DeleteLabelGloballyResponseToJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function DeleteLabelGloballyResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
47
|
+
if (value == null) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'affected': value['affected'],
|
|
52
|
+
'label': value['label'],
|
|
53
|
+
};
|
|
54
|
+
}
|
package/dist/models/Group.d.ts
CHANGED
|
@@ -39,12 +39,6 @@ export interface Group {
|
|
|
39
39
|
* @memberof Group
|
|
40
40
|
*/
|
|
41
41
|
filter: string;
|
|
42
|
-
/**
|
|
43
|
-
* Tags associated with this group (applied to matching VMs)
|
|
44
|
-
* @type {Array<string>}
|
|
45
|
-
* @memberof Group
|
|
46
|
-
*/
|
|
47
|
-
tags?: Array<string>;
|
|
48
42
|
/**
|
|
49
43
|
* Timestamp when the group was created
|
|
50
44
|
* @type {Date}
|
package/dist/models/Group.js
CHANGED
|
@@ -42,7 +42,6 @@ function GroupFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
42
42
|
'name': json['name'],
|
|
43
43
|
'description': json['description'] == null ? undefined : json['description'],
|
|
44
44
|
'filter': json['filter'],
|
|
45
|
-
'tags': json['tags'] == null ? undefined : json['tags'],
|
|
46
45
|
'createdAt': json['createdAt'] == null ? undefined : (new Date(json['createdAt'])),
|
|
47
46
|
'updatedAt': json['updatedAt'] == null ? undefined : (new Date(json['updatedAt'])),
|
|
48
47
|
};
|
|
@@ -59,7 +58,6 @@ function GroupToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
59
58
|
'name': value['name'],
|
|
60
59
|
'description': value['description'],
|
|
61
60
|
'filter': value['filter'],
|
|
62
|
-
'tags': value['tags'],
|
|
63
61
|
'createdAt': value['createdAt'] == null ? value['createdAt'] : value['createdAt'].toISOString(),
|
|
64
62
|
'updatedAt': value['updatedAt'] == null ? value['updatedAt'] : value['updatedAt'].toISOString(),
|
|
65
63
|
};
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { Group } from './Group.js';
|
|
13
|
+
import type { Inventory } from './Inventory.js';
|
|
13
14
|
import type { VirtualMachine } from './VirtualMachine.js';
|
|
14
15
|
/**
|
|
15
16
|
*
|
|
@@ -23,6 +24,12 @@ export interface GroupResponse {
|
|
|
23
24
|
* @memberof GroupResponse
|
|
24
25
|
*/
|
|
25
26
|
group: Group;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {Inventory}
|
|
30
|
+
* @memberof GroupResponse
|
|
31
|
+
*/
|
|
32
|
+
inventory?: Inventory;
|
|
26
33
|
/**
|
|
27
34
|
*
|
|
28
35
|
* @type {Array<VirtualMachine>}
|