tencentcloud-sdk-nodejs-cfs 4.0.618 → 4.0.620
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 +487 -0
- package/SERVICE_CHANGELOG.md +478 -156
- package/package.json +1 -1
- package/products.md +30 -30
- package/src/services/cfs/v20190719/cfs_models.ts +58 -360
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +58 -58
|
@@ -23,72 +23,58 @@ export interface CreateMigrationTaskRequest {
|
|
|
23
23
|
* 迁移任务名称
|
|
24
24
|
*/
|
|
25
25
|
TaskName: string
|
|
26
|
-
|
|
27
26
|
/**
|
|
28
27
|
* 迁移方式标志位,默认为0。0: 桶迁移;1: 清单迁移
|
|
29
28
|
*/
|
|
30
29
|
MigrationType: number
|
|
31
|
-
|
|
32
30
|
/**
|
|
33
31
|
* 迁移模式,默认为0。0: 全量迁移
|
|
34
32
|
*/
|
|
35
33
|
MigrationMode: number
|
|
36
|
-
|
|
37
34
|
/**
|
|
38
35
|
* 数据源账号的SecretId
|
|
39
36
|
*/
|
|
40
37
|
SrcSecretId: string
|
|
41
|
-
|
|
42
38
|
/**
|
|
43
39
|
* 数据源账号的SecretKey
|
|
44
40
|
*/
|
|
45
41
|
SrcSecretKey: string
|
|
46
|
-
|
|
47
42
|
/**
|
|
48
43
|
* 文件系统实例Id
|
|
49
44
|
*/
|
|
50
45
|
FileSystemId: string
|
|
51
|
-
|
|
52
46
|
/**
|
|
53
47
|
* 文件系统路径
|
|
54
48
|
*/
|
|
55
49
|
FsPath: string
|
|
56
|
-
|
|
57
50
|
/**
|
|
58
51
|
* 同名文件迁移时覆盖策略,默认为0。0: 最后修改时间优先;1: 全覆盖;2: 不覆盖
|
|
59
52
|
*/
|
|
60
53
|
CoverType: number
|
|
61
|
-
|
|
62
54
|
/**
|
|
63
55
|
* 数据源服务商。COS: 腾讯云COS,OSS: 阿里云OSS,OBS:华为云OBS
|
|
64
56
|
*/
|
|
65
57
|
SrcService: string
|
|
66
|
-
|
|
67
58
|
/**
|
|
68
59
|
* 数据源桶名称,名称和地址至少有一个
|
|
69
60
|
*/
|
|
70
61
|
BucketName?: string
|
|
71
|
-
|
|
72
62
|
/**
|
|
73
63
|
* 数据源桶地域
|
|
74
64
|
*/
|
|
75
65
|
BucketRegion?: string
|
|
76
|
-
|
|
77
66
|
/**
|
|
78
67
|
* 数据源桶地址,名称和地址至少有一个
|
|
79
68
|
*/
|
|
80
69
|
BucketAddress?: string
|
|
81
|
-
|
|
82
70
|
/**
|
|
83
71
|
* 清单地址,迁移方式为清单迁移时必填
|
|
84
72
|
*/
|
|
85
73
|
ListAddress?: string
|
|
86
|
-
|
|
87
74
|
/**
|
|
88
75
|
* 目标文件系统名称
|
|
89
76
|
*/
|
|
90
77
|
FsName?: string
|
|
91
|
-
|
|
92
78
|
/**
|
|
93
79
|
* 源桶路径,默认为/
|
|
94
80
|
*/
|
|
@@ -103,12 +89,10 @@ export interface ScaleUpFileSystemResponse {
|
|
|
103
89
|
* 文件系统Id
|
|
104
90
|
*/
|
|
105
91
|
FileSystemId?: string
|
|
106
|
-
|
|
107
92
|
/**
|
|
108
93
|
* 扩容的目标容量
|
|
109
94
|
*/
|
|
110
95
|
TargetCapacity?: number
|
|
111
|
-
|
|
112
96
|
/**
|
|
113
97
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
114
98
|
*/
|
|
@@ -123,12 +107,10 @@ export interface SnapshotStatistics {
|
|
|
123
107
|
* 地域
|
|
124
108
|
*/
|
|
125
109
|
Region: string
|
|
126
|
-
|
|
127
110
|
/**
|
|
128
111
|
* 快照总个数
|
|
129
112
|
*/
|
|
130
113
|
SnapshotNumber: number
|
|
131
|
-
|
|
132
114
|
/**
|
|
133
115
|
* 快照总容量
|
|
134
116
|
*/
|
|
@@ -143,7 +125,6 @@ export interface DescribeCfsPGroupsResponse {
|
|
|
143
125
|
* 权限组信息列表
|
|
144
126
|
*/
|
|
145
127
|
PGroupList: Array<PGroupInfo>
|
|
146
|
-
|
|
147
128
|
/**
|
|
148
129
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
149
130
|
*/
|
|
@@ -158,12 +139,10 @@ export interface DescribeMountTargetsResponse {
|
|
|
158
139
|
* 挂载点详情
|
|
159
140
|
*/
|
|
160
141
|
MountTargets: Array<MountInfo>
|
|
161
|
-
|
|
162
142
|
/**
|
|
163
143
|
* 挂载点数量
|
|
164
144
|
*/
|
|
165
145
|
NumberOfMountTargets: number
|
|
166
|
-
|
|
167
146
|
/**
|
|
168
147
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
169
148
|
*/
|
|
@@ -178,12 +157,10 @@ export interface DescribeSnapshotOperationLogsRequest {
|
|
|
178
157
|
* 文件系统快照ID
|
|
179
158
|
*/
|
|
180
159
|
SnapshotId: string
|
|
181
|
-
|
|
182
160
|
/**
|
|
183
161
|
* 起始时间
|
|
184
162
|
*/
|
|
185
163
|
StartTime: string
|
|
186
|
-
|
|
187
164
|
/**
|
|
188
165
|
* 结束时间
|
|
189
166
|
*/
|
|
@@ -198,141 +175,117 @@ export interface MigrationTaskInfo {
|
|
|
198
175
|
* 迁移任务名称
|
|
199
176
|
*/
|
|
200
177
|
TaskName: string
|
|
201
|
-
|
|
202
178
|
/**
|
|
203
179
|
* 迁移任务id
|
|
204
180
|
*/
|
|
205
181
|
TaskId: string
|
|
206
|
-
|
|
207
182
|
/**
|
|
208
183
|
* 迁移方式标志位,默认为0。0: 桶迁移;1: 清单迁移
|
|
209
184
|
*/
|
|
210
185
|
MigrationType: number
|
|
211
|
-
|
|
212
186
|
/**
|
|
213
187
|
* 迁移模式,默认为0。0: 全量迁移
|
|
214
188
|
*/
|
|
215
189
|
MigrationMode: number
|
|
216
|
-
|
|
217
190
|
/**
|
|
218
|
-
|
|
191
|
+
* 数据源桶名称
|
|
219
192
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
220
|
-
|
|
193
|
+
*/
|
|
221
194
|
BucketName: string
|
|
222
|
-
|
|
223
195
|
/**
|
|
224
|
-
|
|
196
|
+
* 数据源桶地域
|
|
225
197
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
226
|
-
|
|
198
|
+
*/
|
|
227
199
|
BucketRegion: string
|
|
228
|
-
|
|
229
200
|
/**
|
|
230
|
-
|
|
201
|
+
* 数据源桶地址
|
|
231
202
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
232
|
-
|
|
203
|
+
*/
|
|
233
204
|
BucketAddress: string
|
|
234
|
-
|
|
235
205
|
/**
|
|
236
|
-
|
|
206
|
+
* 清单地址
|
|
237
207
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
238
|
-
|
|
208
|
+
*/
|
|
239
209
|
ListAddress: string
|
|
240
|
-
|
|
241
210
|
/**
|
|
242
|
-
|
|
211
|
+
* 文件系统实例名称
|
|
243
212
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
244
|
-
|
|
213
|
+
*/
|
|
245
214
|
FsName: string
|
|
246
|
-
|
|
247
215
|
/**
|
|
248
216
|
* 文件系统实例Id
|
|
249
217
|
*/
|
|
250
218
|
FileSystemId: string
|
|
251
|
-
|
|
252
219
|
/**
|
|
253
220
|
* 文件系统路径
|
|
254
221
|
*/
|
|
255
222
|
FsPath: string
|
|
256
|
-
|
|
257
223
|
/**
|
|
258
224
|
* 同名文件迁移时覆盖策略,默认为0。0: 最后修改时间优先;1: 全覆盖;2: 不覆盖
|
|
259
225
|
*/
|
|
260
226
|
CoverType: number
|
|
261
|
-
|
|
262
227
|
/**
|
|
263
228
|
* 创建时间
|
|
264
229
|
*/
|
|
265
230
|
CreateTime: number
|
|
266
|
-
|
|
267
231
|
/**
|
|
268
|
-
|
|
232
|
+
* 完成/终止时间
|
|
269
233
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
270
|
-
|
|
234
|
+
*/
|
|
271
235
|
EndTime: number
|
|
272
|
-
|
|
273
236
|
/**
|
|
274
237
|
* 迁移状态。0: 已完成;1: 进行中;2: 已终止
|
|
275
238
|
*/
|
|
276
239
|
Status: number
|
|
277
|
-
|
|
278
240
|
/**
|
|
279
|
-
|
|
241
|
+
* 文件数量
|
|
280
242
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
281
|
-
|
|
243
|
+
*/
|
|
282
244
|
FileTotalCount: number
|
|
283
|
-
|
|
284
245
|
/**
|
|
285
|
-
|
|
246
|
+
* 已迁移文件数量
|
|
286
247
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
287
|
-
|
|
248
|
+
*/
|
|
288
249
|
FileMigratedCount: number
|
|
289
|
-
|
|
290
250
|
/**
|
|
291
|
-
|
|
251
|
+
* 迁移失败文件数量
|
|
292
252
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
293
|
-
|
|
253
|
+
*/
|
|
294
254
|
FileFailedCount: number
|
|
295
|
-
|
|
296
255
|
/**
|
|
297
|
-
|
|
256
|
+
* 文件容量,单位Byte
|
|
298
257
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
299
|
-
|
|
258
|
+
*/
|
|
300
259
|
FileTotalSize: number
|
|
301
|
-
|
|
302
260
|
/**
|
|
303
|
-
|
|
261
|
+
* 已迁移文件容量,单位Byte
|
|
304
262
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
305
|
-
|
|
263
|
+
*/
|
|
306
264
|
FileMigratedSize: number
|
|
307
|
-
|
|
308
265
|
/**
|
|
309
|
-
|
|
266
|
+
* 迁移失败文件容量,单位Byte
|
|
310
267
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
311
|
-
|
|
268
|
+
*/
|
|
312
269
|
FileFailedSize: number
|
|
313
|
-
|
|
314
270
|
/**
|
|
315
|
-
|
|
271
|
+
* 全部清单
|
|
316
272
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
317
|
-
|
|
273
|
+
*/
|
|
318
274
|
FileTotalList: string
|
|
319
|
-
|
|
320
275
|
/**
|
|
321
|
-
|
|
276
|
+
* 已完成文件清单
|
|
322
277
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
323
|
-
|
|
278
|
+
*/
|
|
324
279
|
FileCompletedList: string
|
|
325
|
-
|
|
326
280
|
/**
|
|
327
|
-
|
|
281
|
+
* 失败文件清单
|
|
328
282
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
329
|
-
|
|
283
|
+
*/
|
|
330
284
|
FileFailedList: string
|
|
331
|
-
|
|
332
285
|
/**
|
|
333
|
-
|
|
286
|
+
* 源桶路径
|
|
334
287
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
335
|
-
|
|
288
|
+
*/
|
|
336
289
|
BucketPath: string
|
|
337
290
|
}
|
|
338
291
|
|
|
@@ -344,27 +297,22 @@ export interface FileSystemClient {
|
|
|
344
297
|
* 文件系统IP地址
|
|
345
298
|
*/
|
|
346
299
|
CfsVip: string
|
|
347
|
-
|
|
348
300
|
/**
|
|
349
301
|
* 客户端IP地址
|
|
350
302
|
*/
|
|
351
303
|
ClientIp: string
|
|
352
|
-
|
|
353
304
|
/**
|
|
354
305
|
* 文件系统所属VPCID
|
|
355
306
|
*/
|
|
356
307
|
VpcId: string
|
|
357
|
-
|
|
358
308
|
/**
|
|
359
309
|
* 可用区名称,例如ap-beijing-1,请参考 概览文档中的地域与可用区列表
|
|
360
310
|
*/
|
|
361
311
|
Zone: string
|
|
362
|
-
|
|
363
312
|
/**
|
|
364
313
|
* 可用区中文名称
|
|
365
314
|
*/
|
|
366
315
|
ZoneName: string
|
|
367
|
-
|
|
368
316
|
/**
|
|
369
317
|
* 该文件系统被挂载到客户端上的路径信息
|
|
370
318
|
*/
|
|
@@ -379,12 +327,10 @@ export interface DescribeCfsFileSystemsResponse {
|
|
|
379
327
|
* 文件系统信息
|
|
380
328
|
*/
|
|
381
329
|
FileSystems: Array<FileSystemInfo>
|
|
382
|
-
|
|
383
330
|
/**
|
|
384
331
|
* 文件系统总数
|
|
385
332
|
*/
|
|
386
333
|
TotalCount: number
|
|
387
|
-
|
|
388
334
|
/**
|
|
389
335
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
390
336
|
*/
|
|
@@ -399,42 +345,34 @@ export interface CreateCfsFileSystemResponse {
|
|
|
399
345
|
* 文件系统创建时间
|
|
400
346
|
*/
|
|
401
347
|
CreationTime?: string
|
|
402
|
-
|
|
403
348
|
/**
|
|
404
349
|
* 用户自定义文件系统名称
|
|
405
350
|
*/
|
|
406
351
|
CreationToken?: string
|
|
407
|
-
|
|
408
352
|
/**
|
|
409
353
|
* 文件系统 ID
|
|
410
354
|
*/
|
|
411
355
|
FileSystemId?: string
|
|
412
|
-
|
|
413
356
|
/**
|
|
414
357
|
* 文件系统状态,可能出现状态包括:“creating” 创建中, “create_failed” 创建失败, “available” 可用, “unserviced” 不可用, “upgrading” 升级中, “deleting” 删除中。
|
|
415
358
|
*/
|
|
416
359
|
LifeCycleState?: string
|
|
417
|
-
|
|
418
360
|
/**
|
|
419
361
|
* 文件系统已使用容量大小,单位为 Byte
|
|
420
362
|
*/
|
|
421
363
|
SizeByte?: number
|
|
422
|
-
|
|
423
364
|
/**
|
|
424
365
|
* 可用区 ID
|
|
425
366
|
*/
|
|
426
367
|
ZoneId?: number
|
|
427
|
-
|
|
428
368
|
/**
|
|
429
369
|
* 用户自定义文件系统名称
|
|
430
370
|
*/
|
|
431
371
|
FsName?: string
|
|
432
|
-
|
|
433
372
|
/**
|
|
434
373
|
* 文件系统是否加密
|
|
435
374
|
*/
|
|
436
375
|
Encrypted?: boolean
|
|
437
|
-
|
|
438
376
|
/**
|
|
439
377
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
440
378
|
*/
|
|
@@ -449,117 +387,96 @@ export interface FileSystemInfo {
|
|
|
449
387
|
* 创建时间
|
|
450
388
|
*/
|
|
451
389
|
CreationTime: string
|
|
452
|
-
|
|
453
390
|
/**
|
|
454
391
|
* 用户自定义名称
|
|
455
392
|
*/
|
|
456
393
|
CreationToken: string
|
|
457
|
-
|
|
458
394
|
/**
|
|
459
395
|
* 文件系统 ID
|
|
460
396
|
*/
|
|
461
397
|
FileSystemId: string
|
|
462
|
-
|
|
463
398
|
/**
|
|
464
|
-
|
|
399
|
+
* 文件系统状态。取值范围:
|
|
465
400
|
- creating:创建中
|
|
466
401
|
- mounting:挂载中
|
|
467
402
|
- create_failed:创建失败
|
|
468
403
|
- available:可使用
|
|
469
404
|
- unserviced:停服中
|
|
470
405
|
- upgrading:升级中
|
|
471
|
-
|
|
406
|
+
*/
|
|
472
407
|
LifeCycleState: string
|
|
473
|
-
|
|
474
408
|
/**
|
|
475
409
|
* 文件系统已使用容量
|
|
476
410
|
*/
|
|
477
411
|
SizeByte: number
|
|
478
|
-
|
|
479
412
|
/**
|
|
480
413
|
* 文件系统最大空间限制
|
|
481
414
|
*/
|
|
482
415
|
SizeLimit: number
|
|
483
|
-
|
|
484
416
|
/**
|
|
485
417
|
* 区域 ID
|
|
486
418
|
*/
|
|
487
419
|
ZoneId: number
|
|
488
|
-
|
|
489
420
|
/**
|
|
490
421
|
* 区域名称
|
|
491
422
|
*/
|
|
492
423
|
Zone: string
|
|
493
|
-
|
|
494
424
|
/**
|
|
495
425
|
* 文件系统协议类型
|
|
496
426
|
*/
|
|
497
427
|
Protocol: string
|
|
498
|
-
|
|
499
428
|
/**
|
|
500
429
|
* 文件系统存储类型
|
|
501
430
|
*/
|
|
502
431
|
StorageType: string
|
|
503
|
-
|
|
504
432
|
/**
|
|
505
433
|
* 文件系统绑定的预付费存储包
|
|
506
434
|
*/
|
|
507
435
|
StorageResourcePkg: string
|
|
508
|
-
|
|
509
436
|
/**
|
|
510
437
|
* 文件系统绑定的预付费带宽包(暂未支持)
|
|
511
438
|
*/
|
|
512
439
|
BandwidthResourcePkg: string
|
|
513
|
-
|
|
514
440
|
/**
|
|
515
441
|
* 文件系统绑定权限组信息
|
|
516
442
|
*/
|
|
517
443
|
PGroup: PGroup
|
|
518
|
-
|
|
519
444
|
/**
|
|
520
445
|
* 用户自定义名称
|
|
521
446
|
*/
|
|
522
447
|
FsName: string
|
|
523
|
-
|
|
524
448
|
/**
|
|
525
449
|
* 文件系统是否加密
|
|
526
450
|
*/
|
|
527
451
|
Encrypted: boolean
|
|
528
|
-
|
|
529
452
|
/**
|
|
530
453
|
* 加密所使用的密钥,可以为密钥的 ID 或者 ARN
|
|
531
454
|
*/
|
|
532
455
|
KmsKeyId: string
|
|
533
|
-
|
|
534
456
|
/**
|
|
535
457
|
* 应用ID
|
|
536
458
|
*/
|
|
537
459
|
AppId: number
|
|
538
|
-
|
|
539
460
|
/**
|
|
540
461
|
* 文件系统吞吐上限,吞吐上限是根据文件系统当前已使用存储量、绑定的存储资源包以及吞吐资源包一同确定
|
|
541
462
|
*/
|
|
542
463
|
BandwidthLimit: number
|
|
543
|
-
|
|
544
464
|
/**
|
|
545
465
|
* 文件系统总容量
|
|
546
466
|
*/
|
|
547
467
|
Capacity: number
|
|
548
|
-
|
|
549
468
|
/**
|
|
550
469
|
* 文件系统标签列表
|
|
551
470
|
*/
|
|
552
471
|
Tags: Array<TagInfo>
|
|
553
|
-
|
|
554
472
|
/**
|
|
555
473
|
* 文件系统生命周期管理状态
|
|
556
474
|
*/
|
|
557
475
|
TieringState: string
|
|
558
|
-
|
|
559
476
|
/**
|
|
560
|
-
|
|
477
|
+
* 分层存储详情
|
|
561
478
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
562
|
-
|
|
479
|
+
*/
|
|
563
480
|
TieringDetail: TieringDetailInfo
|
|
564
481
|
}
|
|
565
482
|
|
|
@@ -571,7 +488,6 @@ export interface BindAutoSnapshotPolicyRequest {
|
|
|
571
488
|
* 快照策略ID
|
|
572
489
|
*/
|
|
573
490
|
AutoSnapshotPolicyId: string
|
|
574
|
-
|
|
575
491
|
/**
|
|
576
492
|
* 文件系统列表
|
|
577
493
|
*/
|
|
@@ -586,21 +502,18 @@ export interface ModifyFileSystemAutoScaleUpRuleRequest {
|
|
|
586
502
|
* 文件系统id
|
|
587
503
|
*/
|
|
588
504
|
FileSystemId: string
|
|
589
|
-
|
|
590
505
|
/**
|
|
591
506
|
* 扩容阈值,范围[10-90]
|
|
592
507
|
*/
|
|
593
508
|
ScaleUpThreshold: number
|
|
594
|
-
|
|
595
509
|
/**
|
|
596
510
|
* 扩容后目标阈值,范围[10-90],该值要小于ScaleUpThreshold
|
|
597
511
|
*/
|
|
598
512
|
TargetThreshold: number
|
|
599
|
-
|
|
600
513
|
/**
|
|
601
|
-
|
|
514
|
+
* 规则状态0:关闭,1 开启
|
|
602
515
|
|
|
603
|
-
|
|
516
|
+
*/
|
|
604
517
|
Status?: number
|
|
605
518
|
}
|
|
606
519
|
|
|
@@ -612,7 +525,6 @@ export interface ScaleUpFileSystemRequest {
|
|
|
612
525
|
* 文件系统Id
|
|
613
526
|
*/
|
|
614
527
|
FileSystemId: string
|
|
615
|
-
|
|
616
528
|
/**
|
|
617
529
|
* 扩容的目标容量
|
|
618
530
|
*/
|
|
@@ -627,7 +539,6 @@ export interface CreateCfsPGroupRequest {
|
|
|
627
539
|
* 权限组名称,1-64个字符且只能为中文,字母,数字,下划线或横线
|
|
628
540
|
*/
|
|
629
541
|
Name: string
|
|
630
|
-
|
|
631
542
|
/**
|
|
632
543
|
* 权限组描述信息,1-255个字符
|
|
633
544
|
*/
|
|
@@ -642,12 +553,10 @@ export interface DescribeMigrationTasksResponse {
|
|
|
642
553
|
* 迁移任务的数量
|
|
643
554
|
*/
|
|
644
555
|
TotalCount?: number
|
|
645
|
-
|
|
646
556
|
/**
|
|
647
557
|
* 迁移任务详情
|
|
648
558
|
*/
|
|
649
559
|
MigrationTasks?: Array<MigrationTaskInfo>
|
|
650
|
-
|
|
651
560
|
/**
|
|
652
561
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
653
562
|
*/
|
|
@@ -662,27 +571,22 @@ export interface DescribeAutoSnapshotPoliciesRequest {
|
|
|
662
571
|
* 快照策略ID
|
|
663
572
|
*/
|
|
664
573
|
AutoSnapshotPolicyId?: string
|
|
665
|
-
|
|
666
574
|
/**
|
|
667
575
|
* 分页码
|
|
668
576
|
*/
|
|
669
577
|
Offset?: number
|
|
670
|
-
|
|
671
578
|
/**
|
|
672
579
|
* 页面长
|
|
673
580
|
*/
|
|
674
581
|
Limit?: number
|
|
675
|
-
|
|
676
582
|
/**
|
|
677
583
|
* 过滤条件
|
|
678
584
|
*/
|
|
679
585
|
Filters?: Array<Filter>
|
|
680
|
-
|
|
681
586
|
/**
|
|
682
587
|
* 升序,降序
|
|
683
588
|
*/
|
|
684
589
|
Order?: string
|
|
685
|
-
|
|
686
590
|
/**
|
|
687
591
|
* 排序字段
|
|
688
592
|
*/
|
|
@@ -712,7 +616,6 @@ export interface BindAutoSnapshotPolicyResponse {
|
|
|
712
616
|
* 快照策略ID
|
|
713
617
|
*/
|
|
714
618
|
AutoSnapshotPolicyId?: string
|
|
715
|
-
|
|
716
619
|
/**
|
|
717
620
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
718
621
|
*/
|
|
@@ -727,12 +630,10 @@ export interface StopMigrationTaskResponse {
|
|
|
727
630
|
* 迁移任务Id
|
|
728
631
|
*/
|
|
729
632
|
TaskId?: string
|
|
730
|
-
|
|
731
633
|
/**
|
|
732
634
|
* 迁移状态。0: 已完成;1: 进行中;2: 已终止
|
|
733
635
|
*/
|
|
734
636
|
Status?: number
|
|
735
|
-
|
|
736
637
|
/**
|
|
737
638
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
738
639
|
*/
|
|
@@ -747,7 +648,6 @@ export interface SignUpCfsServiceResponse {
|
|
|
747
648
|
* 该用户当前 CFS 服务的状态,creating 是开通中,created 是已开通
|
|
748
649
|
*/
|
|
749
650
|
CfsServiceStatus: string
|
|
750
|
-
|
|
751
651
|
/**
|
|
752
652
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
753
653
|
*/
|
|
@@ -762,77 +662,63 @@ export interface AutoSnapshotPolicyInfo {
|
|
|
762
662
|
* 快照策略ID
|
|
763
663
|
*/
|
|
764
664
|
AutoSnapshotPolicyId: string
|
|
765
|
-
|
|
766
665
|
/**
|
|
767
666
|
* 快照策略ID
|
|
768
667
|
*/
|
|
769
668
|
PolicyName: string
|
|
770
|
-
|
|
771
669
|
/**
|
|
772
670
|
* 快照策略创建时间
|
|
773
671
|
*/
|
|
774
672
|
CreationTime: string
|
|
775
|
-
|
|
776
673
|
/**
|
|
777
674
|
* 关联的文件系统个数
|
|
778
675
|
*/
|
|
779
676
|
FileSystemNums: number
|
|
780
|
-
|
|
781
677
|
/**
|
|
782
678
|
* 快照定期备份在一星期哪一天,该参数与DayOfMonth,IntervalDays互斥
|
|
783
679
|
*/
|
|
784
680
|
DayOfWeek: string
|
|
785
|
-
|
|
786
681
|
/**
|
|
787
682
|
* 快照定期备份在一天的哪一小时
|
|
788
683
|
*/
|
|
789
684
|
Hour: string
|
|
790
|
-
|
|
791
685
|
/**
|
|
792
686
|
* 是否激活定期快照功能
|
|
793
687
|
*/
|
|
794
688
|
IsActivated: number
|
|
795
|
-
|
|
796
689
|
/**
|
|
797
690
|
* 下一次触发快照时间
|
|
798
691
|
*/
|
|
799
692
|
NextActiveTime: string
|
|
800
|
-
|
|
801
693
|
/**
|
|
802
694
|
* 快照策略状态
|
|
803
695
|
*/
|
|
804
696
|
Status: string
|
|
805
|
-
|
|
806
697
|
/**
|
|
807
698
|
* 帐号ID
|
|
808
699
|
*/
|
|
809
700
|
AppId: number
|
|
810
|
-
|
|
811
701
|
/**
|
|
812
702
|
* 保留时间
|
|
813
703
|
*/
|
|
814
704
|
AliveDays: number
|
|
815
|
-
|
|
816
705
|
/**
|
|
817
706
|
* 地域
|
|
818
707
|
*/
|
|
819
708
|
RegionName: string
|
|
820
|
-
|
|
821
709
|
/**
|
|
822
710
|
* 文件系统信息
|
|
823
711
|
*/
|
|
824
712
|
FileSystems: Array<FileSystemByPolicy>
|
|
825
|
-
|
|
826
713
|
/**
|
|
827
|
-
|
|
714
|
+
* 快照定期备份在一个月的某个时间;该参数与DayOfWeek,IntervalDays互斥
|
|
828
715
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
829
|
-
|
|
716
|
+
*/
|
|
830
717
|
DayOfMonth?: string
|
|
831
|
-
|
|
832
718
|
/**
|
|
833
|
-
|
|
719
|
+
* 快照定期间隔天数,1-365 天;该参数与DayOfMonth,DayOfWeek互斥
|
|
834
720
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
835
|
-
|
|
721
|
+
*/
|
|
836
722
|
IntervalDays?: number
|
|
837
723
|
}
|
|
838
724
|
|
|
@@ -854,7 +740,6 @@ export interface UpdateCfsFileSystemNameRequest {
|
|
|
854
740
|
* 文件系统 ID
|
|
855
741
|
*/
|
|
856
742
|
FileSystemId: string
|
|
857
|
-
|
|
858
743
|
/**
|
|
859
744
|
* 用户自定义文件系统名称
|
|
860
745
|
*/
|
|
@@ -879,17 +764,14 @@ export interface UpdateCfsPGroupResponse {
|
|
|
879
764
|
* 权限组ID
|
|
880
765
|
*/
|
|
881
766
|
PGroupId: string
|
|
882
|
-
|
|
883
767
|
/**
|
|
884
768
|
* 权限组名称
|
|
885
769
|
*/
|
|
886
770
|
Name: string
|
|
887
|
-
|
|
888
771
|
/**
|
|
889
772
|
* 描述信息
|
|
890
773
|
*/
|
|
891
774
|
DescInfo: string
|
|
892
|
-
|
|
893
775
|
/**
|
|
894
776
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
895
777
|
*/
|
|
@@ -924,27 +806,22 @@ export interface UpdateCfsRuleRequest {
|
|
|
924
806
|
* 权限组 ID
|
|
925
807
|
*/
|
|
926
808
|
PGroupId: string
|
|
927
|
-
|
|
928
809
|
/**
|
|
929
810
|
* 规则 ID
|
|
930
811
|
*/
|
|
931
812
|
RuleId: string
|
|
932
|
-
|
|
933
813
|
/**
|
|
934
814
|
* 可以填写单个 IP 或者单个网段,例如 10.1.10.11 或者 10.10.1.0/24。默认来访地址为*表示允许所有。同时需要注意,此处需填写 CVM 的内网 IP。
|
|
935
815
|
*/
|
|
936
816
|
AuthClientIp?: string
|
|
937
|
-
|
|
938
817
|
/**
|
|
939
818
|
* 读写权限, 值为RO、RW;其中 RO 为只读,RW 为读写,不填默认为只读
|
|
940
819
|
*/
|
|
941
820
|
RWPermission?: string
|
|
942
|
-
|
|
943
821
|
/**
|
|
944
822
|
* 用户权限,值为all_squash、no_all_squash、root_squash、no_root_squash。其中all_squash为所有访问用户都会被映射为匿名用户或用户组;no_all_squash为访问用户会先与本机用户匹配,匹配失败后再映射为匿名用户或用户组;root_squash为将来访的root用户映射为匿名用户或用户组;no_root_squash为来访的root用户保持root帐号权限。不填默认为root_squash。
|
|
945
823
|
*/
|
|
946
824
|
UserPermission?: string
|
|
947
|
-
|
|
948
825
|
/**
|
|
949
826
|
* 规则优先级,参数范围1-100。 其中 1 为最高,100为最低
|
|
950
827
|
*/
|
|
@@ -959,12 +836,10 @@ export interface DeleteUserQuotaRequest {
|
|
|
959
836
|
* 文件系统 ID
|
|
960
837
|
*/
|
|
961
838
|
FileSystemId: string
|
|
962
|
-
|
|
963
839
|
/**
|
|
964
840
|
* 指定配额类型,包括Uid、Gid
|
|
965
841
|
*/
|
|
966
842
|
UserType: string
|
|
967
|
-
|
|
968
843
|
/**
|
|
969
844
|
* UID/GID信息
|
|
970
845
|
*/
|
|
@@ -979,7 +854,6 @@ export interface DescribeAvailableZoneInfoResponse {
|
|
|
979
854
|
* 各可用区的资源售卖情况以及支持的存储类型、存储协议等信息
|
|
980
855
|
*/
|
|
981
856
|
RegionZones: Array<AvailableRegion>
|
|
982
|
-
|
|
983
857
|
/**
|
|
984
858
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
985
859
|
*/
|
|
@@ -994,7 +868,6 @@ export interface DeleteCfsSnapshotResponse {
|
|
|
994
868
|
* 文件系统ID
|
|
995
869
|
*/
|
|
996
870
|
SnapshotId: string
|
|
997
|
-
|
|
998
871
|
/**
|
|
999
872
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1000
873
|
*/
|
|
@@ -1009,7 +882,6 @@ export interface DescribeCfsFileSystemClientsResponse {
|
|
|
1009
882
|
* 客户端列表
|
|
1010
883
|
*/
|
|
1011
884
|
ClientList: Array<FileSystemClient>
|
|
1012
|
-
|
|
1013
885
|
/**
|
|
1014
886
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1015
887
|
*/
|
|
@@ -1034,12 +906,10 @@ export interface CreateCfsSnapshotRequest {
|
|
|
1034
906
|
* 文件系统id
|
|
1035
907
|
*/
|
|
1036
908
|
FileSystemId: string
|
|
1037
|
-
|
|
1038
909
|
/**
|
|
1039
910
|
* 快照名称
|
|
1040
911
|
*/
|
|
1041
912
|
SnapshotName?: string
|
|
1042
|
-
|
|
1043
913
|
/**
|
|
1044
914
|
* 快照标签
|
|
1045
915
|
*/
|
|
@@ -1054,13 +924,11 @@ export interface DescribeBucketListRequest {
|
|
|
1054
924
|
* 数据源服务商。COS: 腾讯云COS,OSS: 阿里云OSS,OBS:华为云OBS
|
|
1055
925
|
*/
|
|
1056
926
|
SrcService: string
|
|
1057
|
-
|
|
1058
927
|
/**
|
|
1059
|
-
|
|
928
|
+
* 数据源账号的SecretId
|
|
1060
929
|
|
|
1061
|
-
|
|
930
|
+
*/
|
|
1062
931
|
SrcSecretId: string
|
|
1063
|
-
|
|
1064
932
|
/**
|
|
1065
933
|
* 数据源账号的SecretKey
|
|
1066
934
|
*/
|
|
@@ -1075,7 +943,6 @@ export interface DeleteCfsRuleRequest {
|
|
|
1075
943
|
* 权限组 ID
|
|
1076
944
|
*/
|
|
1077
945
|
PGroupId: string
|
|
1078
|
-
|
|
1079
946
|
/**
|
|
1080
947
|
* 规则 ID
|
|
1081
948
|
*/
|
|
@@ -1090,32 +957,26 @@ export interface UpdateCfsRuleResponse {
|
|
|
1090
957
|
* 权限组 ID
|
|
1091
958
|
*/
|
|
1092
959
|
PGroupId: string
|
|
1093
|
-
|
|
1094
960
|
/**
|
|
1095
961
|
* 规则 ID
|
|
1096
962
|
*/
|
|
1097
963
|
RuleId: string
|
|
1098
|
-
|
|
1099
964
|
/**
|
|
1100
965
|
* 允许访问的客户端 IP 或者 IP 段
|
|
1101
966
|
*/
|
|
1102
967
|
AuthClientIp: string
|
|
1103
|
-
|
|
1104
968
|
/**
|
|
1105
969
|
* 读写权限
|
|
1106
970
|
*/
|
|
1107
971
|
RWPermission: string
|
|
1108
|
-
|
|
1109
972
|
/**
|
|
1110
973
|
* 用户权限
|
|
1111
974
|
*/
|
|
1112
975
|
UserPermission: string
|
|
1113
|
-
|
|
1114
976
|
/**
|
|
1115
977
|
* 优先级
|
|
1116
978
|
*/
|
|
1117
979
|
Priority: number
|
|
1118
|
-
|
|
1119
980
|
/**
|
|
1120
981
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1121
982
|
*/
|
|
@@ -1140,12 +1001,10 @@ export interface DescribeSnapshotOperationLogsResponse {
|
|
|
1140
1001
|
* 快照ID
|
|
1141
1002
|
*/
|
|
1142
1003
|
SnapshotId: string
|
|
1143
|
-
|
|
1144
1004
|
/**
|
|
1145
1005
|
* 操作日志
|
|
1146
1006
|
*/
|
|
1147
1007
|
SnapshotOperates: Array<SnapshotOperateLog>
|
|
1148
|
-
|
|
1149
1008
|
/**
|
|
1150
1009
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1151
1010
|
*/
|
|
@@ -1160,12 +1019,10 @@ export interface UpdateCfsFileSystemPGroupResponse {
|
|
|
1160
1019
|
* 权限组 ID
|
|
1161
1020
|
*/
|
|
1162
1021
|
PGroupId: string
|
|
1163
|
-
|
|
1164
1022
|
/**
|
|
1165
1023
|
* 文件系统 ID
|
|
1166
1024
|
*/
|
|
1167
1025
|
FileSystemId: string
|
|
1168
|
-
|
|
1169
1026
|
/**
|
|
1170
1027
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1171
1028
|
*/
|
|
@@ -1190,27 +1047,22 @@ export interface CreateCfsPGroupResponse {
|
|
|
1190
1047
|
* 权限组 ID
|
|
1191
1048
|
*/
|
|
1192
1049
|
PGroupId: string
|
|
1193
|
-
|
|
1194
1050
|
/**
|
|
1195
1051
|
* 权限组名字
|
|
1196
1052
|
*/
|
|
1197
1053
|
Name: string
|
|
1198
|
-
|
|
1199
1054
|
/**
|
|
1200
1055
|
* 权限组描述信息
|
|
1201
1056
|
*/
|
|
1202
1057
|
DescInfo: string
|
|
1203
|
-
|
|
1204
1058
|
/**
|
|
1205
1059
|
* 已经与该权限组绑定的文件系统个数
|
|
1206
1060
|
*/
|
|
1207
1061
|
BindCfsNum: number
|
|
1208
|
-
|
|
1209
1062
|
/**
|
|
1210
1063
|
* 权限组创建时间
|
|
1211
1064
|
*/
|
|
1212
1065
|
CDate: string
|
|
1213
|
-
|
|
1214
1066
|
/**
|
|
1215
1067
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1216
1068
|
*/
|
|
@@ -1250,7 +1102,6 @@ export interface PGroup {
|
|
|
1250
1102
|
* 权限组ID
|
|
1251
1103
|
*/
|
|
1252
1104
|
PGroupId: string
|
|
1253
|
-
|
|
1254
1105
|
/**
|
|
1255
1106
|
* 权限组名称
|
|
1256
1107
|
*/
|
|
@@ -1265,22 +1116,18 @@ export interface SetUserQuotaRequest {
|
|
|
1265
1116
|
* 文件系统 ID
|
|
1266
1117
|
*/
|
|
1267
1118
|
FileSystemId: string
|
|
1268
|
-
|
|
1269
1119
|
/**
|
|
1270
1120
|
* 指定配额类型,包括Uid、Gid
|
|
1271
1121
|
*/
|
|
1272
1122
|
UserType: string
|
|
1273
|
-
|
|
1274
1123
|
/**
|
|
1275
1124
|
* UID/GID信息
|
|
1276
1125
|
*/
|
|
1277
1126
|
UserId: string
|
|
1278
|
-
|
|
1279
1127
|
/**
|
|
1280
1128
|
* 容量硬限制,单位GiB
|
|
1281
1129
|
*/
|
|
1282
1130
|
CapacityHardLimit?: number
|
|
1283
|
-
|
|
1284
1131
|
/**
|
|
1285
1132
|
* 文件硬限制,单位个
|
|
1286
1133
|
*/
|
|
@@ -1295,7 +1142,6 @@ export interface CreateAutoSnapshotPolicyResponse {
|
|
|
1295
1142
|
* 快照策略ID
|
|
1296
1143
|
*/
|
|
1297
1144
|
AutoSnapshotPolicyId?: string
|
|
1298
|
-
|
|
1299
1145
|
/**
|
|
1300
1146
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1301
1147
|
*/
|
|
@@ -1310,22 +1156,18 @@ export interface ModifyFileSystemAutoScaleUpRuleResponse {
|
|
|
1310
1156
|
* 文件系统id
|
|
1311
1157
|
*/
|
|
1312
1158
|
FileSystemId?: string
|
|
1313
|
-
|
|
1314
1159
|
/**
|
|
1315
1160
|
* 规则状态0:关闭,1 开启
|
|
1316
1161
|
*/
|
|
1317
1162
|
Status?: number
|
|
1318
|
-
|
|
1319
1163
|
/**
|
|
1320
1164
|
* 扩容阈值,范围[10-90]
|
|
1321
1165
|
*/
|
|
1322
1166
|
ScaleUpThreshold?: number
|
|
1323
|
-
|
|
1324
1167
|
/**
|
|
1325
1168
|
* 扩容后达到阈值,范围[10-90]
|
|
1326
1169
|
*/
|
|
1327
1170
|
TargetThreshold?: number
|
|
1328
|
-
|
|
1329
1171
|
/**
|
|
1330
1172
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1331
1173
|
*/
|
|
@@ -1340,12 +1182,10 @@ export interface AvailableType {
|
|
|
1340
1182
|
* 协议与售卖详情
|
|
1341
1183
|
*/
|
|
1342
1184
|
Protocols: Array<AvailableProtoStatus>
|
|
1343
|
-
|
|
1344
1185
|
/**
|
|
1345
1186
|
* 存储类型。返回值中 SD 为标准型存储、HP 为性能型存储
|
|
1346
1187
|
*/
|
|
1347
1188
|
Type: string
|
|
1348
|
-
|
|
1349
1189
|
/**
|
|
1350
1190
|
* 是否支持预付费。返回值中 true 为支持、false 为不支持
|
|
1351
1191
|
*/
|
|
@@ -1360,7 +1200,6 @@ export interface CreateCfsSnapshotResponse {
|
|
|
1360
1200
|
* 文件系统快照id
|
|
1361
1201
|
*/
|
|
1362
1202
|
SnapshotId: string
|
|
1363
|
-
|
|
1364
1203
|
/**
|
|
1365
1204
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1366
1205
|
*/
|
|
@@ -1375,37 +1214,31 @@ export interface UserQuota {
|
|
|
1375
1214
|
* 指定配额类型,包括Uid、Gid
|
|
1376
1215
|
*/
|
|
1377
1216
|
UserType: string
|
|
1378
|
-
|
|
1379
1217
|
/**
|
|
1380
1218
|
* UID/GID信息
|
|
1381
1219
|
*/
|
|
1382
1220
|
UserId: string
|
|
1383
|
-
|
|
1384
1221
|
/**
|
|
1385
1222
|
* 容量硬限制,单位GiB
|
|
1386
1223
|
*/
|
|
1387
1224
|
CapacityHardLimit: number
|
|
1388
|
-
|
|
1389
1225
|
/**
|
|
1390
1226
|
* 文件硬限制,单位个
|
|
1391
1227
|
*/
|
|
1392
1228
|
FileHardLimit: number
|
|
1393
|
-
|
|
1394
1229
|
/**
|
|
1395
1230
|
* 文件系统ID
|
|
1396
1231
|
*/
|
|
1397
1232
|
FileSystemId: string
|
|
1398
|
-
|
|
1399
1233
|
/**
|
|
1400
|
-
|
|
1234
|
+
* 容量使用,单位GiB
|
|
1401
1235
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1402
|
-
|
|
1236
|
+
*/
|
|
1403
1237
|
CapacityUsed?: number
|
|
1404
|
-
|
|
1405
1238
|
/**
|
|
1406
|
-
|
|
1239
|
+
* 文件使用个数,单位个
|
|
1407
1240
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1408
|
-
|
|
1241
|
+
*/
|
|
1409
1242
|
FileUsed?: number
|
|
1410
1243
|
}
|
|
1411
1244
|
|
|
@@ -1417,7 +1250,6 @@ export interface DeleteMountTargetRequest {
|
|
|
1417
1250
|
* 文件系统 ID
|
|
1418
1251
|
*/
|
|
1419
1252
|
FileSystemId: string
|
|
1420
|
-
|
|
1421
1253
|
/**
|
|
1422
1254
|
* 挂载点 ID
|
|
1423
1255
|
*/
|
|
@@ -1432,22 +1264,18 @@ export interface CreateCfsRuleRequest {
|
|
|
1432
1264
|
* 权限组 ID
|
|
1433
1265
|
*/
|
|
1434
1266
|
PGroupId: string
|
|
1435
|
-
|
|
1436
1267
|
/**
|
|
1437
1268
|
* 可以填写单个 IP 或者单个网段,例如 10.1.10.11 或者 10.10.1.0/24。默认来访地址为*表示允许所有。同时需要注意,此处需填写 CVM 的内网 IP。
|
|
1438
1269
|
*/
|
|
1439
1270
|
AuthClientIp: string
|
|
1440
|
-
|
|
1441
1271
|
/**
|
|
1442
1272
|
* 规则优先级,参数范围1-100。 其中 1 为最高,100为最低
|
|
1443
1273
|
*/
|
|
1444
1274
|
Priority: number
|
|
1445
|
-
|
|
1446
1275
|
/**
|
|
1447
1276
|
* 读写权限, 值为 RO、RW;其中 RO 为只读,RW 为读写,不填默认为只读
|
|
1448
1277
|
*/
|
|
1449
1278
|
RWPermission?: string
|
|
1450
|
-
|
|
1451
1279
|
/**
|
|
1452
1280
|
* 用户权限,值为 all_squash、no_all_squash、root_squash、no_root_squash。其中all_squash为所有访问用户都会被映射为匿名用户或用户组;no_all_squash为访问用户会先与本机用户匹配,匹配失败后再映射为匿名用户或用户组;root_squash为将来访的root用户映射为匿名用户或用户组;no_root_squash为来访的root用户保持root帐号权限。不填默认为root_squash。
|
|
1453
1281
|
*/
|
|
@@ -1462,11 +1290,10 @@ export interface BucketInfo {
|
|
|
1462
1290
|
* 桶名称
|
|
1463
1291
|
*/
|
|
1464
1292
|
Name: string
|
|
1465
|
-
|
|
1466
1293
|
/**
|
|
1467
|
-
|
|
1294
|
+
* 桶所在地域
|
|
1468
1295
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1469
|
-
|
|
1296
|
+
*/
|
|
1470
1297
|
Region: string
|
|
1471
1298
|
}
|
|
1472
1299
|
|
|
@@ -1478,22 +1305,18 @@ export interface SnapshotOperateLog {
|
|
|
1478
1305
|
* 操作类型
|
|
1479
1306
|
*/
|
|
1480
1307
|
Action: string
|
|
1481
|
-
|
|
1482
1308
|
/**
|
|
1483
1309
|
* 操作时间
|
|
1484
1310
|
*/
|
|
1485
1311
|
ActionTime: string
|
|
1486
|
-
|
|
1487
1312
|
/**
|
|
1488
1313
|
* 操作名称
|
|
1489
1314
|
*/
|
|
1490
1315
|
ActionName: string
|
|
1491
|
-
|
|
1492
1316
|
/**
|
|
1493
1317
|
* 操作者
|
|
1494
1318
|
*/
|
|
1495
1319
|
Operator: string
|
|
1496
|
-
|
|
1497
1320
|
/**
|
|
1498
1321
|
* 结果
|
|
1499
1322
|
*/
|
|
@@ -1508,19 +1331,16 @@ export interface DescribeUserQuotaRequest {
|
|
|
1508
1331
|
* 文件系统 ID
|
|
1509
1332
|
*/
|
|
1510
1333
|
FileSystemId: string
|
|
1511
|
-
|
|
1512
1334
|
/**
|
|
1513
|
-
|
|
1335
|
+
* 过滤条件。
|
|
1514
1336
|
<br><li>UserType - Array of String - 是否必填:否 -(过滤条件)按配额类型过滤。(Uid| Gid )
|
|
1515
1337
|
<br><li>UserId - Array of String - 是否必填:否 -(过滤条件)按UID/GID过滤。
|
|
1516
|
-
|
|
1338
|
+
*/
|
|
1517
1339
|
Filters?: Array<Filter>
|
|
1518
|
-
|
|
1519
1340
|
/**
|
|
1520
1341
|
* Offset 分页码
|
|
1521
1342
|
*/
|
|
1522
1343
|
Offset?: number
|
|
1523
|
-
|
|
1524
1344
|
/**
|
|
1525
1345
|
* Limit 页面大小
|
|
1526
1346
|
*/
|
|
@@ -1535,12 +1355,10 @@ export interface DescribeBucketListResponse {
|
|
|
1535
1355
|
* 桶的数量
|
|
1536
1356
|
*/
|
|
1537
1357
|
TotalCount?: number
|
|
1538
|
-
|
|
1539
1358
|
/**
|
|
1540
1359
|
* 桶列表
|
|
1541
1360
|
*/
|
|
1542
1361
|
BucketList?: Array<BucketInfo>
|
|
1543
|
-
|
|
1544
1362
|
/**
|
|
1545
1363
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1546
1364
|
*/
|
|
@@ -1555,17 +1373,14 @@ export interface UpdateCfsFileSystemNameResponse {
|
|
|
1555
1373
|
* 用户自定义文件系统名称
|
|
1556
1374
|
*/
|
|
1557
1375
|
CreationToken: string
|
|
1558
|
-
|
|
1559
1376
|
/**
|
|
1560
1377
|
* 文件系统ID
|
|
1561
1378
|
*/
|
|
1562
1379
|
FileSystemId: string
|
|
1563
|
-
|
|
1564
1380
|
/**
|
|
1565
1381
|
* 用户自定义文件系统名称
|
|
1566
1382
|
*/
|
|
1567
1383
|
FsName: string
|
|
1568
|
-
|
|
1569
1384
|
/**
|
|
1570
1385
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1571
1386
|
*/
|
|
@@ -1580,7 +1395,6 @@ export interface DescribeCfsSnapshotOverviewResponse {
|
|
|
1580
1395
|
* 统计信息
|
|
1581
1396
|
*/
|
|
1582
1397
|
StatisticsList: Array<SnapshotStatistics>
|
|
1583
|
-
|
|
1584
1398
|
/**
|
|
1585
1399
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1586
1400
|
*/
|
|
@@ -1595,7 +1409,6 @@ export interface DeleteCfsSnapshotRequest {
|
|
|
1595
1409
|
* 文件系统快照id
|
|
1596
1410
|
*/
|
|
1597
1411
|
SnapshotId?: string
|
|
1598
|
-
|
|
1599
1412
|
/**
|
|
1600
1413
|
* 需要删除的文件文件系统快照ID 列表,快照ID,跟ID列表至少填一项
|
|
1601
1414
|
*/
|
|
@@ -1621,7 +1434,6 @@ export interface AvailableProtoStatus {
|
|
|
1621
1434
|
* 售卖状态。可选值有 sale_out 售罄、saling可售、no_saling不可销售
|
|
1622
1435
|
*/
|
|
1623
1436
|
SaleStatus: string
|
|
1624
|
-
|
|
1625
1437
|
/**
|
|
1626
1438
|
* 协议类型。可选值有 NFS、CIFS
|
|
1627
1439
|
*/
|
|
@@ -1636,12 +1448,10 @@ export interface DescribeCfsFileSystemsRequest {
|
|
|
1636
1448
|
* 文件系统 ID
|
|
1637
1449
|
*/
|
|
1638
1450
|
FileSystemId?: string
|
|
1639
|
-
|
|
1640
1451
|
/**
|
|
1641
1452
|
* 私有网络(VPC) ID
|
|
1642
1453
|
*/
|
|
1643
1454
|
VpcId?: string
|
|
1644
|
-
|
|
1645
1455
|
/**
|
|
1646
1456
|
* 子网 ID
|
|
1647
1457
|
*/
|
|
@@ -1656,22 +1466,18 @@ export interface AvailableRegion {
|
|
|
1656
1466
|
* 区域名称,如“ap-beijing”
|
|
1657
1467
|
*/
|
|
1658
1468
|
Region: string
|
|
1659
|
-
|
|
1660
1469
|
/**
|
|
1661
1470
|
* 区域名称,如“bj”
|
|
1662
1471
|
*/
|
|
1663
1472
|
RegionName: string
|
|
1664
|
-
|
|
1665
1473
|
/**
|
|
1666
1474
|
* 区域可用情况,当区域内至少有一个可用区处于可售状态时,取值为AVAILABLE,否则为UNAVAILABLE
|
|
1667
1475
|
*/
|
|
1668
1476
|
RegionStatus: string
|
|
1669
|
-
|
|
1670
1477
|
/**
|
|
1671
1478
|
* 可用区数组
|
|
1672
1479
|
*/
|
|
1673
1480
|
Zones: Array<AvailableZone>
|
|
1674
|
-
|
|
1675
1481
|
/**
|
|
1676
1482
|
* 区域中文名称,如“广州”
|
|
1677
1483
|
*/
|
|
@@ -1686,67 +1492,54 @@ export interface CreateCfsFileSystemRequest {
|
|
|
1686
1492
|
* 可用区名称,例如ap-beijing-1,请参考 [概览](https://cloud.tencent.com/document/product/582/13225) 文档中的地域与可用区列表
|
|
1687
1493
|
*/
|
|
1688
1494
|
Zone: string
|
|
1689
|
-
|
|
1690
1495
|
/**
|
|
1691
1496
|
* 网络类型,可选值为 VPC,CCN;其中 VPC 为私有网络, CCN 为云联网。通用标准型/性能型请选择VPC,Turbo标准型/性能型请选择CCN。
|
|
1692
1497
|
*/
|
|
1693
1498
|
NetInterface: string
|
|
1694
|
-
|
|
1695
1499
|
/**
|
|
1696
1500
|
* 权限组 ID
|
|
1697
1501
|
*/
|
|
1698
1502
|
PGroupId: string
|
|
1699
|
-
|
|
1700
1503
|
/**
|
|
1701
1504
|
* 文件系统协议类型, 值为 NFS、CIFS、TURBO ; 若留空则默认为 NFS协议,turbo系列必须选择turbo,不支持NFS、CIFS
|
|
1702
1505
|
*/
|
|
1703
1506
|
Protocol?: string
|
|
1704
|
-
|
|
1705
1507
|
/**
|
|
1706
1508
|
* 文件系统存储类型,默认值为 SD ;其中 SD 为通用标准型存储, HP为通用性能型存储, TB为Turbo标准型, TP 为Turbo性能型。
|
|
1707
1509
|
*/
|
|
1708
1510
|
StorageType?: string
|
|
1709
|
-
|
|
1710
1511
|
/**
|
|
1711
1512
|
* 私有网络(VPC) ID,若网络类型选择的是VPC,该字段为必填。
|
|
1712
1513
|
*/
|
|
1713
1514
|
VpcId?: string
|
|
1714
|
-
|
|
1715
1515
|
/**
|
|
1716
1516
|
* 子网 ID,若网络类型选择的是VPC,该字段为必填。
|
|
1717
1517
|
*/
|
|
1718
1518
|
SubnetId?: string
|
|
1719
|
-
|
|
1720
1519
|
/**
|
|
1721
1520
|
* 指定IP地址,仅VPC网络支持;若不填写、将在该子网下随机分配 IP,Turbo系列当前不支持指定
|
|
1722
1521
|
*/
|
|
1723
1522
|
MountIP?: string
|
|
1724
|
-
|
|
1725
1523
|
/**
|
|
1726
1524
|
* 用户自定义文件系统名称
|
|
1727
1525
|
*/
|
|
1728
1526
|
FsName?: string
|
|
1729
|
-
|
|
1730
1527
|
/**
|
|
1731
1528
|
* 文件系统标签
|
|
1732
1529
|
*/
|
|
1733
1530
|
ResourceTags?: Array<TagInfo>
|
|
1734
|
-
|
|
1735
1531
|
/**
|
|
1736
1532
|
* 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。用于保证请求幂等性的字符串失效时间为2小时。
|
|
1737
1533
|
*/
|
|
1738
1534
|
ClientToken?: string
|
|
1739
|
-
|
|
1740
1535
|
/**
|
|
1741
1536
|
* 云联网ID, 若网络类型选择的是CCN,该字段为必填
|
|
1742
1537
|
*/
|
|
1743
1538
|
CcnId?: string
|
|
1744
|
-
|
|
1745
1539
|
/**
|
|
1746
1540
|
* 云联网中CFS使用的网段, 若网络类型选择的是Ccn,该字段为必填,且不能和Ccn中已经绑定的网段冲突
|
|
1747
1541
|
*/
|
|
1748
1542
|
CidrBlock?: string
|
|
1749
|
-
|
|
1750
1543
|
/**
|
|
1751
1544
|
* 文件系统容量,turbo系列必填,单位为GiB。 turbo标准型单位GB,起售40TiB,即40960 GiB;扩容步长20TiB,即20480 GiB。turbo性能型起售20TiB,即20480 GiB;扩容步长10TiB,10240 GiB。
|
|
1752
1545
|
*/
|
|
@@ -1761,22 +1554,18 @@ export interface AvailableZone {
|
|
|
1761
1554
|
* 可用区名称
|
|
1762
1555
|
*/
|
|
1763
1556
|
Zone: string
|
|
1764
|
-
|
|
1765
1557
|
/**
|
|
1766
1558
|
* 可用区ID
|
|
1767
1559
|
*/
|
|
1768
1560
|
ZoneId: number
|
|
1769
|
-
|
|
1770
1561
|
/**
|
|
1771
1562
|
* 可用区中文名称
|
|
1772
1563
|
*/
|
|
1773
1564
|
ZoneCnName: string
|
|
1774
|
-
|
|
1775
1565
|
/**
|
|
1776
1566
|
* Type数组
|
|
1777
1567
|
*/
|
|
1778
1568
|
Types: Array<AvailableType>
|
|
1779
|
-
|
|
1780
1569
|
/**
|
|
1781
1570
|
* 可用区中英文名称
|
|
1782
1571
|
*/
|
|
@@ -1791,14 +1580,12 @@ export interface DescribeMigrationTasksRequest {
|
|
|
1791
1580
|
* 分页的偏移量,默认值为0。
|
|
1792
1581
|
*/
|
|
1793
1582
|
Offset?: number
|
|
1794
|
-
|
|
1795
1583
|
/**
|
|
1796
1584
|
* 分页单页限制数目,默认值为20,最大值100。
|
|
1797
1585
|
*/
|
|
1798
1586
|
Limit?: number
|
|
1799
|
-
|
|
1800
1587
|
/**
|
|
1801
|
-
|
|
1588
|
+
* <br><li> taskId
|
|
1802
1589
|
|
|
1803
1590
|
按照【迁移任务id】进行过滤。
|
|
1804
1591
|
类型:String
|
|
@@ -1813,7 +1600,7 @@ export interface DescribeMigrationTasksRequest {
|
|
|
1813
1600
|
必选:否
|
|
1814
1601
|
|
|
1815
1602
|
每次请求的Filters的上限为10,Filter.Values的上限为100。
|
|
1816
|
-
|
|
1603
|
+
*/
|
|
1817
1604
|
Filters?: Array<Filter>
|
|
1818
1605
|
}
|
|
1819
1606
|
|
|
@@ -1825,7 +1612,6 @@ export interface Filter {
|
|
|
1825
1612
|
* 值
|
|
1826
1613
|
*/
|
|
1827
1614
|
Values: Array<string>
|
|
1828
|
-
|
|
1829
1615
|
/**
|
|
1830
1616
|
* 名称
|
|
1831
1617
|
*/
|
|
@@ -1840,7 +1626,6 @@ export interface UnbindAutoSnapshotPolicyRequest {
|
|
|
1840
1626
|
* 需要解绑的文件系统ID列表,用"," 分割
|
|
1841
1627
|
*/
|
|
1842
1628
|
FileSystemIds: string
|
|
1843
|
-
|
|
1844
1629
|
/**
|
|
1845
1630
|
* 解绑的快照ID
|
|
1846
1631
|
*/
|
|
@@ -1855,7 +1640,6 @@ export interface UnbindAutoSnapshotPolicyResponse {
|
|
|
1855
1640
|
* 快照策略ID
|
|
1856
1641
|
*/
|
|
1857
1642
|
AutoSnapshotPolicyId: string
|
|
1858
|
-
|
|
1859
1643
|
/**
|
|
1860
1644
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1861
1645
|
*/
|
|
@@ -1870,7 +1654,6 @@ export interface DescribeCfsServiceStatusResponse {
|
|
|
1870
1654
|
* 该用户当前 CFS 服务的状态,none 为未开通,creating 为开通中,created 为已开通
|
|
1871
1655
|
*/
|
|
1872
1656
|
CfsServiceStatus: string
|
|
1873
|
-
|
|
1874
1657
|
/**
|
|
1875
1658
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1876
1659
|
*/
|
|
@@ -1885,22 +1668,18 @@ export interface PGroupRuleInfo {
|
|
|
1885
1668
|
* 规则ID
|
|
1886
1669
|
*/
|
|
1887
1670
|
RuleId: string
|
|
1888
|
-
|
|
1889
1671
|
/**
|
|
1890
1672
|
* 允许访问的客户端IP
|
|
1891
1673
|
*/
|
|
1892
1674
|
AuthClientIp: string
|
|
1893
|
-
|
|
1894
1675
|
/**
|
|
1895
1676
|
* 读写权限, ro为只读,rw为读写
|
|
1896
1677
|
*/
|
|
1897
1678
|
RWPermission: string
|
|
1898
|
-
|
|
1899
1679
|
/**
|
|
1900
1680
|
* 用户权限。其中all_squash为所有访问用户都会被映射为匿名用户或用户组;no_all_squash为访问用户会先与本机用户匹配,匹配失败后再映射为匿名用户或用户组;root_squash为将来访的root用户映射为匿名用户或用户组;no_root_squash为来访的root用户保持root帐号权限。
|
|
1901
1681
|
*/
|
|
1902
1682
|
UserPermission: string
|
|
1903
|
-
|
|
1904
1683
|
/**
|
|
1905
1684
|
* 规则优先级,1-100。 其中 1 为最高,100为最低
|
|
1906
1685
|
*/
|
|
@@ -1915,32 +1694,26 @@ export interface DescribeCfsSnapshotsRequest {
|
|
|
1915
1694
|
* 文件系统ID
|
|
1916
1695
|
*/
|
|
1917
1696
|
FileSystemId?: string
|
|
1918
|
-
|
|
1919
1697
|
/**
|
|
1920
1698
|
* 快照ID
|
|
1921
1699
|
*/
|
|
1922
1700
|
SnapshotId?: string
|
|
1923
|
-
|
|
1924
1701
|
/**
|
|
1925
1702
|
* 分页起始位置
|
|
1926
1703
|
*/
|
|
1927
1704
|
Offset?: number
|
|
1928
|
-
|
|
1929
1705
|
/**
|
|
1930
1706
|
* 页面长度
|
|
1931
1707
|
*/
|
|
1932
1708
|
Limit?: number
|
|
1933
|
-
|
|
1934
1709
|
/**
|
|
1935
1710
|
* 过滤条件
|
|
1936
1711
|
*/
|
|
1937
1712
|
Filters?: Array<Filter>
|
|
1938
|
-
|
|
1939
1713
|
/**
|
|
1940
1714
|
* 排序取值
|
|
1941
1715
|
*/
|
|
1942
1716
|
OrderField?: string
|
|
1943
|
-
|
|
1944
1717
|
/**
|
|
1945
1718
|
* 排序 升序或者降序
|
|
1946
1719
|
*/
|
|
@@ -1965,37 +1738,30 @@ export interface UpdateAutoSnapshotPolicyRequest {
|
|
|
1965
1738
|
* 快照策略ID
|
|
1966
1739
|
*/
|
|
1967
1740
|
AutoSnapshotPolicyId: string
|
|
1968
|
-
|
|
1969
1741
|
/**
|
|
1970
1742
|
* 快照策略名称
|
|
1971
1743
|
*/
|
|
1972
1744
|
PolicyName?: string
|
|
1973
|
-
|
|
1974
1745
|
/**
|
|
1975
1746
|
* 快照定期备份在一星期哪一天
|
|
1976
1747
|
*/
|
|
1977
1748
|
DayOfWeek?: string
|
|
1978
|
-
|
|
1979
1749
|
/**
|
|
1980
1750
|
* 快照定期备份在一天的哪一小时
|
|
1981
1751
|
*/
|
|
1982
1752
|
Hour?: string
|
|
1983
|
-
|
|
1984
1753
|
/**
|
|
1985
1754
|
* 快照保留日期
|
|
1986
1755
|
*/
|
|
1987
1756
|
AliveDays?: number
|
|
1988
|
-
|
|
1989
1757
|
/**
|
|
1990
1758
|
* 是否激活定期快照功能
|
|
1991
1759
|
*/
|
|
1992
1760
|
IsActivated?: number
|
|
1993
|
-
|
|
1994
1761
|
/**
|
|
1995
1762
|
* 定期快照在每月的第几天创建快照,该参数与DayOfWeek互斥
|
|
1996
1763
|
*/
|
|
1997
1764
|
DayOfMonth?: string
|
|
1998
|
-
|
|
1999
1765
|
/**
|
|
2000
1766
|
* 间隔天数定期执行快照,该参数与DayOfWeek,DayOfMonth 互斥
|
|
2001
1767
|
*/
|
|
@@ -2010,7 +1776,6 @@ export interface UpdateCfsFileSystemSizeLimitRequest {
|
|
|
2010
1776
|
* 文件系统容量限制大小,输入范围0-1073741824, 单位为GB;其中输入值为0时,表示不限制文件系统容量。
|
|
2011
1777
|
*/
|
|
2012
1778
|
FsLimit: number
|
|
2013
|
-
|
|
2014
1779
|
/**
|
|
2015
1780
|
* 文件系统ID,目前仅支持标准型文件系统。
|
|
2016
1781
|
*/
|
|
@@ -2025,7 +1790,6 @@ export interface DescribeCfsRulesResponse {
|
|
|
2025
1790
|
* 权限组规则列表
|
|
2026
1791
|
*/
|
|
2027
1792
|
RuleList: Array<PGroupRuleInfo>
|
|
2028
|
-
|
|
2029
1793
|
/**
|
|
2030
1794
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2031
1795
|
*/
|
|
@@ -2045,7 +1809,6 @@ export interface UpdateAutoSnapshotPolicyResponse {
|
|
|
2045
1809
|
* 快照策略ID
|
|
2046
1810
|
*/
|
|
2047
1811
|
AutoSnapshotPolicyId?: string
|
|
2048
|
-
|
|
2049
1812
|
/**
|
|
2050
1813
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2051
1814
|
*/
|
|
@@ -2060,32 +1823,26 @@ export interface FileSystemByPolicy {
|
|
|
2060
1823
|
* 文件系统名称
|
|
2061
1824
|
*/
|
|
2062
1825
|
CreationToken: string
|
|
2063
|
-
|
|
2064
1826
|
/**
|
|
2065
1827
|
* 文件系统ID
|
|
2066
1828
|
*/
|
|
2067
1829
|
FileSystemId: string
|
|
2068
|
-
|
|
2069
1830
|
/**
|
|
2070
1831
|
* 文件系统大小
|
|
2071
1832
|
*/
|
|
2072
1833
|
SizeByte: number
|
|
2073
|
-
|
|
2074
1834
|
/**
|
|
2075
1835
|
* 存储类型
|
|
2076
1836
|
*/
|
|
2077
1837
|
StorageType: string
|
|
2078
|
-
|
|
2079
1838
|
/**
|
|
2080
1839
|
* 快照总大小
|
|
2081
1840
|
*/
|
|
2082
1841
|
TotalSnapshotSize: number
|
|
2083
|
-
|
|
2084
1842
|
/**
|
|
2085
1843
|
* 文件系统创建时间
|
|
2086
1844
|
*/
|
|
2087
1845
|
CreationTime: string
|
|
2088
|
-
|
|
2089
1846
|
/**
|
|
2090
1847
|
* 文件系统所在区ID
|
|
2091
1848
|
*/
|
|
@@ -2100,71 +1857,58 @@ export interface SnapshotInfo {
|
|
|
2100
1857
|
* 创建快照时间
|
|
2101
1858
|
*/
|
|
2102
1859
|
CreationTime: string
|
|
2103
|
-
|
|
2104
1860
|
/**
|
|
2105
1861
|
* 快照名称
|
|
2106
1862
|
*/
|
|
2107
1863
|
SnapshotName: string
|
|
2108
|
-
|
|
2109
1864
|
/**
|
|
2110
1865
|
* 快照ID
|
|
2111
1866
|
*/
|
|
2112
1867
|
SnapshotId: string
|
|
2113
|
-
|
|
2114
1868
|
/**
|
|
2115
1869
|
* 快照状态
|
|
2116
1870
|
*/
|
|
2117
1871
|
Status: string
|
|
2118
|
-
|
|
2119
1872
|
/**
|
|
2120
1873
|
* 地域名称
|
|
2121
1874
|
*/
|
|
2122
1875
|
RegionName: string
|
|
2123
|
-
|
|
2124
1876
|
/**
|
|
2125
1877
|
* 文件系统ID
|
|
2126
1878
|
*/
|
|
2127
1879
|
FileSystemId: string
|
|
2128
|
-
|
|
2129
1880
|
/**
|
|
2130
1881
|
* 快照大小
|
|
2131
1882
|
*/
|
|
2132
1883
|
Size: number
|
|
2133
|
-
|
|
2134
1884
|
/**
|
|
2135
1885
|
* 保留时长天
|
|
2136
1886
|
*/
|
|
2137
1887
|
AliveDay: number
|
|
2138
|
-
|
|
2139
1888
|
/**
|
|
2140
1889
|
* 快照进度
|
|
2141
1890
|
*/
|
|
2142
1891
|
Percent: number
|
|
2143
|
-
|
|
2144
1892
|
/**
|
|
2145
1893
|
* 帐号ID
|
|
2146
1894
|
*/
|
|
2147
1895
|
AppId: number
|
|
2148
|
-
|
|
2149
1896
|
/**
|
|
2150
1897
|
* 快照删除时间
|
|
2151
1898
|
*/
|
|
2152
1899
|
DeleteTime: string
|
|
2153
|
-
|
|
2154
1900
|
/**
|
|
2155
1901
|
* 文件系统名称
|
|
2156
1902
|
*/
|
|
2157
1903
|
FsName: string
|
|
2158
|
-
|
|
2159
1904
|
/**
|
|
2160
1905
|
* 快照标签
|
|
2161
1906
|
*/
|
|
2162
1907
|
Tags: Array<TagInfo>
|
|
2163
|
-
|
|
2164
1908
|
/**
|
|
2165
|
-
|
|
1909
|
+
* 快照类型
|
|
2166
1910
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2167
|
-
|
|
1911
|
+
*/
|
|
2168
1912
|
SnapshotType?: string
|
|
2169
1913
|
}
|
|
2170
1914
|
|
|
@@ -2176,57 +1920,46 @@ export interface MountInfo {
|
|
|
2176
1920
|
* 文件系统 ID
|
|
2177
1921
|
*/
|
|
2178
1922
|
FileSystemId: string
|
|
2179
|
-
|
|
2180
1923
|
/**
|
|
2181
1924
|
* 挂载点 ID
|
|
2182
1925
|
*/
|
|
2183
1926
|
MountTargetId: string
|
|
2184
|
-
|
|
2185
1927
|
/**
|
|
2186
1928
|
* 挂载点 IP
|
|
2187
1929
|
*/
|
|
2188
1930
|
IpAddress: string
|
|
2189
|
-
|
|
2190
1931
|
/**
|
|
2191
1932
|
* 挂载根目录
|
|
2192
1933
|
*/
|
|
2193
1934
|
FSID: string
|
|
2194
|
-
|
|
2195
1935
|
/**
|
|
2196
1936
|
* 挂载点状态
|
|
2197
1937
|
*/
|
|
2198
1938
|
LifeCycleState: string
|
|
2199
|
-
|
|
2200
1939
|
/**
|
|
2201
1940
|
* 网络类型
|
|
2202
1941
|
*/
|
|
2203
1942
|
NetworkInterface: string
|
|
2204
|
-
|
|
2205
1943
|
/**
|
|
2206
1944
|
* 私有网络 ID
|
|
2207
1945
|
*/
|
|
2208
1946
|
VpcId: string
|
|
2209
|
-
|
|
2210
1947
|
/**
|
|
2211
1948
|
* 私有网络名称
|
|
2212
1949
|
*/
|
|
2213
1950
|
VpcName: string
|
|
2214
|
-
|
|
2215
1951
|
/**
|
|
2216
1952
|
* 子网 Id
|
|
2217
1953
|
*/
|
|
2218
1954
|
SubnetId: string
|
|
2219
|
-
|
|
2220
1955
|
/**
|
|
2221
1956
|
* 子网名称
|
|
2222
1957
|
*/
|
|
2223
1958
|
SubnetName: string
|
|
2224
|
-
|
|
2225
1959
|
/**
|
|
2226
1960
|
* CFS Turbo使用的云联网ID
|
|
2227
1961
|
*/
|
|
2228
1962
|
CcnID: string
|
|
2229
|
-
|
|
2230
1963
|
/**
|
|
2231
1964
|
* 云联网中CFS Turbo使用的网段
|
|
2232
1965
|
*/
|
|
@@ -2241,7 +1974,6 @@ export interface UpdateCfsFileSystemPGroupRequest {
|
|
|
2241
1974
|
* 权限组 ID
|
|
2242
1975
|
*/
|
|
2243
1976
|
PGroupId: string
|
|
2244
|
-
|
|
2245
1977
|
/**
|
|
2246
1978
|
* 文件系统 ID
|
|
2247
1979
|
*/
|
|
@@ -2256,7 +1988,6 @@ export interface CreateMigrationTaskResponse {
|
|
|
2256
1988
|
* 迁移任务Id
|
|
2257
1989
|
*/
|
|
2258
1990
|
TaskId?: string
|
|
2259
|
-
|
|
2260
1991
|
/**
|
|
2261
1992
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2262
1993
|
*/
|
|
@@ -2271,7 +2002,6 @@ export interface DeleteAutoSnapshotPolicyResponse {
|
|
|
2271
2002
|
* 快照策略ID
|
|
2272
2003
|
*/
|
|
2273
2004
|
AutoSnapshotPolicyId: string
|
|
2274
|
-
|
|
2275
2005
|
/**
|
|
2276
2006
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2277
2007
|
*/
|
|
@@ -2286,12 +2016,10 @@ export interface DeleteCfsRuleResponse {
|
|
|
2286
2016
|
* 规则 ID
|
|
2287
2017
|
*/
|
|
2288
2018
|
RuleId: string
|
|
2289
|
-
|
|
2290
2019
|
/**
|
|
2291
2020
|
* 权限组 ID
|
|
2292
2021
|
*/
|
|
2293
2022
|
PGroupId: string
|
|
2294
|
-
|
|
2295
2023
|
/**
|
|
2296
2024
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2297
2025
|
*/
|
|
@@ -2306,7 +2034,6 @@ export interface UpdateCfsSnapshotAttributeResponse {
|
|
|
2306
2034
|
* 文件系统快照ID
|
|
2307
2035
|
*/
|
|
2308
2036
|
SnapshotId: string
|
|
2309
|
-
|
|
2310
2037
|
/**
|
|
2311
2038
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2312
2039
|
*/
|
|
@@ -2321,12 +2048,10 @@ export interface UpdateCfsPGroupRequest {
|
|
|
2321
2048
|
* 权限组 ID
|
|
2322
2049
|
*/
|
|
2323
2050
|
PGroupId: string
|
|
2324
|
-
|
|
2325
2051
|
/**
|
|
2326
2052
|
* 权限组名称,1-64个字符且只能为中文,字母,数字,下划线或横线
|
|
2327
2053
|
*/
|
|
2328
2054
|
Name?: string
|
|
2329
|
-
|
|
2330
2055
|
/**
|
|
2331
2056
|
* 权限组描述信息,1-255个字符
|
|
2332
2057
|
*/
|
|
@@ -2351,7 +2076,6 @@ export interface TagInfo {
|
|
|
2351
2076
|
* 标签键
|
|
2352
2077
|
*/
|
|
2353
2078
|
TagKey: string
|
|
2354
|
-
|
|
2355
2079
|
/**
|
|
2356
2080
|
* 标签值
|
|
2357
2081
|
*/
|
|
@@ -2371,12 +2095,10 @@ export interface DeleteCfsPGroupResponse {
|
|
|
2371
2095
|
* 权限组 ID
|
|
2372
2096
|
*/
|
|
2373
2097
|
PGroupId: string
|
|
2374
|
-
|
|
2375
2098
|
/**
|
|
2376
2099
|
* 用户 ID
|
|
2377
2100
|
*/
|
|
2378
2101
|
AppId: number
|
|
2379
|
-
|
|
2380
2102
|
/**
|
|
2381
2103
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2382
2104
|
*/
|
|
@@ -2391,12 +2113,10 @@ export interface UpdateCfsSnapshotAttributeRequest {
|
|
|
2391
2113
|
* 文件系统快照ID
|
|
2392
2114
|
*/
|
|
2393
2115
|
SnapshotId: string
|
|
2394
|
-
|
|
2395
2116
|
/**
|
|
2396
2117
|
* 文件系统快照名称
|
|
2397
2118
|
*/
|
|
2398
2119
|
SnapshotName?: string
|
|
2399
|
-
|
|
2400
2120
|
/**
|
|
2401
2121
|
* 文件系统快照保留天数
|
|
2402
2122
|
*/
|
|
@@ -2411,12 +2131,10 @@ export interface DescribeUserQuotaResponse {
|
|
|
2411
2131
|
* UserQuota条目总数
|
|
2412
2132
|
*/
|
|
2413
2133
|
TotalCount: number
|
|
2414
|
-
|
|
2415
2134
|
/**
|
|
2416
2135
|
* UserQuota条目
|
|
2417
2136
|
*/
|
|
2418
2137
|
UserQuotaInfo: Array<UserQuota>
|
|
2419
|
-
|
|
2420
2138
|
/**
|
|
2421
2139
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2422
2140
|
*/
|
|
@@ -2428,9 +2146,9 @@ export interface DescribeUserQuotaResponse {
|
|
|
2428
2146
|
*/
|
|
2429
2147
|
export interface TieringDetailInfo {
|
|
2430
2148
|
/**
|
|
2431
|
-
|
|
2149
|
+
* 低频存储容量
|
|
2432
2150
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2433
|
-
|
|
2151
|
+
*/
|
|
2434
2152
|
TieringSizeInBytes?: number
|
|
2435
2153
|
}
|
|
2436
2154
|
|
|
@@ -2442,22 +2160,18 @@ export interface PGroupInfo {
|
|
|
2442
2160
|
* 权限组ID
|
|
2443
2161
|
*/
|
|
2444
2162
|
PGroupId: string
|
|
2445
|
-
|
|
2446
2163
|
/**
|
|
2447
2164
|
* 权限组名称
|
|
2448
2165
|
*/
|
|
2449
2166
|
Name: string
|
|
2450
|
-
|
|
2451
2167
|
/**
|
|
2452
2168
|
* 描述信息
|
|
2453
2169
|
*/
|
|
2454
2170
|
DescInfo: string
|
|
2455
|
-
|
|
2456
2171
|
/**
|
|
2457
2172
|
* 创建时间
|
|
2458
2173
|
*/
|
|
2459
2174
|
CDate: string
|
|
2460
|
-
|
|
2461
2175
|
/**
|
|
2462
2176
|
* 关联文件系统个数
|
|
2463
2177
|
*/
|
|
@@ -2472,32 +2186,26 @@ export interface CreateCfsRuleResponse {
|
|
|
2472
2186
|
* 规则 ID
|
|
2473
2187
|
*/
|
|
2474
2188
|
RuleId: string
|
|
2475
|
-
|
|
2476
2189
|
/**
|
|
2477
2190
|
* 权限组 ID
|
|
2478
2191
|
*/
|
|
2479
2192
|
PGroupId: string
|
|
2480
|
-
|
|
2481
2193
|
/**
|
|
2482
2194
|
* 客户端 IP
|
|
2483
2195
|
*/
|
|
2484
2196
|
AuthClientIp: string
|
|
2485
|
-
|
|
2486
2197
|
/**
|
|
2487
2198
|
* 读写权限
|
|
2488
2199
|
*/
|
|
2489
2200
|
RWPermission: string
|
|
2490
|
-
|
|
2491
2201
|
/**
|
|
2492
2202
|
* 用户权限
|
|
2493
2203
|
*/
|
|
2494
2204
|
UserPermission: string
|
|
2495
|
-
|
|
2496
2205
|
/**
|
|
2497
2206
|
* 优先级
|
|
2498
2207
|
*/
|
|
2499
2208
|
Priority: number
|
|
2500
|
-
|
|
2501
2209
|
/**
|
|
2502
2210
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2503
2211
|
*/
|
|
@@ -2512,17 +2220,14 @@ export interface DescribeCfsSnapshotsResponse {
|
|
|
2512
2220
|
* 总个数
|
|
2513
2221
|
*/
|
|
2514
2222
|
TotalCount: number
|
|
2515
|
-
|
|
2516
2223
|
/**
|
|
2517
2224
|
* 快照信息描述
|
|
2518
2225
|
*/
|
|
2519
2226
|
Snapshots: Array<SnapshotInfo>
|
|
2520
|
-
|
|
2521
2227
|
/**
|
|
2522
2228
|
* 快照列表快照汇总
|
|
2523
2229
|
*/
|
|
2524
2230
|
TotalSize: number
|
|
2525
|
-
|
|
2526
2231
|
/**
|
|
2527
2232
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2528
2233
|
*/
|
|
@@ -2547,12 +2252,10 @@ export interface DescribeAutoSnapshotPoliciesResponse {
|
|
|
2547
2252
|
* 快照策略总个数
|
|
2548
2253
|
*/
|
|
2549
2254
|
TotalCount: number
|
|
2550
|
-
|
|
2551
2255
|
/**
|
|
2552
2256
|
* 快照策略信息
|
|
2553
2257
|
*/
|
|
2554
2258
|
AutoSnapshotPolicies: Array<AutoSnapshotPolicyInfo>
|
|
2555
|
-
|
|
2556
2259
|
/**
|
|
2557
2260
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2558
2261
|
*/
|
|
@@ -2572,27 +2275,22 @@ export interface CreateAutoSnapshotPolicyRequest {
|
|
|
2572
2275
|
* 快照重复时间点
|
|
2573
2276
|
*/
|
|
2574
2277
|
Hour: string
|
|
2575
|
-
|
|
2576
2278
|
/**
|
|
2577
2279
|
* 策略名称
|
|
2578
2280
|
*/
|
|
2579
2281
|
PolicyName?: string
|
|
2580
|
-
|
|
2581
2282
|
/**
|
|
2582
2283
|
* 快照重复日期,星期一到星期日
|
|
2583
2284
|
*/
|
|
2584
2285
|
DayOfWeek?: string
|
|
2585
|
-
|
|
2586
2286
|
/**
|
|
2587
2287
|
* 快照保留时长
|
|
2588
2288
|
*/
|
|
2589
2289
|
AliveDays?: number
|
|
2590
|
-
|
|
2591
2290
|
/**
|
|
2592
2291
|
* 快照按月重复,每月1-31号,选择一天,每月将在这一天自动创建快照。
|
|
2593
2292
|
*/
|
|
2594
2293
|
DayOfMonth?: string
|
|
2595
|
-
|
|
2596
2294
|
/**
|
|
2597
2295
|
* 间隔天数
|
|
2598
2296
|
*/
|