@volcengine/vepfs 1.0.2 → 1.0.4

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 (241) hide show
  1. package/dist/cjs/index.js +82 -22
  2. package/dist/esm/api.d.ts +66 -0
  3. package/dist/esm/api.d.ts.map +1 -1
  4. package/dist/esm/index.mjs +43 -1
  5. package/dist/esm/types/add-mount-service-clients-request.d.ts +41 -0
  6. package/dist/esm/types/add-mount-service-clients-request.d.ts.map +1 -0
  7. package/{src/types/config-data-flow-bandwidth-response.ts → dist/esm/types/add-mount-service-clients-response.d.ts} +11 -14
  8. package/dist/esm/types/add-mount-service-clients-response.d.ts.map +1 -0
  9. package/{src/types/delete-fileset-request.ts → dist/esm/types/client-for-add-mount-service-clients-input.d.ts} +13 -17
  10. package/dist/esm/types/client-for-add-mount-service-clients-input.d.ts.map +1 -0
  11. package/{src/types/delete-data-flow-task-request.ts → dist/esm/types/client-for-describe-mount-service-tasks-output.d.ts} +13 -17
  12. package/dist/esm/types/client-for-describe-mount-service-tasks-output.d.ts.map +1 -0
  13. package/{src/types/create-fileset-request.ts → dist/esm/types/client-for-remove-mount-service-clients-input.d.ts} +13 -23
  14. package/dist/esm/types/client-for-remove-mount-service-clients-input.d.ts.map +1 -0
  15. package/{src/types/delete-audit-request.ts → dist/esm/types/client-for-verify-mount-service-clients-input.d.ts} +13 -17
  16. package/dist/esm/types/client-for-verify-mount-service-clients-input.d.ts.map +1 -0
  17. package/dist/esm/types/client-snapshot-for-describe-mount-service-task-results-output.d.ts +90 -0
  18. package/dist/esm/types/client-snapshot-for-describe-mount-service-task-results-output.d.ts.map +1 -0
  19. package/dist/esm/types/create-data-flow-task-request.d.ts +5 -0
  20. package/dist/esm/types/create-data-flow-task-request.d.ts.map +1 -1
  21. package/dist/esm/types/data-flow-task-for-describe-data-flow-tasks-output.d.ts +6 -0
  22. package/dist/esm/types/data-flow-task-for-describe-data-flow-tasks-output.d.ts.map +1 -1
  23. package/dist/esm/types/describe-lens-tasks-request.d.ts +18 -0
  24. package/dist/esm/types/describe-lens-tasks-request.d.ts.map +1 -1
  25. package/dist/esm/types/describe-mount-service-clients-request.d.ts +133 -0
  26. package/dist/esm/types/describe-mount-service-clients-request.d.ts.map +1 -0
  27. package/dist/esm/types/describe-mount-service-clients-response.d.ts +41 -0
  28. package/dist/esm/types/describe-mount-service-clients-response.d.ts.map +1 -0
  29. package/dist/esm/types/describe-mount-service-task-results-request.d.ts +130 -0
  30. package/dist/esm/types/describe-mount-service-task-results-request.d.ts.map +1 -0
  31. package/dist/esm/types/describe-mount-service-task-results-response.d.ts +41 -0
  32. package/dist/esm/types/describe-mount-service-task-results-response.d.ts.map +1 -0
  33. package/dist/esm/types/describe-mount-service-tasks-request.d.ts +70 -0
  34. package/dist/esm/types/describe-mount-service-tasks-request.d.ts.map +1 -0
  35. package/dist/esm/types/describe-mount-service-tasks-response.d.ts +41 -0
  36. package/dist/esm/types/describe-mount-service-tasks-response.d.ts.map +1 -0
  37. package/dist/esm/types/index.d.ts +27 -0
  38. package/dist/esm/types/index.d.ts.map +1 -1
  39. package/dist/esm/types/instance-for-describe-mount-service-clients-output.d.ts +67 -0
  40. package/dist/esm/types/instance-for-describe-mount-service-clients-output.d.ts.map +1 -0
  41. package/dist/esm/types/instance-for-describe-mount-service-task-results-output.d.ts +67 -0
  42. package/dist/esm/types/instance-for-describe-mount-service-task-results-output.d.ts.map +1 -0
  43. package/dist/esm/types/monitor-for-describe-mount-service-clients-output.d.ts +33 -0
  44. package/dist/esm/types/monitor-for-describe-mount-service-clients-output.d.ts.map +1 -0
  45. package/dist/esm/types/monitor-for-describe-mount-service-task-results-output.d.ts +33 -0
  46. package/dist/esm/types/monitor-for-describe-mount-service-task-results-output.d.ts.map +1 -0
  47. package/dist/esm/types/mount-service-client-for-describe-mount-service-clients-output.d.ts +90 -0
  48. package/dist/esm/types/mount-service-client-for-describe-mount-service-clients-output.d.ts.map +1 -0
  49. package/dist/esm/types/mount-service-task-result-for-describe-mount-service-task-results-output.d.ts +51 -0
  50. package/dist/esm/types/mount-service-task-result-for-describe-mount-service-task-results-output.d.ts.map +1 -0
  51. package/dist/esm/types/progress-for-describe-mount-service-tasks-output.d.ts +40 -0
  52. package/dist/esm/types/progress-for-describe-mount-service-tasks-output.d.ts.map +1 -0
  53. package/dist/esm/types/remove-mount-service-clients-request.d.ts +31 -0
  54. package/dist/esm/types/remove-mount-service-clients-request.d.ts.map +1 -0
  55. package/{src/types/cancel-lens-task-request.ts → dist/esm/types/remove-mount-service-clients-response.d.ts} +11 -14
  56. package/dist/esm/types/remove-mount-service-clients-response.d.ts.map +1 -0
  57. package/dist/esm/types/result-for-verify-mount-service-clients-output.d.ts +50 -0
  58. package/dist/esm/types/result-for-verify-mount-service-clients-output.d.ts.map +1 -0
  59. package/dist/esm/types/task-for-describe-mount-service-tasks-output.d.ts +82 -0
  60. package/dist/esm/types/task-for-describe-mount-service-tasks-output.d.ts.map +1 -0
  61. package/dist/esm/types/tls-info-for-describe-data-flow-tasks-output.d.ts +60 -0
  62. package/dist/esm/types/tls-info-for-describe-data-flow-tasks-output.d.ts.map +1 -0
  63. package/dist/esm/types/verify-mount-service-clients-request.d.ts +31 -0
  64. package/dist/esm/types/verify-mount-service-clients-request.d.ts.map +1 -0
  65. package/dist/esm/types/verify-mount-service-clients-response.d.ts +26 -0
  66. package/dist/esm/types/verify-mount-service-clients-response.d.ts.map +1 -0
  67. package/package.json +5 -1
  68. package/.turbo/turbo-build.log +0 -19
  69. package/dist/tsconfig.tsbuildinfo +0 -1
  70. package/rslib.config.ts +0 -26
  71. package/src/api.ts +0 -988
  72. package/src/index.ts +0 -14
  73. package/src/types/attach-file-system-for-describe-mount-services-output.ts +0 -65
  74. package/src/types/attach-mount-service-to-self-file-system-request.ts +0 -40
  75. package/src/types/attach-mount-service-to-self-file-system-response.ts +0 -22
  76. package/src/types/audit-for-describe-audits-output.ts +0 -144
  77. package/src/types/cancel-data-flow-task-request.ts +0 -34
  78. package/src/types/cancel-data-flow-task-response.ts +0 -22
  79. package/src/types/cancel-lens-task-response.ts +0 -22
  80. package/src/types/capacity-info-for-describe-file-system-statistics-output.ts +0 -34
  81. package/src/types/capacity-info-for-describe-file-systems-output.ts +0 -34
  82. package/src/types/capacity-info-for-describe-lens-services-output.ts +0 -34
  83. package/src/types/condition-for-create-lens-policy-input.ts +0 -86
  84. package/src/types/condition-for-describe-lens-policies-output.ts +0 -86
  85. package/src/types/condition-for-describe-lens-tasks-output.ts +0 -86
  86. package/src/types/condition-for-update-lens-policy-input.ts +0 -86
  87. package/src/types/config-data-flow-bandwidth-request.ts +0 -34
  88. package/src/types/create-audit-request.ts +0 -81
  89. package/src/types/create-audit-response.ts +0 -28
  90. package/src/types/create-data-flow-task-request.ts +0 -127
  91. package/src/types/create-data-flow-task-response.ts +0 -28
  92. package/src/types/create-file-system-request.ts +0 -127
  93. package/src/types/create-file-system-response.ts +0 -41
  94. package/src/types/create-fileset-response.ts +0 -28
  95. package/src/types/create-lens-policy-request.ts +0 -58
  96. package/src/types/create-lens-policy-response.ts +0 -28
  97. package/src/types/create-lens-task-request.ts +0 -98
  98. package/src/types/create-lens-task-response.ts +0 -28
  99. package/src/types/create-mount-service-request.ts +0 -58
  100. package/src/types/create-mount-service-response.ts +0 -28
  101. package/src/types/create-pre-signed-url-request.ts +0 -28
  102. package/src/types/create-pre-signed-url-response.ts +0 -40
  103. package/src/types/data-flow-task-for-describe-data-flow-tasks-output.ts +0 -226
  104. package/src/types/delete-audit-response.ts +0 -22
  105. package/src/types/delete-data-flow-task-response.ts +0 -22
  106. package/src/types/delete-file-system-request.ts +0 -28
  107. package/src/types/delete-file-system-response.ts +0 -28
  108. package/src/types/delete-fileset-response.ts +0 -22
  109. package/src/types/delete-lens-policy-request.ts +0 -28
  110. package/src/types/delete-lens-policy-response.ts +0 -22
  111. package/src/types/delete-lens-task-request.ts +0 -34
  112. package/src/types/delete-lens-task-response.ts +0 -22
  113. package/src/types/delete-mount-service-request.ts +0 -28
  114. package/src/types/delete-mount-service-response.ts +0 -22
  115. package/src/types/delete-policy-for-create-data-flow-task-input.ts +0 -45
  116. package/src/types/delete-policy-for-describe-data-flow-tasks-output.ts +0 -45
  117. package/src/types/describe-audits-request.ts +0 -64
  118. package/src/types/describe-audits-response.ts +0 -47
  119. package/src/types/describe-data-flow-bandwidth-request.ts +0 -40
  120. package/src/types/describe-data-flow-bandwidth-response.ts +0 -70
  121. package/src/types/describe-data-flow-tasks-request.ts +0 -70
  122. package/src/types/describe-data-flow-tasks-response.ts +0 -47
  123. package/src/types/describe-file-system-overview-request.ts +0 -22
  124. package/src/types/describe-file-system-overview-response.ts +0 -29
  125. package/src/types/describe-file-system-statistics-request.ts +0 -38
  126. package/src/types/describe-file-system-statistics-response.ts +0 -29
  127. package/src/types/describe-file-systems-request.ts +0 -96
  128. package/src/types/describe-file-systems-response.ts +0 -47
  129. package/src/types/describe-filesets-request.ts +0 -65
  130. package/src/types/describe-filesets-response.ts +0 -47
  131. package/src/types/describe-lens-policies-request.ts +0 -46
  132. package/src/types/describe-lens-policies-response.ts +0 -47
  133. package/src/types/describe-lens-services-request.ts +0 -72
  134. package/src/types/describe-lens-services-response.ts +0 -47
  135. package/src/types/describe-lens-tasks-request.ts +0 -82
  136. package/src/types/describe-lens-tasks-response.ts +0 -47
  137. package/src/types/describe-mount-service-node-types-request.ts +0 -44
  138. package/src/types/describe-mount-service-node-types-response.ts +0 -29
  139. package/src/types/describe-mount-services-request.ts +0 -81
  140. package/src/types/describe-mount-services-response.ts +0 -47
  141. package/src/types/describe-regions-request.ts +0 -22
  142. package/src/types/describe-regions-response.ts +0 -35
  143. package/src/types/describe-zones-request.ts +0 -44
  144. package/src/types/describe-zones-response.ts +0 -35
  145. package/src/types/detach-mount-service-from-self-file-system-request.ts +0 -34
  146. package/src/types/detach-mount-service-from-self-file-system-response.ts +0 -22
  147. package/src/types/entry-list-file-info-for-create-data-flow-task-input.ts +0 -40
  148. package/src/types/entry-list-file-info-for-describe-data-flow-tasks-output.ts +0 -40
  149. package/src/types/expand-file-system-request.ts +0 -40
  150. package/src/types/expand-file-system-response.ts +0 -28
  151. package/src/types/feature-info-for-describe-lens-services-output.ts +0 -55
  152. package/src/types/file-system-for-describe-file-systems-output.ts +0 -272
  153. package/src/types/fileset-for-describe-filesets-output.ts +0 -117
  154. package/src/types/fileset-info-for-describe-audits-output.ts +0 -46
  155. package/src/types/filter-for-describe-file-systems-input.ts +0 -50
  156. package/src/types/filter-for-describe-filesets-input.ts +0 -46
  157. package/src/types/filter-for-describe-mount-services-input.ts +0 -47
  158. package/src/types/index.ts +0 -173
  159. package/src/types/lens-analysis-info-for-create-lens-task-input.ts +0 -72
  160. package/src/types/lens-analysis-info-for-describe-lens-tasks-output.ts +0 -72
  161. package/src/types/lens-capacity-stat-info-for-create-lens-task-input.ts +0 -70
  162. package/src/types/lens-capacity-stat-info-for-describe-lens-tasks-output.ts +0 -70
  163. package/src/types/lens-export-info-for-create-lens-task-input.ts +0 -78
  164. package/src/types/lens-export-info-for-describe-lens-tasks-output.ts +0 -78
  165. package/src/types/lens-policy-for-describe-lens-policies-output.ts +0 -76
  166. package/src/types/lens-policy-snapshot-for-describe-lens-tasks-output.ts +0 -76
  167. package/src/types/lens-service-for-describe-lens-services-output.ts +0 -80
  168. package/src/types/lens-task-for-describe-lens-tasks-output.ts +0 -176
  169. package/src/types/list-tags-for-resources-request.ts +0 -53
  170. package/src/types/list-tags-for-resources-response.ts +0 -47
  171. package/src/types/mount-service-for-describe-mount-services-output.ts +0 -136
  172. package/src/types/node-for-describe-mount-services-output.ts +0 -34
  173. package/src/types/node-type-info-for-describe-mount-service-node-types-output.ts +0 -57
  174. package/src/types/number-value-for-create-lens-policy-input.ts +0 -51
  175. package/src/types/number-value-for-describe-lens-policies-output.ts +0 -51
  176. package/src/types/number-value-for-describe-lens-tasks-output.ts +0 -51
  177. package/src/types/number-value-for-update-lens-policy-input.ts +0 -51
  178. package/src/types/over-view-for-describe-file-system-overview-output.ts +0 -58
  179. package/src/types/progress-for-describe-lens-tasks-output.ts +0 -65
  180. package/src/types/range-value-for-create-lens-policy-input.ts +0 -76
  181. package/src/types/range-value-for-describe-lens-policies-output.ts +0 -76
  182. package/src/types/range-value-for-describe-lens-tasks-output.ts +0 -76
  183. package/src/types/range-value-for-update-lens-policy-input.ts +0 -76
  184. package/src/types/region-for-describe-regions-output.ts +0 -40
  185. package/src/types/report-for-describe-data-flow-tasks-output.ts +0 -46
  186. package/src/types/resource-tag-for-list-tags-for-resources-output.ts +0 -46
  187. package/src/types/rule-for-create-lens-policy-input.ts +0 -52
  188. package/src/types/rule-for-describe-lens-policies-output.ts +0 -52
  189. package/src/types/rule-for-describe-lens-tasks-output.ts +0 -52
  190. package/src/types/rule-for-update-lens-policy-input.ts +0 -52
  191. package/src/types/rule-group-for-create-lens-policy-input.ts +0 -45
  192. package/src/types/rule-group-for-describe-lens-policies-output.ts +0 -45
  193. package/src/types/rule-group-for-describe-lens-tasks-output.ts +0 -45
  194. package/src/types/rule-group-for-update-lens-policy-input.ts +0 -45
  195. package/src/types/sale-info-for-describe-zones-output.ts +0 -98
  196. package/src/types/schedule-for-create-lens-task-input.ts +0 -94
  197. package/src/types/schedule-for-describe-lens-tasks-output.ts +0 -94
  198. package/src/types/set-fileset-qos-request.ts +0 -46
  199. package/src/types/set-fileset-qos-response.ts +0 -22
  200. package/src/types/set-fileset-quota-request.ts +0 -46
  201. package/src/types/set-fileset-quota-response.ts +0 -22
  202. package/src/types/start-audit-request.ts +0 -34
  203. package/src/types/start-audit-response.ts +0 -22
  204. package/src/types/start-lens-service-request.ts +0 -44
  205. package/src/types/start-lens-service-response.ts +0 -22
  206. package/src/types/statistic-for-describe-file-system-statistics-output.ts +0 -80
  207. package/src/types/stop-audit-request.ts +0 -34
  208. package/src/types/stop-audit-response.ts +0 -22
  209. package/src/types/stop-lens-service-request.ts +0 -44
  210. package/src/types/stop-lens-service-response.ts +0 -22
  211. package/src/types/string-value-for-create-lens-policy-input.ts +0 -28
  212. package/src/types/string-value-for-describe-lens-policies-output.ts +0 -28
  213. package/src/types/string-value-for-describe-lens-tasks-output.ts +0 -28
  214. package/src/types/string-value-for-update-lens-policy-input.ts +0 -28
  215. package/src/types/tag-filter-for-describe-file-systems-input.ts +0 -40
  216. package/src/types/tag-filter-for-list-tags-for-resources-input.ts +0 -40
  217. package/src/types/tag-for-create-file-system-input.ts +0 -50
  218. package/src/types/tag-for-create-file-system-output.ts +0 -50
  219. package/src/types/tag-for-describe-file-systems-output.ts +0 -50
  220. package/src/types/tag-for-tag-resources-input.ts +0 -34
  221. package/src/types/tag-for-update-file-system-input.ts +0 -50
  222. package/src/types/tag-resources-request.ts +0 -41
  223. package/src/types/tag-resources-response.ts +0 -22
  224. package/src/types/target-info-for-create-lens-task-input.ts +0 -34
  225. package/src/types/target-info-for-describe-lens-tasks-output.ts +0 -34
  226. package/src/types/untag-resources-request.ts +0 -40
  227. package/src/types/untag-resources-response.ts +0 -22
  228. package/src/types/update-audit-request.ts +0 -64
  229. package/src/types/update-audit-response.ts +0 -22
  230. package/src/types/update-file-system-request.ts +0 -47
  231. package/src/types/update-file-system-response.ts +0 -22
  232. package/src/types/update-fileset-request.ts +0 -40
  233. package/src/types/update-fileset-response.ts +0 -22
  234. package/src/types/update-lens-policy-request.ts +0 -64
  235. package/src/types/update-lens-policy-response.ts +0 -22
  236. package/src/types/update-lens-task-request.ts +0 -34
  237. package/src/types/update-lens-task-response.ts +0 -22
  238. package/src/types/update-mount-service-request.ts +0 -34
  239. package/src/types/update-mount-service-response.ts +0 -22
  240. package/src/types/zone-for-describe-zones-output.ts +0 -47
  241. package/tsconfig.json +0 -12
