@migration-planner-ui/agent-client 0.0.37 → 0.0.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/dist/apis/DefaultApi.d.ts +381 -0
  2. package/dist/apis/DefaultApi.d.ts.map +1 -0
  3. package/dist/apis/DefaultApi.js +502 -0
  4. package/dist/apis/index.d.ts +1 -1
  5. package/dist/apis/index.js +1 -1
  6. package/dist/models/AgentModeRequest.d.ts +41 -0
  7. package/dist/models/AgentModeRequest.d.ts.map +1 -0
  8. package/dist/models/AgentModeRequest.js +50 -0
  9. package/dist/models/AgentStatus.d.ts +61 -0
  10. package/dist/models/AgentStatus.d.ts.map +1 -0
  11. package/dist/models/AgentStatus.js +63 -0
  12. package/dist/models/CollectorStartRequest.d.ts +45 -0
  13. package/dist/models/CollectorStartRequest.d.ts.map +1 -0
  14. package/dist/models/{Credentials.js → CollectorStartRequest.js} +11 -13
  15. package/dist/models/CollectorStatus.d.ts +52 -0
  16. package/dist/models/CollectorStatus.d.ts.map +1 -0
  17. package/dist/models/CollectorStatus.js +57 -0
  18. package/dist/models/Datastore.d.ts +3 -3
  19. package/dist/models/Datastore.js +3 -3
  20. package/dist/models/DiskSizeTierSummary.d.ts +3 -3
  21. package/dist/models/DiskSizeTierSummary.js +3 -3
  22. package/dist/models/DiskTypeSummary.d.ts +3 -3
  23. package/dist/models/DiskTypeSummary.js +3 -3
  24. package/dist/models/GuestNetwork.d.ts +57 -0
  25. package/dist/models/GuestNetwork.d.ts.map +1 -0
  26. package/dist/models/GuestNetwork.js +49 -0
  27. package/dist/models/Histogram.d.ts +3 -3
  28. package/dist/models/Histogram.js +3 -3
  29. package/dist/models/Host.d.ts +3 -3
  30. package/dist/models/Host.js +3 -3
  31. package/dist/models/Infra.d.ts +3 -3
  32. package/dist/models/Infra.js +3 -3
  33. package/dist/models/InspectorStartRequest.d.ts +40 -0
  34. package/dist/models/InspectorStartRequest.d.ts.map +1 -0
  35. package/dist/models/InspectorStartRequest.js +48 -0
  36. package/dist/models/InspectorStatus.d.ts +52 -0
  37. package/dist/models/InspectorStatus.d.ts.map +1 -0
  38. package/dist/models/InspectorStatus.js +57 -0
  39. package/dist/models/Inventory.d.ts +3 -3
  40. package/dist/models/Inventory.js +3 -3
  41. package/dist/models/InventoryData.d.ts +3 -3
  42. package/dist/models/InventoryData.js +3 -3
  43. package/dist/models/MigrationIssue.d.ts +3 -3
  44. package/dist/models/MigrationIssue.js +3 -3
  45. package/dist/models/Network.d.ts +3 -3
  46. package/dist/models/Network.js +3 -3
  47. package/dist/models/OsInfo.d.ts +3 -3
  48. package/dist/models/OsInfo.js +3 -3
  49. package/dist/models/VCenter.d.ts +3 -3
  50. package/dist/models/VCenter.js +3 -3
  51. package/dist/models/VM.d.ts +76 -0
  52. package/dist/models/VM.d.ts.map +1 -0
  53. package/dist/models/VM.js +72 -0
  54. package/dist/models/VMDetails.d.ts +212 -0
  55. package/dist/models/VMDetails.d.ts.map +1 -0
  56. package/dist/models/VMDetails.js +122 -0
  57. package/dist/models/VMDevice.d.ts +33 -0
  58. package/dist/models/VMDevice.d.ts.map +1 -0
  59. package/dist/models/VMDevice.js +41 -0
  60. package/dist/models/VMDisk.d.ts +69 -0
  61. package/dist/models/VMDisk.d.ts.map +1 -0
  62. package/dist/models/VMDisk.js +53 -0
  63. package/dist/models/VMListResponse.d.ts +52 -0
  64. package/dist/models/VMListResponse.d.ts.map +1 -0
  65. package/dist/models/VMListResponse.js +56 -0
  66. package/dist/models/VMNIC.d.ts +45 -0
  67. package/dist/models/VMNIC.d.ts.map +1 -0
  68. package/dist/models/VMNIC.js +45 -0
  69. package/dist/models/VMResourceBreakdown.d.ts +3 -3
  70. package/dist/models/VMResourceBreakdown.js +3 -3
  71. package/dist/models/VMs.d.ts +17 -3
  72. package/dist/models/VMs.d.ts.map +1 -1
  73. package/dist/models/VMs.js +7 -3
  74. package/dist/models/VcenterCredentials.d.ts +45 -0
  75. package/dist/models/VcenterCredentials.d.ts.map +1 -0
  76. package/dist/models/VcenterCredentials.js +51 -0
  77. package/dist/models/VddkPost200Response.d.ts +39 -0
  78. package/dist/models/VddkPost200Response.d.ts.map +1 -0
  79. package/dist/models/VddkPost200Response.js +47 -0
  80. package/dist/models/VmInspectionStatus.d.ts +57 -0
  81. package/dist/models/VmInspectionStatus.d.ts.map +1 -0
  82. package/dist/models/VmInspectionStatus.js +58 -0
  83. package/dist/models/index.d.ts +16 -6
  84. package/dist/models/index.d.ts.map +1 -1
  85. package/dist/models/index.js +16 -6
  86. package/dist/runtime.d.ts +3 -3
  87. package/dist/runtime.d.ts.map +1 -1
  88. package/dist/runtime.js +4 -4
  89. package/package.json +2 -5
  90. package/dist/apis/AgentUiApi.d.ts +0 -126
  91. package/dist/apis/AgentUiApi.d.ts.map +0 -1
  92. package/dist/apis/AgentUiApi.js +0 -163
  93. package/dist/models/Credentials.d.ts +0 -51
  94. package/dist/models/Credentials.d.ts.map +0 -1
  95. package/dist/models/InventoryReply.d.ts +0 -40
  96. package/dist/models/InventoryReply.d.ts.map +0 -1
  97. package/dist/models/InventoryReply.js +0 -48
  98. package/dist/models/ModelError.d.ts +0 -33
  99. package/dist/models/ModelError.d.ts.map +0 -1
  100. package/dist/models/ModelError.js +0 -43
  101. package/dist/models/ServiceUIReply.d.ts +0 -33
  102. package/dist/models/ServiceUIReply.d.ts.map +0 -1
  103. package/dist/models/ServiceUIReply.js +0 -43
  104. package/dist/models/StatusReply.d.ts +0 -81
  105. package/dist/models/StatusReply.d.ts.map +0 -1
  106. package/dist/models/StatusReply.js +0 -70
  107. package/dist/models/VersionReply.d.ts +0 -33
  108. package/dist/models/VersionReply.d.ts.map +0 -1
  109. package/dist/models/VersionReply.js +0 -43
