@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.
- package/dist/cjs/index.js +82 -22
- package/dist/esm/api.d.ts +66 -0
- package/dist/esm/api.d.ts.map +1 -1
- package/dist/esm/index.mjs +43 -1
- package/dist/esm/types/add-mount-service-clients-request.d.ts +41 -0
- package/dist/esm/types/add-mount-service-clients-request.d.ts.map +1 -0
- package/{src/types/config-data-flow-bandwidth-response.ts → dist/esm/types/add-mount-service-clients-response.d.ts} +11 -14
- package/dist/esm/types/add-mount-service-clients-response.d.ts.map +1 -0
- package/{src/types/delete-fileset-request.ts → dist/esm/types/client-for-add-mount-service-clients-input.d.ts} +13 -17
- package/dist/esm/types/client-for-add-mount-service-clients-input.d.ts.map +1 -0
- package/{src/types/delete-data-flow-task-request.ts → dist/esm/types/client-for-describe-mount-service-tasks-output.d.ts} +13 -17
- package/dist/esm/types/client-for-describe-mount-service-tasks-output.d.ts.map +1 -0
- package/{src/types/create-fileset-request.ts → dist/esm/types/client-for-remove-mount-service-clients-input.d.ts} +13 -23
- package/dist/esm/types/client-for-remove-mount-service-clients-input.d.ts.map +1 -0
- package/{src/types/delete-audit-request.ts → dist/esm/types/client-for-verify-mount-service-clients-input.d.ts} +13 -17
- package/dist/esm/types/client-for-verify-mount-service-clients-input.d.ts.map +1 -0
- package/dist/esm/types/client-snapshot-for-describe-mount-service-task-results-output.d.ts +90 -0
- package/dist/esm/types/client-snapshot-for-describe-mount-service-task-results-output.d.ts.map +1 -0
- package/dist/esm/types/create-data-flow-task-request.d.ts +5 -0
- package/dist/esm/types/create-data-flow-task-request.d.ts.map +1 -1
- package/dist/esm/types/data-flow-task-for-describe-data-flow-tasks-output.d.ts +6 -0
- package/dist/esm/types/data-flow-task-for-describe-data-flow-tasks-output.d.ts.map +1 -1
- package/dist/esm/types/describe-lens-tasks-request.d.ts +18 -0
- package/dist/esm/types/describe-lens-tasks-request.d.ts.map +1 -1
- package/dist/esm/types/describe-mount-service-clients-request.d.ts +133 -0
- package/dist/esm/types/describe-mount-service-clients-request.d.ts.map +1 -0
- package/dist/esm/types/describe-mount-service-clients-response.d.ts +41 -0
- package/dist/esm/types/describe-mount-service-clients-response.d.ts.map +1 -0
- package/dist/esm/types/describe-mount-service-task-results-request.d.ts +130 -0
- package/dist/esm/types/describe-mount-service-task-results-request.d.ts.map +1 -0
- package/dist/esm/types/describe-mount-service-task-results-response.d.ts +41 -0
- package/dist/esm/types/describe-mount-service-task-results-response.d.ts.map +1 -0
- package/dist/esm/types/describe-mount-service-tasks-request.d.ts +70 -0
- package/dist/esm/types/describe-mount-service-tasks-request.d.ts.map +1 -0
- package/dist/esm/types/describe-mount-service-tasks-response.d.ts +41 -0
- package/dist/esm/types/describe-mount-service-tasks-response.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +27 -0
- package/dist/esm/types/index.d.ts.map +1 -1
- package/dist/esm/types/instance-for-describe-mount-service-clients-output.d.ts +67 -0
- package/dist/esm/types/instance-for-describe-mount-service-clients-output.d.ts.map +1 -0
- package/dist/esm/types/instance-for-describe-mount-service-task-results-output.d.ts +67 -0
- package/dist/esm/types/instance-for-describe-mount-service-task-results-output.d.ts.map +1 -0
- package/dist/esm/types/monitor-for-describe-mount-service-clients-output.d.ts +33 -0
- package/dist/esm/types/monitor-for-describe-mount-service-clients-output.d.ts.map +1 -0
- package/dist/esm/types/monitor-for-describe-mount-service-task-results-output.d.ts +33 -0
- package/dist/esm/types/monitor-for-describe-mount-service-task-results-output.d.ts.map +1 -0
- package/dist/esm/types/mount-service-client-for-describe-mount-service-clients-output.d.ts +90 -0
- package/dist/esm/types/mount-service-client-for-describe-mount-service-clients-output.d.ts.map +1 -0
- package/dist/esm/types/mount-service-task-result-for-describe-mount-service-task-results-output.d.ts +51 -0
- package/dist/esm/types/mount-service-task-result-for-describe-mount-service-task-results-output.d.ts.map +1 -0
- package/dist/esm/types/progress-for-describe-mount-service-tasks-output.d.ts +40 -0
- package/dist/esm/types/progress-for-describe-mount-service-tasks-output.d.ts.map +1 -0
- package/dist/esm/types/remove-mount-service-clients-request.d.ts +31 -0
- package/dist/esm/types/remove-mount-service-clients-request.d.ts.map +1 -0
- package/{src/types/cancel-lens-task-request.ts → dist/esm/types/remove-mount-service-clients-response.d.ts} +11 -14
- package/dist/esm/types/remove-mount-service-clients-response.d.ts.map +1 -0
- package/dist/esm/types/result-for-verify-mount-service-clients-output.d.ts +50 -0
- package/dist/esm/types/result-for-verify-mount-service-clients-output.d.ts.map +1 -0
- package/dist/esm/types/task-for-describe-mount-service-tasks-output.d.ts +82 -0
- package/dist/esm/types/task-for-describe-mount-service-tasks-output.d.ts.map +1 -0
- package/dist/esm/types/tls-info-for-describe-data-flow-tasks-output.d.ts +60 -0
- package/dist/esm/types/tls-info-for-describe-data-flow-tasks-output.d.ts.map +1 -0
- package/dist/esm/types/verify-mount-service-clients-request.d.ts +31 -0
- package/dist/esm/types/verify-mount-service-clients-request.d.ts.map +1 -0
- package/dist/esm/types/verify-mount-service-clients-response.d.ts +26 -0
- package/dist/esm/types/verify-mount-service-clients-response.d.ts.map +1 -0
- package/package.json +5 -1
- package/.turbo/turbo-build.log +0 -19
- package/dist/tsconfig.tsbuildinfo +0 -1
- package/rslib.config.ts +0 -26
- package/src/api.ts +0 -988
- package/src/index.ts +0 -14
- package/src/types/attach-file-system-for-describe-mount-services-output.ts +0 -65
- package/src/types/attach-mount-service-to-self-file-system-request.ts +0 -40
- package/src/types/attach-mount-service-to-self-file-system-response.ts +0 -22
- package/src/types/audit-for-describe-audits-output.ts +0 -144
- package/src/types/cancel-data-flow-task-request.ts +0 -34
- package/src/types/cancel-data-flow-task-response.ts +0 -22
- package/src/types/cancel-lens-task-response.ts +0 -22
- package/src/types/capacity-info-for-describe-file-system-statistics-output.ts +0 -34
- package/src/types/capacity-info-for-describe-file-systems-output.ts +0 -34
- package/src/types/capacity-info-for-describe-lens-services-output.ts +0 -34
- package/src/types/condition-for-create-lens-policy-input.ts +0 -86
- package/src/types/condition-for-describe-lens-policies-output.ts +0 -86
- package/src/types/condition-for-describe-lens-tasks-output.ts +0 -86
- package/src/types/condition-for-update-lens-policy-input.ts +0 -86
- package/src/types/config-data-flow-bandwidth-request.ts +0 -34
- package/src/types/create-audit-request.ts +0 -81
- package/src/types/create-audit-response.ts +0 -28
- package/src/types/create-data-flow-task-request.ts +0 -127
- package/src/types/create-data-flow-task-response.ts +0 -28
- package/src/types/create-file-system-request.ts +0 -127
- package/src/types/create-file-system-response.ts +0 -41
- package/src/types/create-fileset-response.ts +0 -28
- package/src/types/create-lens-policy-request.ts +0 -58
- package/src/types/create-lens-policy-response.ts +0 -28
- package/src/types/create-lens-task-request.ts +0 -98
- package/src/types/create-lens-task-response.ts +0 -28
- package/src/types/create-mount-service-request.ts +0 -58
- package/src/types/create-mount-service-response.ts +0 -28
- package/src/types/create-pre-signed-url-request.ts +0 -28
- package/src/types/create-pre-signed-url-response.ts +0 -40
- package/src/types/data-flow-task-for-describe-data-flow-tasks-output.ts +0 -226
- package/src/types/delete-audit-response.ts +0 -22
- package/src/types/delete-data-flow-task-response.ts +0 -22
- package/src/types/delete-file-system-request.ts +0 -28
- package/src/types/delete-file-system-response.ts +0 -28
- package/src/types/delete-fileset-response.ts +0 -22
- package/src/types/delete-lens-policy-request.ts +0 -28
- package/src/types/delete-lens-policy-response.ts +0 -22
- package/src/types/delete-lens-task-request.ts +0 -34
- package/src/types/delete-lens-task-response.ts +0 -22
- package/src/types/delete-mount-service-request.ts +0 -28
- package/src/types/delete-mount-service-response.ts +0 -22
- package/src/types/delete-policy-for-create-data-flow-task-input.ts +0 -45
- package/src/types/delete-policy-for-describe-data-flow-tasks-output.ts +0 -45
- package/src/types/describe-audits-request.ts +0 -64
- package/src/types/describe-audits-response.ts +0 -47
- package/src/types/describe-data-flow-bandwidth-request.ts +0 -40
- package/src/types/describe-data-flow-bandwidth-response.ts +0 -70
- package/src/types/describe-data-flow-tasks-request.ts +0 -70
- package/src/types/describe-data-flow-tasks-response.ts +0 -47
- package/src/types/describe-file-system-overview-request.ts +0 -22
- package/src/types/describe-file-system-overview-response.ts +0 -29
- package/src/types/describe-file-system-statistics-request.ts +0 -38
- package/src/types/describe-file-system-statistics-response.ts +0 -29
- package/src/types/describe-file-systems-request.ts +0 -96
- package/src/types/describe-file-systems-response.ts +0 -47
- package/src/types/describe-filesets-request.ts +0 -65
- package/src/types/describe-filesets-response.ts +0 -47
- package/src/types/describe-lens-policies-request.ts +0 -46
- package/src/types/describe-lens-policies-response.ts +0 -47
- package/src/types/describe-lens-services-request.ts +0 -72
- package/src/types/describe-lens-services-response.ts +0 -47
- package/src/types/describe-lens-tasks-request.ts +0 -82
- package/src/types/describe-lens-tasks-response.ts +0 -47
- package/src/types/describe-mount-service-node-types-request.ts +0 -44
- package/src/types/describe-mount-service-node-types-response.ts +0 -29
- package/src/types/describe-mount-services-request.ts +0 -81
- package/src/types/describe-mount-services-response.ts +0 -47
- package/src/types/describe-regions-request.ts +0 -22
- package/src/types/describe-regions-response.ts +0 -35
- package/src/types/describe-zones-request.ts +0 -44
- package/src/types/describe-zones-response.ts +0 -35
- package/src/types/detach-mount-service-from-self-file-system-request.ts +0 -34
- package/src/types/detach-mount-service-from-self-file-system-response.ts +0 -22
- package/src/types/entry-list-file-info-for-create-data-flow-task-input.ts +0 -40
- package/src/types/entry-list-file-info-for-describe-data-flow-tasks-output.ts +0 -40
- package/src/types/expand-file-system-request.ts +0 -40
- package/src/types/expand-file-system-response.ts +0 -28
- package/src/types/feature-info-for-describe-lens-services-output.ts +0 -55
- package/src/types/file-system-for-describe-file-systems-output.ts +0 -272
- package/src/types/fileset-for-describe-filesets-output.ts +0 -117
- package/src/types/fileset-info-for-describe-audits-output.ts +0 -46
- package/src/types/filter-for-describe-file-systems-input.ts +0 -50
- package/src/types/filter-for-describe-filesets-input.ts +0 -46
- package/src/types/filter-for-describe-mount-services-input.ts +0 -47
- package/src/types/index.ts +0 -173
- package/src/types/lens-analysis-info-for-create-lens-task-input.ts +0 -72
- package/src/types/lens-analysis-info-for-describe-lens-tasks-output.ts +0 -72
- package/src/types/lens-capacity-stat-info-for-create-lens-task-input.ts +0 -70
- package/src/types/lens-capacity-stat-info-for-describe-lens-tasks-output.ts +0 -70
- package/src/types/lens-export-info-for-create-lens-task-input.ts +0 -78
- package/src/types/lens-export-info-for-describe-lens-tasks-output.ts +0 -78
- package/src/types/lens-policy-for-describe-lens-policies-output.ts +0 -76
- package/src/types/lens-policy-snapshot-for-describe-lens-tasks-output.ts +0 -76
- package/src/types/lens-service-for-describe-lens-services-output.ts +0 -80
- package/src/types/lens-task-for-describe-lens-tasks-output.ts +0 -176
- package/src/types/list-tags-for-resources-request.ts +0 -53
- package/src/types/list-tags-for-resources-response.ts +0 -47
- package/src/types/mount-service-for-describe-mount-services-output.ts +0 -136
- package/src/types/node-for-describe-mount-services-output.ts +0 -34
- package/src/types/node-type-info-for-describe-mount-service-node-types-output.ts +0 -57
- package/src/types/number-value-for-create-lens-policy-input.ts +0 -51
- package/src/types/number-value-for-describe-lens-policies-output.ts +0 -51
- package/src/types/number-value-for-describe-lens-tasks-output.ts +0 -51
- package/src/types/number-value-for-update-lens-policy-input.ts +0 -51
- package/src/types/over-view-for-describe-file-system-overview-output.ts +0 -58
- package/src/types/progress-for-describe-lens-tasks-output.ts +0 -65
- package/src/types/range-value-for-create-lens-policy-input.ts +0 -76
- package/src/types/range-value-for-describe-lens-policies-output.ts +0 -76
- package/src/types/range-value-for-describe-lens-tasks-output.ts +0 -76
- package/src/types/range-value-for-update-lens-policy-input.ts +0 -76
- package/src/types/region-for-describe-regions-output.ts +0 -40
- package/src/types/report-for-describe-data-flow-tasks-output.ts +0 -46
- package/src/types/resource-tag-for-list-tags-for-resources-output.ts +0 -46
- package/src/types/rule-for-create-lens-policy-input.ts +0 -52
- package/src/types/rule-for-describe-lens-policies-output.ts +0 -52
- package/src/types/rule-for-describe-lens-tasks-output.ts +0 -52
- package/src/types/rule-for-update-lens-policy-input.ts +0 -52
- package/src/types/rule-group-for-create-lens-policy-input.ts +0 -45
- package/src/types/rule-group-for-describe-lens-policies-output.ts +0 -45
- package/src/types/rule-group-for-describe-lens-tasks-output.ts +0 -45
- package/src/types/rule-group-for-update-lens-policy-input.ts +0 -45
- package/src/types/sale-info-for-describe-zones-output.ts +0 -98
- package/src/types/schedule-for-create-lens-task-input.ts +0 -94
- package/src/types/schedule-for-describe-lens-tasks-output.ts +0 -94
- package/src/types/set-fileset-qos-request.ts +0 -46
- package/src/types/set-fileset-qos-response.ts +0 -22
- package/src/types/set-fileset-quota-request.ts +0 -46
- package/src/types/set-fileset-quota-response.ts +0 -22
- package/src/types/start-audit-request.ts +0 -34
- package/src/types/start-audit-response.ts +0 -22
- package/src/types/start-lens-service-request.ts +0 -44
- package/src/types/start-lens-service-response.ts +0 -22
- package/src/types/statistic-for-describe-file-system-statistics-output.ts +0 -80
- package/src/types/stop-audit-request.ts +0 -34
- package/src/types/stop-audit-response.ts +0 -22
- package/src/types/stop-lens-service-request.ts +0 -44
- package/src/types/stop-lens-service-response.ts +0 -22
- package/src/types/string-value-for-create-lens-policy-input.ts +0 -28
- package/src/types/string-value-for-describe-lens-policies-output.ts +0 -28
- package/src/types/string-value-for-describe-lens-tasks-output.ts +0 -28
- package/src/types/string-value-for-update-lens-policy-input.ts +0 -28
- package/src/types/tag-filter-for-describe-file-systems-input.ts +0 -40
- package/src/types/tag-filter-for-list-tags-for-resources-input.ts +0 -40
- package/src/types/tag-for-create-file-system-input.ts +0 -50
- package/src/types/tag-for-create-file-system-output.ts +0 -50
- package/src/types/tag-for-describe-file-systems-output.ts +0 -50
- package/src/types/tag-for-tag-resources-input.ts +0 -34
- package/src/types/tag-for-update-file-system-input.ts +0 -50
- package/src/types/tag-resources-request.ts +0 -41
- package/src/types/tag-resources-response.ts +0 -22
- package/src/types/target-info-for-create-lens-task-input.ts +0 -34
- package/src/types/target-info-for-describe-lens-tasks-output.ts +0 -34
- package/src/types/untag-resources-request.ts +0 -40
- package/src/types/untag-resources-response.ts +0 -22
- package/src/types/update-audit-request.ts +0 -64
- package/src/types/update-audit-response.ts +0 -22
- package/src/types/update-file-system-request.ts +0 -47
- package/src/types/update-file-system-response.ts +0 -22
- package/src/types/update-fileset-request.ts +0 -40
- package/src/types/update-fileset-response.ts +0 -22
- package/src/types/update-lens-policy-request.ts +0 -64
- package/src/types/update-lens-policy-response.ts +0 -22
- package/src/types/update-lens-task-request.ts +0 -34
- package/src/types/update-lens-task-response.ts +0 -22
- package/src/types/update-mount-service-request.ts +0 -34
- package/src/types/update-mount-service-response.ts +0 -22
- package/src/types/zone-for-describe-zones-output.ts +0 -47
- package/tsconfig.json +0 -12
|
@@ -1,94 +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 ScheduleForDescribeLensTasksOutput
|
|
20
|
-
*/
|
|
21
|
-
export interface ScheduleForDescribeLensTasksOutput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof ScheduleForDescribeLensTasksOutput
|
|
26
|
-
*/
|
|
27
|
-
ConflictPolicy?: ScheduleForDescribeLensTasksOutputConflictPolicyEnum;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof ScheduleForDescribeLensTasksOutput
|
|
32
|
-
*/
|
|
33
|
-
OnceRunTiming?: ScheduleForDescribeLensTasksOutputOnceRunTimingEnum;
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* @type {number}
|
|
37
|
-
* @memberof ScheduleForDescribeLensTasksOutput
|
|
38
|
-
*/
|
|
39
|
-
Period?: number;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* @type {string}
|
|
43
|
-
* @memberof ScheduleForDescribeLensTasksOutput
|
|
44
|
-
*/
|
|
45
|
-
PeriodUnit?: ScheduleForDescribeLensTasksOutputPeriodUnitEnum;
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
* @type {number}
|
|
49
|
-
* @memberof ScheduleForDescribeLensTasksOutput
|
|
50
|
-
*/
|
|
51
|
-
RunTime?: number;
|
|
52
|
-
|
|
53
|
-
/**
|
|
54
|
-
* @type {string}
|
|
55
|
-
* @memberof ScheduleForDescribeLensTasksOutput
|
|
56
|
-
*/
|
|
57
|
-
ScheduleType?: ScheduleForDescribeLensTasksOutputScheduleTypeEnum;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* @export
|
|
62
|
-
* @enum {string}
|
|
63
|
-
*/
|
|
64
|
-
export enum ScheduleForDescribeLensTasksOutputConflictPolicyEnum {
|
|
65
|
-
Conflict = 'Conflict',
|
|
66
|
-
Enqueue = 'Enqueue'
|
|
67
|
-
}
|
|
68
|
-
/**
|
|
69
|
-
* @export
|
|
70
|
-
* @enum {string}
|
|
71
|
-
*/
|
|
72
|
-
export enum ScheduleForDescribeLensTasksOutputOnceRunTimingEnum {
|
|
73
|
-
Now = 'Now',
|
|
74
|
-
Later = 'Later'
|
|
75
|
-
}
|
|
76
|
-
/**
|
|
77
|
-
* @export
|
|
78
|
-
* @enum {string}
|
|
79
|
-
*/
|
|
80
|
-
export enum ScheduleForDescribeLensTasksOutputPeriodUnitEnum {
|
|
81
|
-
Hour = 'Hour',
|
|
82
|
-
Day = 'Day',
|
|
83
|
-
Week = 'Week',
|
|
84
|
-
Month = 'Month'
|
|
85
|
-
}
|
|
86
|
-
/**
|
|
87
|
-
* @export
|
|
88
|
-
* @enum {string}
|
|
89
|
-
*/
|
|
90
|
-
export enum ScheduleForDescribeLensTasksOutputScheduleTypeEnum {
|
|
91
|
-
Once = 'Once',
|
|
92
|
-
Timed = 'Timed'
|
|
93
|
-
}
|
|
94
|
-
|
|
@@ -1,46 +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 SetFilesetQosRequest
|
|
20
|
-
*/
|
|
21
|
-
export interface SetFilesetQosRequest {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof SetFilesetQosRequest
|
|
26
|
-
*/
|
|
27
|
-
FileSystemId: string;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof SetFilesetQosRequest
|
|
32
|
-
*/
|
|
33
|
-
FilesetId: string;
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* @type {number}
|
|
37
|
-
* @memberof SetFilesetQosRequest
|
|
38
|
-
*/
|
|
39
|
-
MaxBandwidth?: number;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* @type {number}
|
|
43
|
-
* @memberof SetFilesetQosRequest
|
|
44
|
-
*/
|
|
45
|
-
MaxIops?: number;
|
|
46
|
-
}
|
|
@@ -1,22 +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 SetFilesetQosResponse
|
|
20
|
-
*/
|
|
21
|
-
export interface SetFilesetQosResponse {
|
|
22
|
-
}
|
|
@@ -1,46 +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 SetFilesetQuotaRequest
|
|
20
|
-
*/
|
|
21
|
-
export interface SetFilesetQuotaRequest {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {number}
|
|
25
|
-
* @memberof SetFilesetQuotaRequest
|
|
26
|
-
*/
|
|
27
|
-
CapacityLimit?: number;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {number}
|
|
31
|
-
* @memberof SetFilesetQuotaRequest
|
|
32
|
-
*/
|
|
33
|
-
FileLimit?: number;
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* @type {string}
|
|
37
|
-
* @memberof SetFilesetQuotaRequest
|
|
38
|
-
*/
|
|
39
|
-
FileSystemId: string;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* @type {string}
|
|
43
|
-
* @memberof SetFilesetQuotaRequest
|
|
44
|
-
*/
|
|
45
|
-
FilesetId: string;
|
|
46
|
-
}
|
|
@@ -1,22 +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 SetFilesetQuotaResponse
|
|
20
|
-
*/
|
|
21
|
-
export interface SetFilesetQuotaResponse {
|
|
22
|
-
}
|
|
@@ -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 StartAuditRequest
|
|
20
|
-
*/
|
|
21
|
-
export interface StartAuditRequest {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof StartAuditRequest
|
|
26
|
-
*/
|
|
27
|
-
AuditId: string;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof StartAuditRequest
|
|
32
|
-
*/
|
|
33
|
-
FileSystemId: string;
|
|
34
|
-
}
|
|
@@ -1,22 +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 StartAuditResponse
|
|
20
|
-
*/
|
|
21
|
-
export interface StartAuditResponse {
|
|
22
|
-
}
|
|
@@ -1,44 +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 StartLensServiceRequest
|
|
20
|
-
*/
|
|
21
|
-
export interface StartLensServiceRequest {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof StartLensServiceRequest
|
|
26
|
-
*/
|
|
27
|
-
FileSystemId: string;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof StartLensServiceRequest
|
|
32
|
-
*/
|
|
33
|
-
LensFeature?: StartLensServiceRequestLensFeatureEnum;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* @export
|
|
38
|
-
* @enum {string}
|
|
39
|
-
*/
|
|
40
|
-
export enum StartLensServiceRequestLensFeatureEnum {
|
|
41
|
-
Custom = 'Custom',
|
|
42
|
-
System = 'System'
|
|
43
|
-
}
|
|
44
|
-
|
|
@@ -1,22 +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 StartLensServiceResponse
|
|
20
|
-
*/
|
|
21
|
-
export interface StartLensServiceResponse {
|
|
22
|
-
}
|
|
@@ -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 { CapacityInfoForDescribeFileSystemStatisticsOutput } from './capacity-info-for-describe-file-system-statistics-output';
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface StatisticForDescribeFileSystemStatisticsOutput
|
|
21
|
-
*/
|
|
22
|
-
export interface StatisticForDescribeFileSystemStatisticsOutput {
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof StatisticForDescribeFileSystemStatisticsOutput
|
|
27
|
-
*/
|
|
28
|
-
AccountId?: string;
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @type {CapacityInfoForDescribeFileSystemStatisticsOutput}
|
|
32
|
-
* @memberof StatisticForDescribeFileSystemStatisticsOutput
|
|
33
|
-
*/
|
|
34
|
-
CapacityInfo?: CapacityInfoForDescribeFileSystemStatisticsOutput;
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof StatisticForDescribeFileSystemStatisticsOutput
|
|
39
|
-
*/
|
|
40
|
-
FileSystemType?: StatisticForDescribeFileSystemStatisticsOutputFileSystemTypeEnum;
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof StatisticForDescribeFileSystemStatisticsOutput
|
|
45
|
-
*/
|
|
46
|
-
RegionId?: string;
|
|
47
|
-
|
|
48
|
-
/**
|
|
49
|
-
* @type {string}
|
|
50
|
-
* @memberof StatisticForDescribeFileSystemStatisticsOutput
|
|
51
|
-
*/
|
|
52
|
-
StoreType?: string;
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @type {string}
|
|
56
|
-
* @memberof StatisticForDescribeFileSystemStatisticsOutput
|
|
57
|
-
*/
|
|
58
|
-
StoreTypeCN?: string;
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* @type {string}
|
|
62
|
-
* @memberof StatisticForDescribeFileSystemStatisticsOutput
|
|
63
|
-
*/
|
|
64
|
-
StoreTypeEN?: string;
|
|
65
|
-
|
|
66
|
-
/**
|
|
67
|
-
* @type {number}
|
|
68
|
-
* @memberof StatisticForDescribeFileSystemStatisticsOutput
|
|
69
|
-
*/
|
|
70
|
-
TotalCount?: number;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
/**
|
|
74
|
-
* @export
|
|
75
|
-
* @enum {string}
|
|
76
|
-
*/
|
|
77
|
-
export enum StatisticForDescribeFileSystemStatisticsOutputFileSystemTypeEnum {
|
|
78
|
-
VePFS = 'VePFS'
|
|
79
|
-
}
|
|
80
|
-
|
|
@@ -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 StopAuditRequest
|
|
20
|
-
*/
|
|
21
|
-
export interface StopAuditRequest {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof StopAuditRequest
|
|
26
|
-
*/
|
|
27
|
-
AuditId: string;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof StopAuditRequest
|
|
32
|
-
*/
|
|
33
|
-
FileSystemId: string;
|
|
34
|
-
}
|
|
@@ -1,22 +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 StopAuditResponse
|
|
20
|
-
*/
|
|
21
|
-
export interface StopAuditResponse {
|
|
22
|
-
}
|
|
@@ -1,44 +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 StopLensServiceRequest
|
|
20
|
-
*/
|
|
21
|
-
export interface StopLensServiceRequest {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof StopLensServiceRequest
|
|
26
|
-
*/
|
|
27
|
-
FileSystemId: string;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof StopLensServiceRequest
|
|
32
|
-
*/
|
|
33
|
-
LensFeature: StopLensServiceRequestLensFeatureEnum;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* @export
|
|
38
|
-
* @enum {string}
|
|
39
|
-
*/
|
|
40
|
-
export enum StopLensServiceRequestLensFeatureEnum {
|
|
41
|
-
Custom = 'Custom',
|
|
42
|
-
System = 'System'
|
|
43
|
-
}
|
|
44
|
-
|
|
@@ -1,22 +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 StopLensServiceResponse
|
|
20
|
-
*/
|
|
21
|
-
export interface StopLensServiceResponse {
|
|
22
|
-
}
|
|
@@ -1,28 +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 StringValueForCreateLensPolicyInput
|
|
20
|
-
*/
|
|
21
|
-
export interface StringValueForCreateLensPolicyInput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof StringValueForCreateLensPolicyInput
|
|
26
|
-
*/
|
|
27
|
-
Value?: string;
|
|
28
|
-
}
|
|
@@ -1,28 +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 StringValueForDescribeLensPoliciesOutput
|
|
20
|
-
*/
|
|
21
|
-
export interface StringValueForDescribeLensPoliciesOutput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof StringValueForDescribeLensPoliciesOutput
|
|
26
|
-
*/
|
|
27
|
-
Value?: string;
|
|
28
|
-
}
|
|
@@ -1,28 +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 StringValueForDescribeLensTasksOutput
|
|
20
|
-
*/
|
|
21
|
-
export interface StringValueForDescribeLensTasksOutput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof StringValueForDescribeLensTasksOutput
|
|
26
|
-
*/
|
|
27
|
-
Value?: string;
|
|
28
|
-
}
|
|
@@ -1,28 +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 StringValueForUpdateLensPolicyInput
|
|
20
|
-
*/
|
|
21
|
-
export interface StringValueForUpdateLensPolicyInput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof StringValueForUpdateLensPolicyInput
|
|
26
|
-
*/
|
|
27
|
-
Value?: string;
|
|
28
|
-
}
|