@migration-planner-ui/api-client 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/.openapi-generator/FILES +27 -0
  2. package/.openapi-generator/VERSION +1 -0
  3. package/.openapi-generator-ignore +30 -0
  4. package/README.md +46 -0
  5. package/dist/apis/AgentApi.d.ts +69 -0
  6. package/dist/apis/AgentApi.js +82 -0
  7. package/dist/apis/HealthApi.d.ts +44 -0
  8. package/dist/apis/HealthApi.js +52 -0
  9. package/dist/apis/ImageApi.d.ts +95 -0
  10. package/dist/apis/ImageApi.js +112 -0
  11. package/dist/apis/SourceApi.d.ts +162 -0
  12. package/dist/apis/SourceApi.js +201 -0
  13. package/dist/apis/UiEventsApi.d.ts +49 -0
  14. package/dist/apis/UiEventsApi.js +59 -0
  15. package/dist/apis/index.d.ts +4 -0
  16. package/dist/apis/index.js +6 -0
  17. package/dist/index.d.ts +3 -0
  18. package/dist/index.js +5 -0
  19. package/dist/models/Agent.d.ts +79 -0
  20. package/dist/models/Agent.js +75 -0
  21. package/dist/models/AgentProxy.d.ts +43 -0
  22. package/dist/models/AgentProxy.js +42 -0
  23. package/dist/models/Event.d.ts +38 -0
  24. package/dist/models/Event.js +45 -0
  25. package/dist/models/EventData.d.ts +37 -0
  26. package/dist/models/EventData.js +44 -0
  27. package/dist/models/Infra.d.ts +65 -0
  28. package/dist/models/Infra.js +62 -0
  29. package/dist/models/InfraDatastoresInner.d.ts +43 -0
  30. package/dist/models/InfraDatastoresInner.js +48 -0
  31. package/dist/models/InfraNetworksInner.d.ts +59 -0
  32. package/dist/models/InfraNetworksInner.js +57 -0
  33. package/dist/models/Inventory.d.ts +46 -0
  34. package/dist/models/Inventory.js +48 -0
  35. package/dist/models/MigrationIssuesInner.d.ts +43 -0
  36. package/dist/models/MigrationIssuesInner.js +48 -0
  37. package/dist/models/ModelError.d.ts +31 -0
  38. package/dist/models/ModelError.js +40 -0
  39. package/dist/models/PresignedUrl.d.ts +37 -0
  40. package/dist/models/PresignedUrl.js +42 -0
  41. package/dist/models/Source.d.ts +69 -0
  42. package/dist/models/Source.js +62 -0
  43. package/dist/models/SourceAgentItem.d.ts +37 -0
  44. package/dist/models/SourceAgentItem.js +44 -0
  45. package/dist/models/SourceCreate.d.ts +50 -0
  46. package/dist/models/SourceCreate.js +47 -0
  47. package/dist/models/SourceUpdateOnPrem.d.ts +38 -0
  48. package/dist/models/SourceUpdateOnPrem.js +45 -0
  49. package/dist/models/Status.d.ts +43 -0
  50. package/dist/models/Status.js +42 -0
  51. package/dist/models/VCenter.d.ts +31 -0
  52. package/dist/models/VCenter.js +40 -0
  53. package/dist/models/VMResourceBreakdown.d.ts +56 -0
  54. package/dist/models/VMResourceBreakdown.js +57 -0
  55. package/dist/models/VMResourceBreakdownHistogram.d.ts +43 -0
  56. package/dist/models/VMResourceBreakdownHistogram.js +48 -0
  57. package/dist/models/VMs.d.ts +97 -0
  58. package/dist/models/VMs.js +79 -0
  59. package/dist/models/index.d.ts +19 -0
  60. package/dist/models/index.js +21 -0
  61. package/dist/runtime.d.ts +181 -0
  62. package/dist/runtime.js +326 -0
  63. package/package.json +61 -0
  64. package/src/apis/AgentApi.ts +131 -0
  65. package/src/apis/HealthApi.ts +70 -0
  66. package/src/apis/ImageApi.ts +191 -0
  67. package/src/apis/SourceApi.ts +354 -0
  68. package/src/apis/UiEventsApi.ts +96 -0
  69. package/src/apis/index.ts +27 -0
  70. package/src/index.ts +5 -0
  71. package/src/models/Agent.ts +130 -0
  72. package/src/models/AgentProxy.ts +76 -0
  73. package/src/models/Event.ts +77 -0
  74. package/src/models/EventData.ts +70 -0
  75. package/src/models/Infra.ts +119 -0
  76. package/src/models/InfraDatastoresInner.ts +79 -0
  77. package/src/models/InfraNetworksInner.ts +99 -0
  78. package/src/models/Inventory.ts +98 -0
  79. package/src/models/MigrationIssuesInner.ts +79 -0
  80. package/src/models/ModelError.ts +61 -0
  81. package/src/models/PresignedUrl.ts +69 -0
  82. package/src/models/Source.ts +126 -0
  83. package/src/models/SourceAgentItem.ts +70 -0
  84. package/src/models/SourceCreate.ts +92 -0
  85. package/src/models/SourceUpdateOnPrem.ts +77 -0
  86. package/src/models/Status.ts +76 -0
  87. package/src/models/VCenter.ts +61 -0
  88. package/src/models/VMResourceBreakdown.ts +104 -0
  89. package/src/models/VMResourceBreakdownHistogram.ts +79 -0
  90. package/src/models/VMs.ts +163 -0
  91. package/src/models/index.ts +21 -0
  92. package/src/runtime.ts +426 -0
  93. package/tsconfig.json +14 -0