@@ -0,0 +1,63 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Assisted Migration Agent API
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * @export
16
+ */
17
+ export const AgentStatusModeEnum = {
18
+ Connected: 'connected',
19
+ Disconnected: 'disconnected'
20
+ };
21
+ /**
22
+ * @export
23
+ */
24
+ export const AgentStatusConsoleConnectionEnum = {
25
+ Disconnected: 'disconnected',
26
+ Connected: 'connected'
27
+ };
28
+ /**
29
+ * Check if a given object implements the AgentStatus interface.
30
+ */
31
+ export function instanceOfAgentStatus(value) {
32
+ if (!('mode' in value) || value['mode'] === undefined)
33
+ return false;
34
+ if (!('consoleConnection' in value) || value['consoleConnection'] === undefined)
35
+ return false;
36
+ return true;
37
+ }
38
+ export function AgentStatusFromJSON(json) {
39
+ return AgentStatusFromJSONTyped(json, false);
40
+ }
41
+ export function AgentStatusFromJSONTyped(json, ignoreDiscriminator) {
42
+ if (json == null) {
43
+ return json;
44
+ }
45
+ return {
46
+ 'mode': json['mode'],
47
+ 'consoleConnection': json['console_connection'],
48
+ 'error': json['error'] == null ? undefined : json['error'],
49
+ };
50
+ }
51
+ export function AgentStatusToJSON(json) {
52
+ return AgentStatusToJSONTyped(json, false);
53
+ }
54
+ export function AgentStatusToJSONTyped(value, ignoreDiscriminator = false) {
55
+ if (value == null) {
56
+ return value;
57
+ }
58
+ return {
59
+ 'mode': value['mode'],
60
+ 'console_connection': value['consoleConnection'],
61
+ 'error': value['error'],
62
+ };
63
+ }
@@ -0,0 +1,45 @@
1
+ /**
2
+ * Assisted Migration Agent API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface CollectorStartRequest
16
+ */
17
+ export interface CollectorStartRequest {
18
+ /**
19
+ * vCenter URL
20
+ * @type {string}
21
+ * @memberof CollectorStartRequest
22
+ */
23
+ url: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof CollectorStartRequest
28
+ */
29
+ username: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof CollectorStartRequest
34
+ */
35
+ password: string;
36
+ }
37
+ /**
38
+ * Check if a given object implements the CollectorStartRequest interface.
39
+ */
40
+ export declare function instanceOfCollectorStartRequest(value: object): value is CollectorStartRequest;
41
+ export declare function CollectorStartRequestFromJSON(json: any): CollectorStartRequest;
42
+ export declare function CollectorStartRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): CollectorStartRequest;
43
+ export declare function CollectorStartRequestToJSON(json: any): CollectorStartRequest;
44
+ export declare function CollectorStartRequestToJSONTyped(value?: CollectorStartRequest | null, ignoreDiscriminator?: boolean): any;
45
+ //# sourceMappingURL=CollectorStartRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollectorStartRequest.d.ts","sourceRoot":"","sources":["../../src/models/CollectorStartRequest.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,wBAAgB,+BAA+B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,qBAAqB,CAK7F;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,qBAAqB,CAE9E;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,qBAAqB,CAUjH;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,qBAAqB,CAE5E;AAED,wBAAgB,gCAAgC,CAAC,KAAK,CAAC,EAAE,qBAAqB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWhI"}
@@ -1,10 +1,10 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Migration Planner Agent UI API
5
- * API endpoints for the agent UI to interact with the migration discovery VM
4
+ * Assisted Migration Agent API
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: undefined
7
+ * The version of the OpenAPI document: v1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12,9 +12,9 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
  /**
15
- * Check if a given object implements the Credentials interface.
15
+ * Check if a given object implements the CollectorStartRequest interface.
16
16
  */