@@ -1,76 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * vepfs
5
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
- *
7
- * OpenAPI spec version: common-version
8
- *
9
- *
10
- * NOTE: This class is auto generated by the swagger code generator program.
11
- * https://github.com/swagger-api/swagger-codegen.git
12
- * Do not edit the class manually.
13
- */
14
-
15
- import { RuleGroupForDescribeLensTasksOutput } from './rule-group-for-describe-lens-tasks-output';
16
- /**
17
- *
18
- *
19
- * @export
20
- * @interface LensPolicySnapshotForDescribeLensTasksOutput
21
- */
22
- export interface LensPolicySnapshotForDescribeLensTasksOutput {
23
-
24
- /**
25
- * @type {string}
26
- * @memberof LensPolicySnapshotForDescribeLensTasksOutput
27
- */
28
- CreateTime?: string;
29
-
30
- /**
31
- * @type {string}
32
- * @memberof LensPolicySnapshotForDescribeLensTasksOutput
33
- */
34
- Description?: string;
35
-
36
- /**
37
- * @type {string}
38
- * @memberof LensPolicySnapshotForDescribeLensTasksOutput
39
- */
40
- LensPolicyId?: string;
41
-
42
- /**
43
- * @type {string}
44
- * @memberof LensPolicySnapshotForDescribeLensTasksOutput
45
- */
46
- LensPolicyName?: string;
47
-
48
- /**
49
- * @type {string}
50
- * @memberof LensPolicySnapshotForDescribeLensTasksOutput
51
- */
52
- LogicOperator?: LensPolicySnapshotForDescribeLensTasksOutputLogicOperatorEnum;
53
-
54
- /**
55
- * @type {string}
56
- * @memberof LensPolicySnapshotForDescribeLensTasksOutput
57
- */
58
- ModifyTime?: string;
59
-
60
- /**
61
- * @type {Array<RuleGroupForDescribeLensTasksOutput>}
62
- * @memberof LensPolicySnapshotForDescribeLensTasksOutput
63
- */
64
- RuleGroups?: Array<RuleGroupForDescribeLensTasksOutput>;
65
- }
66
-
67
- /**
68
- * @export
69
- * @enum {string}
70
- */
71
- export enum LensPolicySnapshotForDescribeLensTasksOutputLogicOperatorEnum {
72
- Or = 'Or',
73
- And = 'And',
74
- AndNot = 'AndNot'
75
- }
76
-
@@ -1,80 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * vepfs
5
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
- *
7
- * OpenAPI spec version: common-version
8
- *
9
- *
10
- * NOTE: This class is auto generated by the swagger code generator program.
11
- * https://github.com/swagger-api/swagger-codegen.git
12
- * Do not edit the class manually.
13
- */
14
-
15
- import { CapacityInfoForDescribeLensServicesOutput } from './capacity-info-for-describe-lens-services-output';
16
- import { FeatureInfoForDescribeLensServicesOutput } from './feature-info-for-describe-lens-services-output';
17
- /**
18
- *
19
- *
20
- * @export
21
- * @interface LensServiceForDescribeLensServicesOutput
22
- */
23
- export interface LensServiceForDescribeLensServicesOutput {
24
-
25
- /**
26
- * @type {CapacityInfoForDescribeLensServicesOutput}
27
- * @memberof LensServiceForDescribeLensServicesOutput
28
- */
29
- CapacityInfo?: CapacityInfoForDescribeLensServicesOutput;
30
-
31
- /**
32
- * @type {Array<FeatureInfoForDescribeLensServicesOutput>}
33
- * @memberof LensServiceForDescribeLensServicesOutput
34
- */
35
- FeatureInfos?: Array<FeatureInfoForDescribeLensServicesOutput>;
36
-
37
- /**
38
- * @type {string}
39
- * @memberof LensServiceForDescribeLensServicesOutput
40
- */
41
- FileSystemId?: string;
42
-
43
- /**
44
- * @type {string}
45
- * @memberof LensServiceForDescribeLensServicesOutput
46
- */
47
- FileSystemName?: string;
48
-
49
- /**
50
- * @type {string}
51
- * @memberof LensServiceForDescribeLensServicesOutput
52
- */
53
- Status?: LensServiceForDescribeLensServicesOutputStatusEnum;
54
-
55
- /**
56
- * @type {string}
57
- * @memberof LensServiceForDescribeLensServicesOutput
58
- */
59
- StoreType?: string;
60
-
61
- /**
62
- * @type {string}
63
- * @memberof LensServiceForDescribeLensServicesOutput
64
- */
65
- ZoneId?: string;
66
- }
67
-
68
- /**
69
- * @export
70
- * @enum {string}
71
- */
72
- export enum LensServiceForDescribeLensServicesOutputStatusEnum {
73
- Running = 'Running',
74
- Stopped = 'Stopped',
75
- Starting = 'Starting',
76
- Stopping = 'Stopping',
77
- Failed = 'Failed',
78
- Updating = 'Updating'
79
- }
80
-
@@ -1,176 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * vepfs
5
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
- *
7
- * OpenAPI spec version: common-version
8
- *
9
- *
10
- * NOTE: This class is auto generated by the swagger code generator program.
11
- * https://github.com/swagger-api/swagger-codegen.git
12
- * Do not edit the class manually.
13
- */
14
-
15
- import { LensAnalysisInfoForDescribeLensTasksOutput } from './lens-analysis-info-for-describe-lens-tasks-output';
16
- import { LensCapacityStatInfoForDescribeLensTasksOutput } from './lens-capacity-stat-info-for-describe-lens-tasks-output';
17
- import { LensExportInfoForDescribeLensTasksOutput } from './lens-export-info-for-describe-lens-tasks-output';
18
- import { LensPolicySnapshotForDescribeLensTasksOutput } from './lens-policy-snapshot-for-describe-lens-tasks-output';
19
- import { ProgressForDescribeLensTasksOutput } from './progress-for-describe-lens-tasks-output';
20
- import { ScheduleForDescribeLensTasksOutput } from './schedule-for-describe-lens-tasks-output';
21
- import { TargetInfoForDescribeLensTasksOutput } from './target-info-for-describe-lens-tasks-output';
22
- /**
23
- *
24
- *
25
- * @export
26
- * @interface LensTaskForDescribeLensTasksOutput
27
- */
28
- export interface LensTaskForDescribeLensTasksOutput {
29
-
30
- /**
31
- * @type {string}
32
- * @memberof LensTaskForDescribeLensTasksOutput
33
- */
34
- CompleteTime?: string;
35
-
36
- /**
37
- * @type {string}
38
- * @memberof LensTaskForDescribeLensTasksOutput
39
- */
40
- ConflictTaskId?: string;
41
-
42
- /**
43
- * @type {string}
44
- * @memberof LensTaskForDescribeLensTasksOutput
45
- */
46
- CreateTime?: string;
47
-
48
- /**
49
- * @type {string}
50
- * @memberof LensTaskForDescribeLensTasksOutput
51
- */
52
- Description?: string;
53
-
54
- /**
55
- * @type {string}
56
- * @memberof LensTaskForDescribeLensTasksOutput
57
- */
58
- FileSystemId?: string;
59
-
60
- /**
61
- * @type {LensAnalysisInfoForDescribeLensTasksOutput}
62
- * @memberof LensTaskForDescribeLensTasksOutput
63
- */
64
- LensAnalysisInfo?: LensAnalysisInfoForDescribeLensTasksOutput;
65
-
66
- /**
67
- * @type {LensCapacityStatInfoForDescribeLensTasksOutput}
68
- * @memberof LensTaskForDescribeLensTasksOutput
69
- */
70
- LensCapacityStatInfo?: LensCapacityStatInfoForDescribeLensTasksOutput;
71
-
72
- /**
73
- * @type {LensExportInfoForDescribeLensTasksOutput}
74
- * @memberof LensTaskForDescribeLensTasksOutput
75
- */
76
- LensExportInfo?: LensExportInfoForDescribeLensTasksOutput;
77
-
78
- /**
79
- * @type {string}
80
- * @memberof LensTaskForDescribeLensTasksOutput
81
- */
82
- LensPolicyId?: string;
83
-
84
- /**
85
- * @type {LensPolicySnapshotForDescribeLensTasksOutput}
86
- * @memberof LensTaskForDescribeLensTasksOutput
87
- */
88
- LensPolicySnapshot?: LensPolicySnapshotForDescribeLensTasksOutput;
89
-
90
- /**
91
- * @type {Array<string>}
92
- * @memberof LensTaskForDescribeLensTasksOutput
93
- */
94
- LensTaskContent?: Array<LensTaskForDescribeLensTasksOutputLensTaskContentEnum>;
95
-
96
- /**
97
- * @type {string}
98
- * @memberof LensTaskForDescribeLensTasksOutput
99
- */
100
- LensTaskId?: string;
101
-
102
- /**
103
- * @type {string}
104
- * @memberof LensTaskForDescribeLensTasksOutput
105
- */
106
- LensTaskName?: string;
107
-
108
- /**
109
- * @type {string}
110
- * @memberof LensTaskForDescribeLensTasksOutput
111
- */
112
- MasterTaskId?: string;
113
-
114
- /**
115
- * @type {string}
116
- * @memberof LensTaskForDescribeLensTasksOutput
117
- */
118
- ModifyTime?: string;
119
-
120
- /**
121
- * @type {ProgressForDescribeLensTasksOutput}
122
- * @memberof LensTaskForDescribeLensTasksOutput
123
- */
124
- Progress?: ProgressForDescribeLensTasksOutput;
125
-
126
- /**
127
- * @type {ScheduleForDescribeLensTasksOutput}
128
- * @memberof LensTaskForDescribeLensTasksOutput
129
- */
130
- Schedule?: ScheduleForDescribeLensTasksOutput;
131
-
132
- /**
133
- * @type {string}
134
- * @memberof LensTaskForDescribeLensTasksOutput
135
- */
136
- StartTime?: string;
137
-
138
- /**
139
- * @type {string}
140
- * @memberof LensTaskForDescribeLensTasksOutput
141
- */
142
- Status?: LensTaskForDescribeLensTasksOutputStatusEnum;
143
-
144
- /**
145
- * @type {Array<TargetInfoForDescribeLensTasksOutput>}
146
- * @memberof LensTaskForDescribeLensTasksOutput
147
- */
148
- TargetInfos?: Array<TargetInfoForDescribeLensTasksOutput>;
149
- }
150
-
151
- /**
152
- * @export
153
- * @enum {string}
154
- */
155
- export enum LensTaskForDescribeLensTasksOutputLensTaskContentEnum {
156
- MetadataExport = 'MetadataExport',
157
- MetadataAnalyze = 'MetadataAnalyze',
158
- CapacityStat = 'CapacityStat'
159
- }
160
- /**
161
- * @export
162
- * @enum {string}
163
- */
164
- export enum LensTaskForDescribeLensTasksOutputStatusEnum {
165
- Creating = 'Creating',
166
- Pending = 'Pending',
167
- Starting = 'Starting',
168
- Running = 'Running',
169
- Canceling = 'Canceling',
170
- Completed = 'Completed',
171
- Cancelled = 'Cancelled',
172
- Abnormal = 'Abnormal',
173
- Conflicted = 'Conflicted',
174
- Failed = 'Failed'
175
- }
176
-
@@ -1,53 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * vepfs
5
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
- *
7
- * OpenAPI spec version: common-version
8
- *
9
- *
10
- * NOTE: This class is auto generated by the swagger code generator program.
11
- * https://github.com/swagger-api/swagger-codegen.git
12
- * Do not edit the class manually.
13
- */
14
-
15
- import { TagFilterForListTagsForResourcesInput } from './tag-filter-for-list-tags-for-resources-input';
16
- /**
17
- *
18
- *
19
- * @export
20
- * @interface ListTagsForResourcesRequest
21
- */
22
- export interface ListTagsForResourcesRequest {
23
-
24
- /**
25
- * @type {number}
26
- * @memberof ListTagsForResourcesRequest
27
- */
28
- PageNumber?: number;
29
-
30
- /**
31
- * @type {number}
32
- * @memberof ListTagsForResourcesRequest
33
- */
34
- PageSize?: number;
35
-
36
- /**
37
- * @type {Array<string>}
38
- * @memberof ListTagsForResourcesRequest
39
- */
40
- ResourceIds?: Array<string>;
41
-
42
- /**
43
- * @type {string}
44
- * @memberof ListTagsForResourcesRequest
45
- */
46
- ResourceType?: string;
47
-
48
- /**
49
- * @type {Array<TagFilterForListTagsForResourcesInput>}
50
- * @memberof ListTagsForResourcesRequest
51
- */
52
- TagFilters?: Array<TagFilterForListTagsForResourcesInput>;
53
- }
@@ -1,47 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * vepfs
5
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
- *
7
- * OpenAPI spec version: common-version
8
- *
9
- *
10
- * NOTE: This class is auto generated by the swagger code generator program.
11
- * https://github.com/swagger-api/swagger-codegen.git
12
- * Do not edit the class manually.
13
- */
14
-
15
- import { ResourceTagForListTagsForResourcesOutput } from './resource-tag-for-list-tags-for-resources-output';
16
- /**
17
- *
18
- *
19
- * @export
20
- * @interface ListTagsForResourcesResponse
21
- */
22
- export interface ListTagsForResourcesResponse {
23
-
24
- /**
25
- * @type {number}
26
- * @memberof ListTagsForResourcesResponse
27
- */
28
- PageNumber?: number;
29
-
30
- /**
31
- * @type {number}
32
- * @memberof ListTagsForResourcesResponse
33
- */
34
- PageSize?: number;
35
-
36
- /**
37
- * @type {Array<ResourceTagForListTagsForResourcesOutput>}
38
- * @memberof ListTagsForResourcesResponse
39
- */
40
- ResourceTags?: Array<ResourceTagForListTagsForResourcesOutput>;
41
-
42
- /**
43
- * @type {number}
44
- * @memberof ListTagsForResourcesResponse
45
- */
46
- TotalCount?: number;
47
- }
@@ -1,136 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * vepfs
5
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
- *
7
- * OpenAPI spec version: common-version
8
- *
9
- *
10
- * NOTE: This class is auto generated by the swagger code generator program.
11
- * https://github.com/swagger-api/swagger-codegen.git
12
- * Do not edit the class manually.
13
- */
14
-
15
- import { AttachFileSystemForDescribeMountServicesOutput } from './attach-file-system-for-describe-mount-services-output';
16
- import { NodeForDescribeMountServicesOutput } from './node-for-describe-mount-services-output';
17
- /**
18
- *
19
- *
20
- * @export
21
- * @interface MountServiceForDescribeMountServicesOutput
22
- */
23
- export interface MountServiceForDescribeMountServicesOutput {
24
-
25
- /**
26
- * @type {string}
27
- * @memberof MountServiceForDescribeMountServicesOutput
28
- */
29
- AccountId?: string;
30
-
31
- /**
32
- * @type {Array<AttachFileSystemForDescribeMountServicesOutput>}
33
- * @memberof MountServiceForDescribeMountServicesOutput
34
- */
35
- AttachFileSystems?: Array<AttachFileSystemForDescribeMountServicesOutput>;
36
-
37
- /**
38
- * @type {string}
39
- * @memberof MountServiceForDescribeMountServicesOutput
40
- */
41
- CreateTime?: string;
42
-
43
- /**
44
- * @type {string}
45
- * @memberof MountServiceForDescribeMountServicesOutput
46
- */
47
- MountServiceId?: string;
48
-
49
- /**
50
- * @type {string}
51
- * @memberof MountServiceForDescribeMountServicesOutput
52
- */
53
- MountServiceName?: string;
54
-
55
- /**
56
- * @type {Array<NodeForDescribeMountServicesOutput>}
57
- * @memberof MountServiceForDescribeMountServicesOutput
58
- */
59
- Nodes?: Array<NodeForDescribeMountServicesOutput>;
60
-
61
- /**
62
- * @type {string}
63
- * @memberof MountServiceForDescribeMountServicesOutput
64
- */
65
- Project?: string;
66
-
67
- /**
68
- * @type {string}
69
- * @memberof MountServiceForDescribeMountServicesOutput
70
- */
71
- RegionId?: string;
72
-
73
- /**
74
- * @type {string}
75
- * @memberof MountServiceForDescribeMountServicesOutput
76
- */
77
- SecurityGroupId?: string;
78
-
79
- /**
80
- * @type {string}
81
- * @memberof MountServiceForDescribeMountServicesOutput
82
- */
83
- Status?: MountServiceForDescribeMountServicesOutputStatusEnum;
84
-
85
- /**
86
- * @type {string}
87
- * @memberof MountServiceForDescribeMountServicesOutput
88
- */
89
- SubnetId?: string;
90
-
91
- /**
92
- * @type {string}
93
- * @memberof MountServiceForDescribeMountServicesOutput
94
- */
95
- VersionNumber?: string;
96
-
97
- /**
98
- * @type {string}
99
- * @memberof MountServiceForDescribeMountServicesOutput
100
- */
101
- VpcId?: string;
102
-
103
- /**
104
- * @type {string}
105
- * @memberof MountServiceForDescribeMountServicesOutput
106
- */
107
- ZoneId?: string;
108
-
109
- /**
110
- * @type {string}
111
- * @memberof MountServiceForDescribeMountServicesOutput
112
- */
113
- ZoneName?: string;
114
- }
115
-
116
- /**
117
- * @export
118
- * @enum {string}
119
- */
120
- export enum MountServiceForDescribeMountServicesOutputStatusEnum {
121
- Creating = 'Creating',
122
- CreateError = 'CreateError',
123
- Running = 'Running',
124
- Updating = 'Updating',
125
- UpdateError = 'UpdateError',
126
- Deleting = 'Deleting',
127
- DeleteError = 'DeleteError',
128
- Deleted = 'Deleted',
129
- Attaching = 'Attaching',
130
- AttachError = 'AttachError',
131
- Detaching = 'Detaching',
132
- DetachError = 'DetachError',
133
- Stopped = 'Stopped',
134
- Error = 'Error'
135
- }
136
-
@@ -1,34 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * vepfs
5
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
- *
7
- * OpenAPI spec version: common-version
8
- *
9
- *
10
- * NOTE: This class is auto generated by the swagger code generator program.
11
- * https://github.com/swagger-api/swagger-codegen.git
12
- * Do not edit the class manually.
13
- */
14
-
15
- /**
16
- *
17
- *
18
- * @export
19
- * @interface NodeForDescribeMountServicesOutput
20
- */
21
- export interface NodeForDescribeMountServicesOutput {
22
-
23
- /**
24
- * @type {string}
25
- * @memberof NodeForDescribeMountServicesOutput
26
- */
27
- DefaultPassword?: string;
28
-
29
- /**
30
- * @type {string}
31
- * @memberof NodeForDescribeMountServicesOutput
32
- */
33
- NodeId?: string;
34
- }
@@ -1,57 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * vepfs
5
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
- *
7
- * OpenAPI spec version: common-version
8
- *
9
- *
10
- * NOTE: This class is auto generated by the swagger code generator program.
11
- * https://github.com/swagger-api/swagger-codegen.git
12
- * Do not edit the class manually.
13
- */
14
-
15
- /**
16
- *
17
- *
18
- * @export
19
- * @interface NodeTypeInfoForDescribeMountServiceNodeTypesOutput
20
- */
21
- export interface NodeTypeInfoForDescribeMountServiceNodeTypesOutput {
22
-
23
- /**
24
- * @type {string}
25
- * @memberof NodeTypeInfoForDescribeMountServiceNodeTypesOutput
26
- */
27
- DescriptionCN?: string;
28
-
29
- /**
30
- * @type {string}
31
- * @memberof NodeTypeInfoForDescribeMountServiceNodeTypesOutput
32
- */
33
- DescriptionEN?: string;
34
-
35
- /**
36
- * @type {string}
37
- * @memberof NodeTypeInfoForDescribeMountServiceNodeTypesOutput
38
- */
39
- NodeType?: string;
40
-
41
- /**
42
- * @type {string}
43
- * @memberof NodeTypeInfoForDescribeMountServiceNodeTypesOutput
44
- */
45
- Status?: NodeTypeInfoForDescribeMountServiceNodeTypesOutputStatusEnum;
46
- }
47
-
48
- /**
49
- * @export
50
- * @enum {string}
51
- */
52
- export enum NodeTypeInfoForDescribeMountServiceNodeTypesOutputStatusEnum {
53
- UnSold = 'UnSold',
54
- OnSale = 'OnSale',
55
- SoldOut = 'SoldOut'
56
- }
57
-