tencentcloud-sdk-nodejs-chdfs 4.0.397 → 4.0.431
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/CHANGELOG.md +5389 -0
- package/README.md +3 -3
- package/SERVICE_CHANGELOG.md +3620 -52
- package/package.json +1 -1
- package/products.md +92 -92
- package/src/services/chdfs/index.ts +9 -6
- package/src/services/chdfs/v20190718/chdfs_client.ts +197 -271
- package/src/services/chdfs/v20190718/chdfs_models.ts +651 -589
- package/src/services/chdfs/v20190718/index.ts +3 -3
- package/src/services/chdfs/v20201112/chdfs_client.ts +276 -359
- package/src/services/chdfs/v20201112/chdfs_models.ts +723 -657
- package/src/services/chdfs/v20201112/index.ts +3 -3
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/chdfs/v20190718/chdfs_client.d.ts +104 -104
- package/tencentcloud/services/chdfs/v20190718/chdfs_client.js +104 -104
- package/tencentcloud/services/chdfs/v20190718/chdfs_models.d.ts +284 -284
- package/tencentcloud/services/chdfs/v20190718/index.js +1 -1
- package/tencentcloud/services/chdfs/v20201112/chdfs_models.d.ts +317 -317
- package/tencentcloud/services/chdfs/v20201112/index.js +1 -1
@@ -1,10 +1,10 @@
|
|
1
1
|
export declare const chdfs: {
|
2
|
-
v20201112: {
|
3
|
-
Client: typeof import("./v20201112/chdfs_client").Client;
|
4
|
-
Models: typeof import("./v20201112/chdfs_models");
|
5
|
-
};
|
6
2
|
v20190718: {
|
7
3
|
Client: typeof import("./v20190718/chdfs_client").Client;
|
8
4
|
Models: typeof import("./v20190718/chdfs_models");
|
9
5
|
};
|
6
|
+
v20201112: {
|
7
|
+
Client: typeof import("./v20201112/chdfs_client").Client;
|
8
|
+
Models: typeof import("./v20201112/chdfs_models");
|
9
|
+
};
|
10
10
|
};
|
@@ -1,9 +1,9 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.chdfs = void 0;
|
4
|
-
const v20201112_1 = require("./v20201112");
|
5
4
|
const v20190718_1 = require("./v20190718");
|
5
|
+
const v20201112_1 = require("./v20201112");
|
6
6
|
exports.chdfs = {
|
7
|
-
v20201112: v20201112_1.v20201112,
|
8
7
|
v20190718: v20190718_1.v20190718,
|
8
|
+
v20201112: v20201112_1.v20201112,
|
9
9
|
};
|
@@ -7,159 +7,159 @@ import { CreateFileSystemResponse, DescribeFileSystemResponse, ModifyFileSystemR
|
|
7
7
|
export declare class Client extends TencentCloudCommon.AbstractClient {
|
8
8
|
constructor(clientConfig: TencentCloudCommon.ClientConfig);
|
9
9
|
/**
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
10
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
11
|
+
|
12
|
+
批量创建回热任务,回热任务ID、状态和创建时间无需填写。
|
13
|
+
*/
|
14
14
|
CreateRestoreTasks(req: CreateRestoreTasksRequest, cb?: (error: string, rep: CreateRestoreTasksResponse) => void): Promise<CreateRestoreTasksResponse>;
|
15
15
|
/**
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
16
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
17
|
+
|
18
|
+
批量创建生命周期规则,生命周期规则ID和创建时间无需填写。
|
19
|
+
*/
|
20
20
|
CreateLifeCycleRules(req: CreateLifeCycleRulesRequest, cb?: (error: string, rep: CreateLifeCycleRulesResponse) => void): Promise<CreateLifeCycleRulesResponse>;
|
21
21
|
/**
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
22
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
23
|
+
|
24
|
+
修改挂载点属性。
|
25
|
+
*/
|
26
26
|
ModifyMountPoint(req: ModifyMountPointRequest, cb?: (error: string, rep: ModifyMountPointResponse) => void): Promise<ModifyMountPointResponse>;
|
27
27
|
/**
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
28
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
29
|
+
|
30
|
+
批量修改权限规则属性,需要指定权限规则ID,支持修改权限规则地址、访问模式和优先级。
|
31
|
+
*/
|
32
32
|
ModifyAccessRules(req: ModifyAccessRulesRequest, cb?: (error: string, rep: ModifyAccessRulesResponse) => void): Promise<ModifyAccessRulesResponse>;
|
33
33
|
/**
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
34
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
35
|
+
|
36
|
+
删除挂载点。
|
37
|
+
*/
|
38
38
|
DeleteMountPoint(req: DeleteMountPointRequest, cb?: (error: string, rep: DeleteMountPointResponse) => void): Promise<DeleteMountPointResponse>;
|
39
39
|
/**
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
40
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
41
|
+
|
42
|
+
查看挂载点详细信息。
|
43
|
+
*/
|
44
44
|
DescribeMountPoint(req: DescribeMountPointRequest, cb?: (error: string, rep: DescribeMountPointResponse) => void): Promise<DescribeMountPointResponse>;
|
45
45
|
/**
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
46
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
47
|
+
|
48
|
+
批量删除权限规则。
|
49
|
+
*/
|
50
50
|
DeleteAccessRules(req: DeleteAccessRulesRequest, cb?: (error: string, rep: DeleteAccessRulesResponse) => void): Promise<DeleteAccessRulesResponse>;
|
51
51
|
/**
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
52
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
53
|
+
|
54
|
+
修改权限组属性。
|
55
|
+
*/
|
56
56
|
ModifyAccessGroup(req: ModifyAccessGroupRequest, cb?: (error: string, rep: ModifyAccessGroupResponse) => void): Promise<ModifyAccessGroupResponse>;
|
57
57
|
/**
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
58
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
59
|
+
|
60
|
+
创建文件系统挂载点,仅限于创建成功的文件系统。
|
61
|
+
*/
|
62
62
|
CreateMountPoint(req: CreateMountPointRequest, cb?: (error: string, rep: CreateMountPointResponse) => void): Promise<CreateMountPointResponse>;
|
63
63
|
/**
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
64
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
65
|
+
|
66
|
+
批量修改生命周期规则属性,需要指定生命周期规则ID,支持修改生命周期规则名称、路径、转换列表和状态。
|
67
|
+
*/
|
68
68
|
ModifyLifeCycleRules(req: ModifyLifeCycleRulesRequest, cb?: (error: string, rep: ModifyLifeCycleRulesResponse) => void): Promise<ModifyLifeCycleRulesResponse>;
|
69
69
|
/**
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
70
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
71
|
+
|
72
|
+
查看权限组列表。
|
73
|
+
*/
|
74
74
|
DescribeAccessGroups(req: DescribeAccessGroupsRequest, cb?: (error: string, rep: DescribeAccessGroupsResponse) => void): Promise<DescribeAccessGroupsResponse>;
|
75
75
|
/**
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
76
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
77
|
+
|
78
|
+
删除文件系统,不允许删除非空文件系统。
|
79
|
+
*/
|
80
80
|
DeleteFileSystem(req: DeleteFileSystemRequest, cb?: (error: string, rep: DeleteFileSystemResponse) => void): Promise<DeleteFileSystemResponse>;
|
81
81
|
/**
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
82
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
83
|
+
|
84
|
+
查看文件系统详细信息。
|
85
|
+
*/
|
86
86
|
DescribeFileSystem(req: DescribeFileSystemRequest, cb?: (error: string, rep: DescribeFileSystemResponse) => void): Promise<DescribeFileSystemResponse>;
|
87
87
|
/**
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
88
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
89
|
+
|
90
|
+
创建文件系统(异步)。
|
91
|
+
*/
|
92
92
|
CreateFileSystem(req: CreateFileSystemRequest, cb?: (error: string, rep: CreateFileSystemResponse) => void): Promise<CreateFileSystemResponse>;
|
93
93
|
/**
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
94
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
95
|
+
|
96
|
+
通过权限组ID查看权限规则列表。
|
97
|
+
*/
|
98
98
|
DescribeAccessRules(req: DescribeAccessRulesRequest, cb?: (error: string, rep: DescribeAccessRulesResponse) => void): Promise<DescribeAccessRulesResponse>;
|
99
99
|
/**
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
100
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
101
|
+
|
102
|
+
批量删除生命周期规则。
|
103
|
+
*/
|
104
104
|
DeleteLifeCycleRules(req: DeleteLifeCycleRulesRequest, cb?: (error: string, rep: DeleteLifeCycleRulesResponse) => void): Promise<DeleteLifeCycleRulesResponse>;
|
105
105
|
/**
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
106
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
107
|
+
|
108
|
+
批量创建权限规则,权限规则ID和创建时间无需填写。
|
109
|
+
*/
|
110
110
|
CreateAccessRules(req: CreateAccessRulesRequest, cb?: (error: string, rep: CreateAccessRulesResponse) => void): Promise<CreateAccessRulesResponse>;
|
111
111
|
/**
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
112
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
113
|
+
|
114
|
+
修改文件系统属性,仅限于创建成功的文件系统。
|
115
|
+
*/
|
116
116
|
ModifyFileSystem(req: ModifyFileSystemRequest, cb?: (error: string, rep: ModifyFileSystemResponse) => void): Promise<ModifyFileSystemResponse>;
|
117
117
|
/**
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
118
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
119
|
+
|
120
|
+
查看文件系统列表。
|
121
|
+
*/
|
122
122
|
DescribeFileSystems(req: DescribeFileSystemsRequest, cb?: (error: string, rep: DescribeFileSystemsResponse) => void): Promise<DescribeFileSystemsResponse>;
|
123
123
|
/**
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
124
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
125
|
+
|
126
|
+
通过文件系统ID或者权限组ID查看挂载点列表。
|
127
|
+
*/
|
128
128
|
DescribeMountPoints(req: DescribeMountPointsRequest, cb?: (error: string, rep: DescribeMountPointsResponse) => void): Promise<DescribeMountPointsResponse>;
|
129
129
|
/**
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
130
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
131
|
+
|
132
|
+
通过文件系统ID查看资源标签列表。
|
133
|
+
*/
|
134
134
|
DescribeResourceTags(req: DescribeResourceTagsRequest, cb?: (error: string, rep: DescribeResourceTagsResponse) => void): Promise<DescribeResourceTagsResponse>;
|
135
135
|
/**
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
136
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
137
|
+
|
138
|
+
通过文件系统ID查看回热任务列表。
|
139
|
+
*/
|
140
140
|
DescribeRestoreTasks(req: DescribeRestoreTasksRequest, cb?: (error: string, rep: DescribeRestoreTasksResponse) => void): Promise<DescribeRestoreTasksResponse>;
|
141
141
|
/**
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
142
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
143
|
+
|
144
|
+
修改资源标签列表,全量覆盖。
|
145
|
+
*/
|
146
146
|
ModifyResourceTags(req: ModifyResourceTagsRequest, cb?: (error: string, rep: ModifyResourceTagsResponse) => void): Promise<ModifyResourceTagsResponse>;
|
147
147
|
/**
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
148
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
149
|
+
|
150
|
+
通过文件系统ID查看生命周期规则列表。
|
151
|
+
*/
|
152
152
|
DescribeLifeCycleRules(req: DescribeLifeCycleRulesRequest, cb?: (error: string, rep: DescribeLifeCycleRulesResponse) => void): Promise<DescribeLifeCycleRulesResponse>;
|
153
153
|
/**
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
154
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
155
|
+
|
156
|
+
删除权限组。
|
157
|
+
*/
|
158
158
|
DeleteAccessGroup(req: DeleteAccessGroupRequest, cb?: (error: string, rep: DeleteAccessGroupResponse) => void): Promise<DeleteAccessGroupResponse>;
|
159
159
|
/**
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
160
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
161
|
+
|
162
|
+
创建权限组。
|
163
|
+
*/
|
164
164
|
CreateAccessGroup(req: CreateAccessGroupRequest, cb?: (error: string, rep: CreateAccessGroupResponse) => void): Promise<CreateAccessGroupResponse>;
|
165
165
|
}
|
@@ -28,210 +28,210 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
28
28
|
super("chdfs.tencentcloudapi.com", "2019-07-18", clientConfig);
|
29
29
|
}
|
30
30
|
/**
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
31
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
32
|
+
|
33
|
+
批量创建回热任务,回热任务ID、状态和创建时间无需填写。
|
34
|
+
*/
|
35
35
|
async CreateRestoreTasks(req, cb) {
|
36
36
|
return this.request("CreateRestoreTasks", req, cb);
|
37
37
|
}
|
38
38
|
/**
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
39
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
40
|
+
|
41
|
+
批量创建生命周期规则,生命周期规则ID和创建时间无需填写。
|
42
|
+
*/
|
43
43
|
async CreateLifeCycleRules(req, cb) {
|
44
44
|
return this.request("CreateLifeCycleRules", req, cb);
|
45
45
|
}
|
46
46
|
/**
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
47
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
48
|
+
|
49
|
+
修改挂载点属性。
|
50
|
+
*/
|
51
51
|
async ModifyMountPoint(req, cb) {
|
52
52
|
return this.request("ModifyMountPoint", req, cb);
|
53
53
|
}
|
54
54
|
/**
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
55
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
56
|
+
|
57
|
+
批量修改权限规则属性,需要指定权限规则ID,支持修改权限规则地址、访问模式和优先级。
|
58
|
+
*/
|
59
59
|
async ModifyAccessRules(req, cb) {
|
60
60
|
return this.request("ModifyAccessRules", req, cb);
|
61
61
|
}
|
62
62
|
/**
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
63
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
64
|
+
|
65
|
+
删除挂载点。
|
66
|
+
*/
|
67
67
|
async DeleteMountPoint(req, cb) {
|
68
68
|
return this.request("DeleteMountPoint", req, cb);
|
69
69
|
}
|
70
70
|
/**
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
71
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
72
|
+
|
73
|
+
查看挂载点详细信息。
|
74
|
+
*/
|
75
75
|
async DescribeMountPoint(req, cb) {
|
76
76
|
return this.request("DescribeMountPoint", req, cb);
|
77
77
|
}
|
78
78
|
/**
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
79
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
80
|
+
|
81
|
+
批量删除权限规则。
|
82
|
+
*/
|
83
83
|
async DeleteAccessRules(req, cb) {
|
84
84
|
return this.request("DeleteAccessRules", req, cb);
|
85
85
|
}
|
86
86
|
/**
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
87
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
88
|
+
|
89
|
+
修改权限组属性。
|
90
|
+
*/
|
91
91
|
async ModifyAccessGroup(req, cb) {
|
92
92
|
return this.request("ModifyAccessGroup", req, cb);
|
93
93
|
}
|
94
94
|
/**
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
95
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
96
|
+
|
97
|
+
创建文件系统挂载点,仅限于创建成功的文件系统。
|
98
|
+
*/
|
99
99
|
async CreateMountPoint(req, cb) {
|
100
100
|
return this.request("CreateMountPoint", req, cb);
|
101
101
|
}
|
102
102
|
/**
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
103
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
104
|
+
|
105
|
+
批量修改生命周期规则属性,需要指定生命周期规则ID,支持修改生命周期规则名称、路径、转换列表和状态。
|
106
|
+
*/
|
107
107
|
async ModifyLifeCycleRules(req, cb) {
|
108
108
|
return this.request("ModifyLifeCycleRules", req, cb);
|
109
109
|
}
|
110
110
|
/**
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
111
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
112
|
+
|
113
|
+
查看权限组列表。
|
114
|
+
*/
|
115
115
|
async DescribeAccessGroups(req, cb) {
|
116
116
|
return this.request("DescribeAccessGroups", req, cb);
|
117
117
|
}
|
118
118
|
/**
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
119
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
120
|
+
|
121
|
+
删除文件系统,不允许删除非空文件系统。
|
122
|
+
*/
|
123
123
|
async DeleteFileSystem(req, cb) {
|
124
124
|
return this.request("DeleteFileSystem", req, cb);
|
125
125
|
}
|
126
126
|
/**
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
127
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
128
|
+
|
129
|
+
查看文件系统详细信息。
|
130
|
+
*/
|
131
131
|
async DescribeFileSystem(req, cb) {
|
132
132
|
return this.request("DescribeFileSystem", req, cb);
|
133
133
|
}
|
134
134
|
/**
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
135
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
136
|
+
|
137
|
+
创建文件系统(异步)。
|
138
|
+
*/
|
139
139
|
async CreateFileSystem(req, cb) {
|
140
140
|
return this.request("CreateFileSystem", req, cb);
|
141
141
|
}
|
142
142
|
/**
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
143
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
144
|
+
|
145
|
+
通过权限组ID查看权限规则列表。
|
146
|
+
*/
|
147
147
|
async DescribeAccessRules(req, cb) {
|
148
148
|
return this.request("DescribeAccessRules", req, cb);
|
149
149
|
}
|
150
150
|
/**
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
151
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
152
|
+
|
153
|
+
批量删除生命周期规则。
|
154
|
+
*/
|
155
155
|
async DeleteLifeCycleRules(req, cb) {
|
156
156
|
return this.request("DeleteLifeCycleRules", req, cb);
|
157
157
|
}
|
158
158
|
/**
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
159
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
160
|
+
|
161
|
+
批量创建权限规则,权限规则ID和创建时间无需填写。
|
162
|
+
*/
|
163
163
|
async CreateAccessRules(req, cb) {
|
164
164
|
return this.request("CreateAccessRules", req, cb);
|
165
165
|
}
|
166
166
|
/**
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
167
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
168
|
+
|
169
|
+
修改文件系统属性,仅限于创建成功的文件系统。
|
170
|
+
*/
|
171
171
|
async ModifyFileSystem(req, cb) {
|
172
172
|
return this.request("ModifyFileSystem", req, cb);
|
173
173
|
}
|
174
174
|
/**
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
175
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
176
|
+
|
177
|
+
查看文件系统列表。
|
178
|
+
*/
|
179
179
|
async DescribeFileSystems(req, cb) {
|
180
180
|
return this.request("DescribeFileSystems", req, cb);
|
181
181
|
}
|
182
182
|
/**
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
183
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
184
|
+
|
185
|
+
通过文件系统ID或者权限组ID查看挂载点列表。
|
186
|
+
*/
|
187
187
|
async DescribeMountPoints(req, cb) {
|
188
188
|
return this.request("DescribeMountPoints", req, cb);
|
189
189
|
}
|
190
190
|
/**
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
191
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
192
|
+
|
193
|
+
通过文件系统ID查看资源标签列表。
|
194
|
+
*/
|
195
195
|
async DescribeResourceTags(req, cb) {
|
196
196
|
return this.request("DescribeResourceTags", req, cb);
|
197
197
|
}
|
198
198
|
/**
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
199
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
200
|
+
|
201
|
+
通过文件系统ID查看回热任务列表。
|
202
|
+
*/
|
203
203
|
async DescribeRestoreTasks(req, cb) {
|
204
204
|
return this.request("DescribeRestoreTasks", req, cb);
|
205
205
|
}
|
206
206
|
/**
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
207
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
208
|
+
|
209
|
+
修改资源标签列表,全量覆盖。
|
210
|
+
*/
|
211
211
|
async ModifyResourceTags(req, cb) {
|
212
212
|
return this.request("ModifyResourceTags", req, cb);
|
213
213
|
}
|
214
214
|
/**
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
215
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
216
|
+
|
217
|
+
通过文件系统ID查看生命周期规则列表。
|
218
|
+
*/
|
219
219
|
async DescribeLifeCycleRules(req, cb) {
|
220
220
|
return this.request("DescribeLifeCycleRules", req, cb);
|
221
221
|
}
|
222
222
|
/**
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
223
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
224
|
+
|
225
|
+
删除权限组。
|
226
|
+
*/
|
227
227
|
async DeleteAccessGroup(req, cb) {
|
228
228
|
return this.request("DeleteAccessGroup", req, cb);
|
229
229
|
}
|
230
230
|
/**
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
231
|
+
* 云API旧版本2019-07-18预下线,所有功能由新版本2020-11-12替代,目前云API主要用作控制台使用。
|
232
|
+
|
233
|
+
创建权限组。
|
234
|
+
*/
|
235
235
|
async CreateAccessGroup(req, cb) {
|
236
236
|
return this.request("CreateAccessGroup", req, cb);
|
237
237
|
}
|