17
- export function instanceOfCredentials(value) {
17
+ export function instanceOfCollectorStartRequest(value) {
18
18
  if (!('url' in value) || value['url'] === undefined)
19
19
  return false;
20
20
  if (!('username' in value) || value['username'] === undefined)
@@ -23,10 +23,10 @@ export function instanceOfCredentials(value) {
23
23
  return false;
24
24
  return true;
25
25
  }
26
- export function CredentialsFromJSON(json) {
27
- return CredentialsFromJSONTyped(json, false);
26
+ export function CollectorStartRequestFromJSON(json) {
27
+ return CollectorStartRequestFromJSONTyped(json, false);
28
28
  }
29
- export function CredentialsFromJSONTyped(json, ignoreDiscriminator) {
29
+ export function CollectorStartRequestFromJSONTyped(json, ignoreDiscriminator) {
30
30
  if (json == null) {
31
31
  return json;
32
32
  }
@@ -34,13 +34,12 @@ export function CredentialsFromJSONTyped(json, ignoreDiscriminator) {
34
34
  'url': json['url'],
35
35
  'username': json['username'],
36
36
  'password': json['password'],
37
- 'isDataSharingAllowed': json['isDataSharingAllowed'] == null ? undefined : json['isDataSharingAllowed'],
38
37
  };
39
38
  }
40
- export function CredentialsToJSON(json) {
41
- return CredentialsToJSONTyped(json, false);
39
+ export function CollectorStartRequestToJSON(json) {
40
+ return CollectorStartRequestToJSONTyped(json, false);
42
41
  }
43
- export function CredentialsToJSONTyped(value, ignoreDiscriminator = false) {
42
+ export function CollectorStartRequestToJSONTyped(value, ignoreDiscriminator = false) {
44
43
  if (value == null) {
45
44
  return value;
46
45
  }
@@ -48,6 +47,5 @@ export function CredentialsToJSONTyped(value, ignoreDiscriminator = false) {
48
47
  'url': value['url'],
49
48
  'username': value['username'],
50
49
  'password': value['password'],
51
- 'isDataSharingAllowed': value['isDataSharingAllowed'],
52
50
  };
53
51
  }
@@ -0,0 +1,52 @@
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 CollectorStatus
16
+ */
17
+ export interface CollectorStatus {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof CollectorStatus
22
+ */
23
+ status: CollectorStatusStatusEnum;
24
+ /**
25
+ * Error message when status is error
26
+ * @type {string}
27
+ * @memberof CollectorStatus
28
+ */
29
+ error?: string;
30
+ }
31
+ /**
32
+ * @export
33
+ */
34
+ export declare const CollectorStatusStatusEnum: {
35
+ readonly Ready: "ready";
36
+ readonly Connecting: "connecting";
37
+ readonly Connected: "connected";
38
+ readonly Collecting: "collecting";
39
+ readonly Parsing: "parsing";
40
+ readonly Collected: "collected";
41
+ readonly Error: "error";
42
+ };
43
+ export type CollectorStatusStatusEnum = typeof CollectorStatusStatusEnum[keyof typeof CollectorStatusStatusEnum];
44
+ /**
45
+ * Check if a given object implements the CollectorStatus interface.
46
+ */
47
+ export declare function instanceOfCollectorStatus(value: object): value is CollectorStatus;
48
+ export declare function CollectorStatusFromJSON(json: any): CollectorStatus;
49
+ export declare function CollectorStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): CollectorStatus;
50
+ export declare function CollectorStatusToJSON(json: any): CollectorStatus;
51
+ export declare function CollectorStatusToJSONTyped(value?: CollectorStatus | null, ignoreDiscriminator?: boolean): any;
52
+ //# sourceMappingURL=CollectorStatus.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollectorStatus.d.ts","sourceRoot":"","sources":["../../src/models/CollectorStatus.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,MAAM,EAAE,yBAAyB,CAAC;IAClC;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAGD;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;CAQ5B,CAAC;AACX,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,MAAM,OAAO,yBAAyB,CAAC,CAAC;AAGjH;;GAEG;AACH,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,eAAe,CAGjF;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,GAAG,eAAe,CAElE;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,eAAe,CASrG;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,GAAG,GAAG,eAAe,CAEhE;AAED,wBAAgB,0BAA0B,CAAC,KAAK,CAAC,EAAE,eAAe,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUpH"}
@@ -0,0 +1,57 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Assisted Migration Agent API
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * @export
16
+ */
17
+ export const CollectorStatusStatusEnum = {
18
+ Ready: 'ready',
19
+ Connecting: 'connecting',
20
+ Connected: 'connected',
21
+ Collecting: 'collecting',
22
+ Parsing: 'parsing',
23
+ Collected: 'collected',
24
+ Error: 'error'
25
+ };
26
+ /**
27
+ * Check if a given object implements the CollectorStatus interface.
28
+ */
29
+ export function instanceOfCollectorStatus(value) {
30
+ if (!('status' in value) || value['status'] === undefined)
31
+ return false;
32
+ return true;
33
+ }
34
+ export function CollectorStatusFromJSON(json) {
35
+ return CollectorStatusFromJSONTyped(json, false);
36
+ }
37
+ export function CollectorStatusFromJSONTyped(json, ignoreDiscriminator) {
38
+ if (json == null) {
39
+ return json;
40
+ }
41
+ return {
42
+ 'status': json['status'],
43
+ 'error': json['error'] == null ? undefined : json['error'],
44
+ };
45
+ }
46
+ export function CollectorStatusToJSON(json) {
47
+ return CollectorStatusToJSONTyped(json, false);
48
+ }
49
+ export function CollectorStatusToJSONTyped(value, ignoreDiscriminator = false) {
50
+ if (value == null) {
51
+ return value;
52
+ }
53
+ return {
54
+ 'status': value['status'],
55
+ 'error': value['error'],
56
+ };
57
+ }
@@ -1,8 +1,8 @@
1
1
  /**
2
- * Migration Planner Agent UI API
3
- * API endpoints for the agent UI to interact with the migration discovery VM
2
+ * Assisted Migration Agent API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: undefined
5
+ * The version of the OpenAPI document: v1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,10 +1,10 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Migration Planner Agent UI API
5
- * API endpoints for the agent UI to interact with the migration discovery VM
4
+ * Assisted Migration Agent API
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: undefined
7
+ * The version of the OpenAPI document: v1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
- * Migration Planner Agent UI API
3
- * API endpoints for the agent UI to interact with the migration discovery VM
2
+ * Assisted Migration Agent API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: undefined
5
+ * The version of the OpenAPI document: v1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,10 +1,10 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Migration Planner Agent UI API
5
- * API endpoints for the agent UI to interact with the migration discovery VM
4
+ * Assisted Migration Agent API
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: undefined
7
+ * The version of the OpenAPI document: v1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
- * Migration Planner Agent UI API
3
- * API endpoints for the agent UI to interact with the migration discovery VM
2
+ * Assisted Migration Agent API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: undefined
5
+ * The version of the OpenAPI document: v1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,10 +1,10 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Migration Planner Agent UI API
5
- * API endpoints for the agent UI to interact with the migration discovery VM
4
+ * Assisted Migration Agent API
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: undefined
7
+ * The version of the OpenAPI document: v1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -0,0 +1,57 @@
1
+ /**
2
+ * Assisted Migration Agent API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface GuestNetwork
16
+ */
17
+ export interface GuestNetwork {
18
+ /**
19
+ * Name of the network device inside the guest OS
20
+ * @type {string}
21
+ * @memberof GuestNetwork
22
+ */
23
+ device?: string;
24
+ /**
25
+ * MAC address as seen by the guest OS
26
+ * @type {string}
27
+ * @memberof GuestNetwork
28
+ */
29
+ mac?: string;
30
+ /**
31
+ * IP address assigned to this interface
32
+ * @type {string}
33
+ * @memberof GuestNetwork
34
+ */
35
+ ip?: string;
36
+ /**
37
+ * Network prefix length (subnet mask in CIDR notation)
38
+ * @type {number}
39
+ * @memberof GuestNetwork
40
+ */
41
+ prefixLength?: number;
42
+ /**
43
+ * Network name as reported by the guest OS
44
+ * @type {string}
45
+ * @memberof GuestNetwork
46
+ */
47
+ network?: string;
48
+ }
49
+ /**
50
+ * Check if a given object implements the GuestNetwork interface.
51
+ */
52
+ export declare function instanceOfGuestNetwork(value: object): value is GuestNetwork;
53
+ export declare function GuestNetworkFromJSON(json: any): GuestNetwork;
54
+ export declare function GuestNetworkFromJSONTyped(json: any, ignoreDiscriminator: boolean): GuestNetwork;
55
+ export declare function GuestNetworkToJSON(json: any): GuestNetwork;
56
+ export declare function GuestNetworkToJSONTyped(value?: GuestNetwork | null, ignoreDiscriminator?: boolean): any;
57
+ //# sourceMappingURL=GuestNetwork.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GuestNetwork.d.ts","sourceRoot":"","sources":["../../src/models/GuestNetwork.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,YAAY,CAE3E;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,GAAG,GAAG,YAAY,CAE5D;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,YAAY,CAY/F;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,GAAG,GAAG,YAAY,CAE1D;AAED,wBAAgB,uBAAuB,CAAC,KAAK,CAAC,EAAE,YAAY,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAa9G"}
@@ -0,0 +1,49 @@
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 GuestNetwork interface.
16
+ */
17
+ export function instanceOfGuestNetwork(value) {
18
+ return true;
19
+ }
20
+ export function GuestNetworkFromJSON(json) {
21
+ return GuestNetworkFromJSONTyped(json, false);
22
+ }
23
+ export function GuestNetworkFromJSONTyped(json, ignoreDiscriminator) {
24
+ if (json == null) {
25
+ return json;
26
+ }
27
+ return {
28
+ 'device': json['device'] == null ? undefined : json['device'],
29
+ 'mac': json['mac'] == null ? undefined : json['mac'],
30
+ 'ip': json['ip'] == null ? undefined : json['ip'],
31
+ 'prefixLength': json['prefixLength'] == null ? undefined : json['prefixLength'],
32
+ 'network': json['network'] == null ? undefined : json['network'],
33
+ };
34
+ }
35
+ export function GuestNetworkToJSON(json) {
36
+ return GuestNetworkToJSONTyped(json, false);
37
+ }
38
+ export function GuestNetworkToJSONTyped(value, ignoreDiscriminator = false) {
39
+ if (value == null) {
40
+ return value;
41
+ }
42
+ return {
43
+ 'device': value['device'],
44
+ 'mac': value['mac'],
45
+ 'ip': value['ip'],
46
+ 'prefixLength': value['prefixLength'],
47
+ 'network': value['network'],
48
+ };
49
+ }
@@ -1,8 +1,8 @@
1
1
  /**
2
- * Migration Planner Agent UI API
3
- * API endpoints for the agent UI to interact with the migration discovery VM
2
+ * Assisted Migration Agent API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: undefined
5
+ * The version of the OpenAPI document: v1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,10 +1,10 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Migration Planner Agent UI API
5
- * API endpoints for the agent UI to interact with the migration discovery VM
4
+ * Assisted Migration Agent API
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: undefined
7
+ * The version of the OpenAPI document: v1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
- * Migration Planner Agent UI API
3
- * API endpoints for the agent UI to interact with the migration discovery VM
2
+ * Assisted Migration Agent API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: undefined
5
+ * The version of the OpenAPI document: v1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,10 +1,10 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Migration Planner Agent UI API
5
- * API endpoints for the agent UI to interact with the migration discovery VM
4
+ * Assisted Migration Agent API
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: undefined
7
+ * The version of the OpenAPI document: v1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
- * Migration Planner Agent UI API
3
- * API endpoints for the agent UI to interact with the migration discovery VM
2
+ * Assisted Migration Agent API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: undefined
5
+ * The version of the OpenAPI document: v1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,10 +1,10 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Migration Planner Agent UI API
5
- * API endpoints for the agent UI to interact with the migration discovery VM
4
+ * Assisted Migration Agent API
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: undefined
7
+ * The version of the OpenAPI document: v1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -0,0 +1,40 @@
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 { VcenterCredentials } from './VcenterCredentials.js';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface InspectorStartRequest
17
+ */
18
+ export interface InspectorStartRequest {
19
+ /**
20
+ *
21
+ * @type {VcenterCredentials}
22
+ * @memberof InspectorStartRequest
23
+ */
24
+ vcenterCredentials: VcenterCredentials;
25
+ /**
26
+ * Array of VM id
27
+ * @type {Array<string>}
28
+ * @memberof InspectorStartRequest
29
+ */
30
+ vmIds: Array<string>;
31
+ }
32
+ /**
33
+ * Check if a given object implements the InspectorStartRequest interface.
34
+ */
35
+ export declare function instanceOfInspectorStartRequest(value: object): value is InspectorStartRequest;
36
+ export declare function InspectorStartRequestFromJSON(json: any): InspectorStartRequest;
37
+ export declare function InspectorStartRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): InspectorStartRequest;
38
+ export declare function InspectorStartRequestToJSON(json: any): InspectorStartRequest;
39
+ export declare function InspectorStartRequestToJSONTyped(value?: InspectorStartRequest | null, ignoreDiscriminator?: boolean): any;
40
+ //# sourceMappingURL=InspectorStartRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InspectorStartRequest.d.ts","sourceRoot":"","sources":["../../src/models/InspectorStartRequest.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAQlE;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,kBAAkB,EAAE,kBAAkB,CAAC;IACvC;;;;OAIG;IACH,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACxB;AAED;;GAEG;AACH,wBAAgB,+BAA+B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,qBAAqB,CAI7F;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,qBAAqB,CAE9E;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,qBAAqB,CASjH;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,qBAAqB,CAE5E;AAED,wBAAgB,gCAAgC,CAAC,KAAK,CAAC,EAAE,qBAAqB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUhI"}