@@ -0,0 +1,42 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Migration Planner API
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: undefined
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 Status interface.
16
+ */
17
+ export function instanceOfStatus(value) {
18
+ return true;
19
+ }
20
+ export function StatusFromJSON(json) {
21
+ return StatusFromJSONTyped(json, false);
22
+ }
23
+ export function StatusFromJSONTyped(json, ignoreDiscriminator) {
24
+ if (json == null) {
25
+ return json;
26
+ }
27
+ return {
28
+ 'message': json['message'] == null ? undefined : json['message'],
29
+ 'reason': json['reason'] == null ? undefined : json['reason'],
30
+ 'status': json['status'] == null ? undefined : json['status'],
31
+ };
32
+ }
33
+ export function StatusToJSON(value) {
34
+ if (value == null) {
35
+ return value;
36
+ }
37
+ return {
38
+ 'message': value['message'],
39
+ 'reason': value['reason'],
40
+ 'status': value['status'],
41
+ };
42
+ }
@@ -0,0 +1,31 @@
1
+ /**
2
+ * Migration Planner API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: undefined
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface VCenter
16
+ */
17
+ export interface VCenter {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof VCenter
22
+ */
23
+ id: string;
24
+ }
25
+ /**
26
+ * Check if a given object implements the VCenter interface.
27
+ */
28
+ export declare function instanceOfVCenter(value: object): value is VCenter;
29
+ export declare function VCenterFromJSON(json: any): VCenter;
30
+ export declare function VCenterFromJSONTyped(json: any, ignoreDiscriminator: boolean): VCenter;
31
+ export declare function VCenterToJSON(value?: VCenter | null): any;
@@ -0,0 +1,40 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Migration Planner API
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: undefined
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 VCenter interface.
16
+ */
17
+ export function instanceOfVCenter(value) {
18
+ if (!('id' in value) || value['id'] === undefined)
19
+ return false;
20
+ return true;
21
+ }
22
+ export function VCenterFromJSON(json) {
23
+ return VCenterFromJSONTyped(json, false);
24
+ }
25
+ export function VCenterFromJSONTyped(json, ignoreDiscriminator) {
26
+ if (json == null) {
27
+ return json;
28
+ }
29
+ return {
30
+ 'id': json['id'],
31
+ };
32
+ }
33
+ export function VCenterToJSON(value) {
34
+ if (value == null) {
35
+ return value;
36
+ }
37
+ return {
38
+ 'id': value['id'],
39
+ };
40
+ }
@@ -0,0 +1,56 @@
1
+ /**
2
+ * Migration Planner API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: undefined
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { VMResourceBreakdownHistogram } from './VMResourceBreakdownHistogram';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface VMResourceBreakdown
17
+ */
18
+ export interface VMResourceBreakdown {
19
+ /**
20
+ *
21
+ * @type {number}
22
+ * @memberof VMResourceBreakdown
23
+ */
24
+ total: number;
25
+ /**
26
+ *
27
+ * @type {number}
28
+ * @memberof VMResourceBreakdown
29
+ */
30
+ totalForMigratable: number;
31
+ /**
32
+ *
33
+ * @type {number}
34
+ * @memberof VMResourceBreakdown
35
+ */
36
+ totalForMigratableWithWarnings: number;
37
+ /**
38
+ *
39
+ * @type {number}
40
+ * @memberof VMResourceBreakdown
41
+ */
42
+ totalForNotMigratable: number;
43
+ /**
44
+ *
45
+ * @type {VMResourceBreakdownHistogram}
46
+ * @memberof VMResourceBreakdown
47
+ */
48
+ histogram: VMResourceBreakdownHistogram;
49
+ }
50
+ /**
51
+ * Check if a given object implements the VMResourceBreakdown interface.
52
+ */
53
+ export declare function instanceOfVMResourceBreakdown(value: object): value is VMResourceBreakdown;
54
+ export declare function VMResourceBreakdownFromJSON(json: any): VMResourceBreakdown;
55
+ export declare function VMResourceBreakdownFromJSONTyped(json: any, ignoreDiscriminator: boolean): VMResourceBreakdown;
56
+ export declare function VMResourceBreakdownToJSON(value?: VMResourceBreakdown | null): any;
@@ -0,0 +1,57 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Migration Planner API
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: undefined
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 { VMResourceBreakdownHistogramFromJSON, VMResourceBreakdownHistogramToJSON, } from './VMResourceBreakdownHistogram';
15
+ /**
16
+ * Check if a given object implements the VMResourceBreakdown interface.
17
+ */
18
+ export function instanceOfVMResourceBreakdown(value) {
19
+ if (!('total' in value) || value['total'] === undefined)
20
+ return false;
21
+ if (!('totalForMigratable' in value) || value['totalForMigratable'] === undefined)
22
+ return false;
23
+ if (!('totalForMigratableWithWarnings' in value) || value['totalForMigratableWithWarnings'] === undefined)
24
+ return false;
25
+ if (!('totalForNotMigratable' in value) || value['totalForNotMigratable'] === undefined)
26
+ return false;
27
+ if (!('histogram' in value) || value['histogram'] === undefined)
28
+ return false;
29
+ return true;
30
+ }
31
+ export function VMResourceBreakdownFromJSON(json) {
32
+ return VMResourceBreakdownFromJSONTyped(json, false);
33
+ }
34
+ export function VMResourceBreakdownFromJSONTyped(json, ignoreDiscriminator) {
35
+ if (json == null) {
36
+ return json;
37
+ }
38
+ return {
39
+ 'total': json['total'],
40
+ 'totalForMigratable': json['totalForMigratable'],
41
+ 'totalForMigratableWithWarnings': json['totalForMigratableWithWarnings'],
42
+ 'totalForNotMigratable': json['totalForNotMigratable'],
43
+ 'histogram': VMResourceBreakdownHistogramFromJSON(json['histogram']),
44
+ };
45
+ }
46
+ export function VMResourceBreakdownToJSON(value) {
47
+ if (value == null) {
48
+ return value;
49
+ }
50
+ return {
51
+ 'total': value['total'],
52
+ 'totalForMigratable': value['totalForMigratable'],
53
+ 'totalForMigratableWithWarnings': value['totalForMigratableWithWarnings'],
54
+ 'totalForNotMigratable': value['totalForNotMigratable'],
55
+ 'histogram': VMResourceBreakdownHistogramToJSON(value['histogram']),
56
+ };
57
+ }
@@ -0,0 +1,43 @@
1
+ /**
2
+ * Migration Planner API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: undefined
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface VMResourceBreakdownHistogram
16
+ */
17
+ export interface VMResourceBreakdownHistogram {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof VMResourceBreakdownHistogram
22
+ */
23
+ minValue: number;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof VMResourceBreakdownHistogram
28
+ */
29
+ step: number;
30
+ /**
31
+ *
32
+ * @type {Array<number>}
33
+ * @memberof VMResourceBreakdownHistogram
34
+ */
35
+ data: Array<number>;
36
+ }
37
+ /**
38
+ * Check if a given object implements the VMResourceBreakdownHistogram interface.
39
+ */
40
+ export declare function instanceOfVMResourceBreakdownHistogram(value: object): value is VMResourceBreakdownHistogram;
41
+ export declare function VMResourceBreakdownHistogramFromJSON(json: any): VMResourceBreakdownHistogram;
42
+ export declare function VMResourceBreakdownHistogramFromJSONTyped(json: any, ignoreDiscriminator: boolean): VMResourceBreakdownHistogram;
43
+ export declare function VMResourceBreakdownHistogramToJSON(value?: VMResourceBreakdownHistogram | null): any;
@@ -0,0 +1,48 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Migration Planner API
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: undefined
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 VMResourceBreakdownHistogram interface.
16
+ */
17
+ export function instanceOfVMResourceBreakdownHistogram(value) {
18
+ if (!('minValue' in value) || value['minValue'] === undefined)
19
+ return false;
20
+ if (!('step' in value) || value['step'] === undefined)
21
+ return false;
22
+ if (!('data' in value) || value['data'] === undefined)
23
+ return false;
24
+ return true;
25
+ }
26
+ export function VMResourceBreakdownHistogramFromJSON(json) {
27
+ return VMResourceBreakdownHistogramFromJSONTyped(json, false);
28
+ }
29
+ export function VMResourceBreakdownHistogramFromJSONTyped(json, ignoreDiscriminator) {
30
+ if (json == null) {
31
+ return json;
32
+ }
33
+ return {
34
+ 'minValue': json['minValue'],
35
+ 'step': json['step'],
36
+ 'data': json['data'],
37
+ };
38
+ }
39
+ export function VMResourceBreakdownHistogramToJSON(value) {
40
+ if (value == null) {
41
+ return value;
42
+ }
43
+ return {
44
+ 'minValue': value['minValue'],
45
+ 'step': value['step'],
46
+ 'data': value['data'],
47
+ };
48
+ }
@@ -0,0 +1,97 @@
1
+ /**
2
+ * Migration Planner API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: undefined
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { MigrationIssuesInner } from './MigrationIssuesInner';
13
+ import type { VMResourceBreakdown } from './VMResourceBreakdown';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface VMs
18
+ */
19
+ export interface VMs {
20
+ /**
21
+ *
22
+ * @type {number}
23
+ * @memberof VMs
24
+ */
25
+ total: number;
26
+ /**
27
+ *
28
+ * @type {number}
29
+ * @memberof VMs
30
+ */
31
+ totalMigratable: number;
32
+ /**
33
+ *
34
+ * @type {number}
35
+ * @memberof VMs
36
+ */
37
+ totalMigratableWithWarnings?: number;
38
+ /**
39
+ *
40
+ * @type {VMResourceBreakdown}
41
+ * @memberof VMs
42
+ */
43
+ cpuCores: VMResourceBreakdown;
44
+ /**
45
+ *
46
+ * @type {VMResourceBreakdown}
47
+ * @memberof VMs
48
+ */
49
+ ramGB: VMResourceBreakdown;
50
+ /**
51
+ *
52
+ * @type {VMResourceBreakdown}
53
+ * @memberof VMs
54
+ */
55
+ diskGB: VMResourceBreakdown;
56
+ /**
57
+ *
58
+ * @type {VMResourceBreakdown}
59
+ * @memberof VMs
60
+ */
61
+ diskCount: VMResourceBreakdown;
62
+ /**
63
+ *
64
+ * @type {{ [key: string]: number; }}
65
+ * @memberof VMs
66
+ */
67
+ powerStates: {
68
+ [key: string]: number;
69
+ };
70
+ /**
71
+ *
72
+ * @type {{ [key: string]: number; }}
73
+ * @memberof VMs
74
+ */
75
+ os: {
76
+ [key: string]: number;
77
+ };
78
+ /**
79
+ *
80
+ * @type {Array<MigrationIssuesInner>}
81
+ * @memberof VMs
82
+ */
83
+ notMigratableReasons: Array<MigrationIssuesInner>;
84
+ /**
85
+ *
86
+ * @type {Array<MigrationIssuesInner>}
87
+ * @memberof VMs
88
+ */
89
+ migrationWarnings: Array<MigrationIssuesInner>;
90
+ }
91
+ /**
92
+ * Check if a given object implements the VMs interface.
93
+ */
94
+ export declare function instanceOfVMs(value: object): value is VMs;
95
+ export declare function VMsFromJSON(json: any): VMs;
96
+ export declare function VMsFromJSONTyped(json: any, ignoreDiscriminator: boolean): VMs;
97
+ export declare function VMsToJSON(value?: VMs | null): any;
@@ -0,0 +1,79 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Migration Planner API
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: undefined
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 { MigrationIssuesInnerFromJSON, MigrationIssuesInnerToJSON, } from './MigrationIssuesInner';
15
+ /**
16
+ * Check if a given object implements the VMs interface.
17
+ */
18
+ export function instanceOfVMs(value) {
19
+ if (!('total' in value) || value['total'] === undefined)
20
+ return false;
21
+ if (!('totalMigratable' in value) || value['totalMigratable'] === undefined)
22
+ return false;
23
+ if (!('cpuCores' in value) || value['cpuCores'] === undefined)
24
+ return false;
25
+ if (!('ramGB' in value) || value['ramGB'] === undefined)
26
+ return false;
27
+ if (!('diskGB' in value) || value['diskGB'] === undefined)
28
+ return false;
29
+ if (!('diskCount' in value) || value['diskCount'] === undefined)
30
+ return false;
31
+ if (!('powerStates' in value) || value['powerStates'] === undefined)
32
+ return false;
33
+ if (!('os' in value) || value['os'] === undefined)
34
+ return false;
35
+ if (!('notMigratableReasons' in value) || value['notMigratableReasons'] === undefined)
36
+ return false;
37
+ if (!('migrationWarnings' in value) || value['migrationWarnings'] === undefined)
38
+ return false;
39
+ return true;
40
+ }
41
+ export function VMsFromJSON(json) {
42
+ return VMsFromJSONTyped(json, false);
43
+ }
44
+ export function VMsFromJSONTyped(json, ignoreDiscriminator) {
45
+ if (json == null) {
46
+ return json;
47
+ }
48
+ return {
49
+ 'total': json['total'],
50
+ 'totalMigratable': json['totalMigratable'],
51
+ 'totalMigratableWithWarnings': json['totalMigratableWithWarnings'] == null ? undefined : json['totalMigratableWithWarnings'],
52
+ 'cpuCores': json['cpuCores'],
53
+ 'ramGB': json['ramGB'],
54
+ 'diskGB': json['diskGB'],
55
+ 'diskCount': json['diskCount'],
56
+ 'powerStates': json['powerStates'],
57
+ 'os': json['os'],
58
+ 'notMigratableReasons': (json['notMigratableReasons'].map(MigrationIssuesInnerFromJSON)),
59
+ 'migrationWarnings': (json['migrationWarnings'].map(MigrationIssuesInnerFromJSON)),
60
+ };
61
+ }
62
+ export function VMsToJSON(value) {
63
+ if (value == null) {
64
+ return value;
65
+ }
66
+ return {
67
+ 'total': value['total'],
68
+ 'totalMigratable': value['totalMigratable'],
69
+ 'totalMigratableWithWarnings': value['totalMigratableWithWarnings'],
70
+ 'cpuCores': value['cpuCores'],
71
+ 'ramGB': value['ramGB'],
72
+ 'diskGB': value['diskGB'],
73
+ 'diskCount': value['diskCount'],
74
+ 'powerStates': value['powerStates'],
75
+ 'os': value['os'],
76
+ 'notMigratableReasons': (value['notMigratableReasons'].map(MigrationIssuesInnerToJSON)),
77
+ 'migrationWarnings': (value['migrationWarnings'].map(MigrationIssuesInnerToJSON)),
78
+ };
79
+ }
@@ -0,0 +1,19 @@
1
+ export * from './Agent';
2
+ export * from './AgentProxy';
3
+ export * from './Event';
4
+ export * from './EventData';
5
+ export * from './Infra';
6
+ export * from './InfraDatastoresInner';
7
+ export * from './InfraNetworksInner';
8
+ export * from './Inventory';
9
+ export * from './MigrationIssuesInner';
10
+ export * from './ModelError';
11
+ export * from './PresignedUrl';
12
+ export * from './Source';
13
+ export * from './SourceCreate';
14
+ export * from './SourceUpdateOnPrem';
15
+ export * from './Status';
16
+ export * from './VCenter';
17
+ export * from './VMResourceBreakdown';
18
+ export * from './VMResourceBreakdownHistogram';
19
+ export * from './VMs';
@@ -0,0 +1,21 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ export * from './Agent';
4
+ export * from './AgentProxy';
5
+ export * from './Event';
6
+ export * from './EventData';
7
+ export * from './Infra';
8
+ export * from './InfraDatastoresInner';
9
+ export * from './InfraNetworksInner';
10
+ export * from './Inventory';
11
+ export * from './MigrationIssuesInner';
12
+ export * from './ModelError';
13
+ export * from './PresignedUrl';
14
+ export * from './Source';
15
+ export * from './SourceCreate';
16
+ export * from './SourceUpdateOnPrem';
17
+ export * from './Status';
18
+ export * from './VCenter';
19
+ export * from './VMResourceBreakdown';
20
+ export * from './VMResourceBreakdownHistogram';
21
+ export * from './VMs';