@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,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
|
-
|