tencentcloud-sdk-nodejs-cfs 4.0.479 → 4.0.482

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.
@@ -16,148 +16,183 @@
16
16
  */
17
17
 
18
18
  /**
19
- * DeleteCfsFileSystem返回参数结构体
19
+ * 文件系统快照统计
20
20
  */
21
- export interface DeleteCfsFileSystemResponse {
21
+ export interface SnapshotStatistics {
22
22
  /**
23
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
23
+ * 地域
24
24
  */
25
- RequestId?: string
25
+ Region: string
26
+
27
+ /**
28
+ * 快照总个数
29
+ */
30
+ SnapshotNumber: number
31
+
32
+ /**
33
+ * 快照总容量
34
+ */
35
+ SnapshotSize: number
26
36
  }
27
37
 
28
38
  /**
29
- * 快照信息
39
+ * DescribeCfsPGroups返回参数结构体
30
40
  */
31
- export interface SnapshotInfo {
41
+ export interface DescribeCfsPGroupsResponse {
32
42
  /**
33
- * 创建快照时间
43
+ * 权限组信息列表
34
44
  */
35
- CreationTime: string
45
+ PGroupList: Array<PGroupInfo>
36
46
 
37
47
  /**
38
- * 快照名称
48
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
39
49
  */
40
- SnapshotName: string
50
+ RequestId?: string
51
+ }
41
52
 
53
+ /**
54
+ * DescribeMountTargets返回参数结构体
55
+ */
56
+ export interface DescribeMountTargetsResponse {
42
57
  /**
43
- * 快照ID
58
+ * 挂载点详情
44
59
  */
45
- SnapshotId: string
60
+ MountTargets: Array<MountInfo>
46
61
 
47
62
  /**
48
- * 快照状态
63
+ * 挂载点数量
49
64
  */
50
- Status: string
65
+ NumberOfMountTargets: number
51
66
 
52
67
  /**
53
- * 地域名称
68
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
54
69
  */
55
- RegionName: string
70
+ RequestId?: string
71
+ }
56
72
 
73
+ /**
74
+ * DescribeSnapshotOperationLogs请求参数结构体
75
+ */
76
+ export interface DescribeSnapshotOperationLogsRequest {
57
77
  /**
58
- * 文件系统ID
78
+ * 文件系统快照ID
59
79
  */
60
- FileSystemId: string
80
+ SnapshotId: string
61
81
 
62
82
  /**
63
- * 快照大小
83
+ * 起始时间
64
84
  */
65
- Size: number
85
+ StartTime: string
66
86
 
67
87
  /**
68
- * 保留时长天
88
+ * 结束时间
69
89
  */
70
- AliveDay: number
90
+ EndTime: string
91
+ }
71
92
 
93
+ /**
94
+ * 文件系统客户端信息
95
+ */
96
+ export interface FileSystemClient {
72
97
  /**
73
- * 快照进度
98
+ * 文件系统IP地址
74
99
  */
75
- Percent: number
100
+ CfsVip: string
76
101
 
77
102
  /**
78
- * 帐号ID
103
+ * 客户端IP地址
79
104
  */
80
- AppId: number
105
+ ClientIp: string
81
106
 
82
107
  /**
83
- * 快照删除时间
108
+ * 文件系统所属VPCID
84
109
  */
85
- DeleteTime: string
110
+ VpcId: string
86
111
 
87
112
  /**
88
- * 文件系统名称
113
+ * 可用区名称,例如ap-beijing-1,请参考 概览文档中的地域与可用区列表
89
114
  */
90
- FsName: string
115
+ Zone: string
91
116
 
92
117
  /**
93
- * 快照标签
118
+ * 可用区中文名称
94
119
  */
95
- Tags: Array<TagInfo>
120
+ ZoneName: string
121
+
122
+ /**
123
+ * 该文件系统被挂载到客户端上的路径信息
124
+ */
125
+ MountDirectory: string
96
126
  }
97
127
 
98
128
  /**
99
- * DescribeCfsFileSystems请求参数结构体
129
+ * DescribeCfsFileSystems返回参数结构体
100
130
  */
101
- export interface DescribeCfsFileSystemsRequest {
131
+ export interface DescribeCfsFileSystemsResponse {
102
132
  /**
103
- * 文件系统 ID
133
+ * 文件系统信息
104
134
  */
105
- FileSystemId?: string
135
+ FileSystems: Array<FileSystemInfo>
106
136
 
107
137
  /**
108
- * 私有网络(VPC) ID
138
+ * 文件系统总数
109
139
  */
110
- VpcId?: string
140
+ TotalCount: number
111
141
 
112
142
  /**
113
- * 子网 ID
143
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
114
144
  */
115
- SubnetId?: string
145
+ RequestId?: string
116
146
  }
117
147
 
118
148
  /**
119
- * DeleteMountTarget请求参数结构体
149
+ * CreateCfsFileSystem返回参数结构体
120
150
  */
121
- export interface DeleteMountTargetRequest {
151
+ export interface CreateCfsFileSystemResponse {
152
+ /**
153
+ * 文件系统创建时间
154
+ */
155
+ CreationTime: string
156
+
157
+ /**
158
+ * 用户自定义文件系统名称
159
+ */
160
+ CreationToken: string
161
+
122
162
  /**
123
163
  * 文件系统 ID
124
164
  */
125
165
  FileSystemId: string
126
166
 
127
167
  /**
128
- * 挂载点 ID
168
+ * 文件系统状态,可能出现状态包括:“creating” 创建中, “create_failed” 创建失败, “available” 可用, “unserviced” 不可用, “upgrading” 升级中, “deleting” 删除中。
129
169
  */
130
- MountTargetId: string
131
- }
170
+ LifeCycleState: string
132
171
 
133
- /**
134
- * CreateCfsRule请求参数结构体
135
- */
136
- export interface CreateCfsRuleRequest {
137
172
  /**
138
- * 权限组 ID
173
+ * 文件系统已使用容量大小,单位为 Byte
139
174
  */
140
- PGroupId: string
175
+ SizeByte: number
141
176
 
142
177
  /**
143
- * 可以填写单个 IP 或者单个网段,例如 10.1.10.11 或者 10.10.1.0/24。默认来访地址为*表示允许所有。同时需要注意,此处需填写 CVM 的内网 IP。
178
+ * 可用区 ID
144
179
  */
145
- AuthClientIp: string
180
+ ZoneId: number
146
181
 
147
182
  /**
148
- * 规则优先级,参数范围1-100。 其中 1 为最高,100为最低
183
+ * 用户自定义文件系统名称
149
184
  */
150
- Priority: number
185
+ FsName: string
151
186
 
152
187
  /**
153
- * 读写权限, 值为 RO、RW;其中 RO 为只读,RW 为读写,不填默认为只读
188
+ * 文件系统是否加密
154
189
  */
155
- RWPermission?: string
190
+ Encrypted: boolean
156
191
 
157
192
  /**
158
- * 用户权限,值为 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
193
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId
159
194
  */
160
- UserPermission?: string
195
+ RequestId?: string
161
196
  }
162
197
 
163
198
  /**
@@ -266,93 +301,93 @@ export interface FileSystemInfo {
266
301
  }
267
302
 
268
303
  /**
269
- * 文件系统绑定权限组信息
304
+ * BindAutoSnapshotPolicy请求参数结构体
270
305
  */
271
- export interface PGroup {
306
+ export interface BindAutoSnapshotPolicyRequest {
272
307
  /**
273
- * 权限组ID
308
+ * 快照策略ID
274
309
  */
275
- PGroupId: string
310
+ AutoSnapshotPolicyId: string
276
311
 
277
312
  /**
278
- * 权限组名称
313
+ * 文件系统列表
279
314
  */
280
- Name: string
315
+ FileSystemIds: string
281
316
  }
282
317
 
283
318
  /**
284
- * DescribeAvailableZoneInfo返回参数结构体
319
+ * CreateCfsPGroup请求参数结构体
285
320
  */
286
- export interface DescribeAvailableZoneInfoResponse {
321
+ export interface CreateCfsPGroupRequest {
287
322
  /**
288
- * 各可用区的资源售卖情况以及支持的存储类型、存储协议等信息
323
+ * 权限组名称,1-64个字符且只能为中文,字母,数字,下划线或横线
289
324
  */
290
- RegionZones: Array<AvailableRegion>
325
+ Name: string
291
326
 
292
327
  /**
293
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
328
+ * 权限组描述信息,1-255个字符
294
329
  */
295
- RequestId?: string
330
+ DescInfo?: string
296
331
  }
297
332
 
298
333
  /**
299
- * 文件系统快照统计
334
+ * DescribeAutoSnapshotPolicies请求参数结构体
300
335
  */
301
- export interface SnapshotStatistics {
336
+ export interface DescribeAutoSnapshotPoliciesRequest {
302
337
  /**
303
- * 地域
338
+ * 快照策略ID
304
339
  */
305
- Region: string
340
+ AutoSnapshotPolicyId?: string
306
341
 
307
342
  /**
308
- * 快照总个数
343
+ * 分页码
309
344
  */
310
- SnapshotNumber: number
345
+ Offset?: number
311
346
 
312
347
  /**
313
- * 快照总容量
348
+ * 页面长
314
349
  */
315
- SnapshotSize: number
316
- }
350
+ Limit?: number
317
351
 
318
- /**
319
- * UpdateCfsFileSystemName请求参数结构体
320
- */
321
- export interface UpdateCfsFileSystemNameRequest {
322
352
  /**
323
- * 文件系统 ID
353
+ * 过滤条件
324
354
  */
325
- FileSystemId: string
355
+ Filters?: Array<Filter>
326
356
 
327
357
  /**
328
- * 用户自定义文件系统名称
358
+ * 升序,降序
329
359
  */
330
- FsName?: string
360
+ Order?: string
361
+
362
+ /**
363
+ * 排序字段
364
+ */
365
+ OrderField?: string
331
366
  }
332
367
 
333
368
  /**
334
- * DeleteCfsSnapshot返回参数结构体
369
+ * DescribeAvailableZoneInfo请求参数结构体
335
370
  */
336
- export interface DeleteCfsSnapshotResponse {
337
- /**
338
- * 文件系统ID
339
- */
340
- SnapshotId: string
371
+ export type DescribeAvailableZoneInfoRequest = null
341
372
 
373
+ /**
374
+ * DescribeMountTargets请求参数结构体
375
+ */
376
+ export interface DescribeMountTargetsRequest {
342
377
  /**
343
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
378
+ * 文件系统 ID
344
379
  */
345
- RequestId?: string
380
+ FileSystemId: string
346
381
  }
347
382
 
348
383
  /**
349
- * DescribeCfsPGroups返回参数结构体
384
+ * BindAutoSnapshotPolicy返回参数结构体
350
385
  */
351
- export interface DescribeCfsPGroupsResponse {
386
+ export interface BindAutoSnapshotPolicyResponse {
352
387
  /**
353
- * 权限组信息列表
388
+ * 快照策略ID
354
389
  */
355
- PGroupList: Array<PGroupInfo>
390
+ AutoSnapshotPolicyId: string
356
391
 
357
392
  /**
358
393
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -361,13 +396,18 @@ export interface DescribeCfsPGroupsResponse {
361
396
  }
362
397
 
363
398
  /**
364
- * DescribeCfsFileSystemClients返回参数结构体
399
+ * SignUpCfsService请求参数结构体
365
400
  */
366
- export interface DescribeCfsFileSystemClientsResponse {
401
+ export type SignUpCfsServiceRequest = null
402
+
403
+ /**
404
+ * SignUpCfsService返回参数结构体
405
+ */
406
+ export interface SignUpCfsServiceResponse {
367
407
  /**
368
- * 客户端列表
408
+ * 该用户当前 CFS 服务的状态,creating 是开通中,created 是已开通
369
409
  */
370
- ClientList: Array<FileSystemClient>
410
+ CfsServiceStatus: string
371
411
 
372
412
  /**
373
413
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -376,49 +416,134 @@ export interface DescribeCfsFileSystemClientsResponse {
376
416
  }
377
417
 
378
418
  /**
379
- * 快照操作日志
419
+ * 快照策略信息
380
420
  */
381
- export interface SnapshotOperateLog {
421
+ export interface AutoSnapshotPolicyInfo {
382
422
  /**
383
- * 操作类型
423
+ * 快照策略ID
384
424
  */
385
- Action: string
425
+ AutoSnapshotPolicyId: string
386
426
 
387
427
  /**
388
- * 操作时间
428
+ * 快照策略ID
389
429
  */
390
- ActionTime: string
430
+ PolicyName: string
391
431
 
392
432
  /**
393
- * 操作名称
433
+ * 快照策略创建时间
394
434
  */
395
- ActionName: string
435
+ CreationTime: string
396
436
 
397
437
  /**
398
- * 操作者
438
+ * 关联的文件系统个数
399
439
  */
400
- Operator: string
440
+ FileSystemNums: number
401
441
 
402
442
  /**
403
- * 结果
443
+ * 快照定期备份在一星期哪一天
404
444
  */
405
- Result: number
445
+ DayOfWeek: string
446
+
447
+ /**
448
+ * 快照定期备份在一天的哪一小时
449
+ */
450
+ Hour: string
451
+
452
+ /**
453
+ * 是否激活定期快照功能
454
+ */
455
+ IsActivated: number
456
+
457
+ /**
458
+ * 下一次触发快照时间
459
+ */
460
+ NextActiveTime: string
461
+
462
+ /**
463
+ * 快照策略状态
464
+ */
465
+ Status: string
466
+
467
+ /**
468
+ * 帐号ID
469
+ */
470
+ AppId: number
471
+
472
+ /**
473
+ * 保留时间
474
+ */
475
+ AliveDays: number
476
+
477
+ /**
478
+ * 地域
479
+ */
480
+ RegionName: string
481
+
482
+ /**
483
+ * 文件系统信息
484
+ */
485
+ FileSystems: Array<FileSystemByPolicy>
406
486
  }
407
487
 
408
488
  /**
409
- * DescribeSnapshotOperationLogs返回参数结构体
489
+ * DescribeCfsRules请求参数结构体
410
490
  */
411
- export interface DescribeSnapshotOperationLogsResponse {
491
+ export interface DescribeCfsRulesRequest {
412
492
  /**
413
- * 快照ID
493
+ * 权限组 ID
414
494
  */
415
- SnapshotId: string
495
+ PGroupId: string
496
+ }
416
497
 
498
+ /**
499
+ * DeleteCfsPGroup请求参数结构体
500
+ */
501
+ export interface DeleteCfsPGroupRequest {
417
502
  /**
418
- * 操作日志
503
+ * 权限组 ID
419
504
  */
420
- SnapshotOperates: Array<SnapshotOperateLog>
505
+ PGroupId: string
506
+ }
507
+
508
+ /**
509
+ * UpdateCfsPGroup返回参数结构体
510
+ */
511
+ export interface UpdateCfsPGroupResponse {
512
+ /**
513
+ * 权限组ID
514
+ */
515
+ PGroupId: string
516
+
517
+ /**
518
+ * 权限组名称
519
+ */
520
+ Name: string
521
+
522
+ /**
523
+ * 描述信息
524
+ */
525
+ DescInfo: string
526
+
527
+ /**
528
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
529
+ */
530
+ RequestId?: string
531
+ }
532
+
533
+ /**
534
+ * DeleteAutoSnapshotPolicy请求参数结构体
535
+ */
536
+ export interface DeleteAutoSnapshotPolicyRequest {
537
+ /**
538
+ * 快照策略ID
539
+ */
540
+ AutoSnapshotPolicyId: string
541
+ }
421
542
 
543
+ /**
544
+ * DeleteCfsFileSystem返回参数结构体
545
+ */
546
+ export interface DeleteCfsFileSystemResponse {
422
547
  /**
423
548
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
424
549
  */
@@ -461,74 +586,74 @@ export interface UpdateCfsRuleRequest {
461
586
  }
462
587
 
463
588
  /**
464
- * DeleteAutoSnapshotPolicy返回参数结构体
589
+ * DeleteUserQuota请求参数结构体
465
590
  */
466
- export interface DeleteAutoSnapshotPolicyResponse {
591
+ export interface DeleteUserQuotaRequest {
467
592
  /**
468
- * 快照策略ID
593
+ * 文件系统 ID
469
594
  */
470
- AutoSnapshotPolicyId: string
595
+ FileSystemId: string
471
596
 
472
597
  /**
473
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
598
+ * 指定配额类型,包括Uid、Gid
474
599
  */
475
- RequestId?: string
476
- }
600
+ UserType: string
477
601
 
478
- /**
479
- * CreateCfsSnapshot请求参数结构体
480
- */
481
- export interface CreateCfsSnapshotRequest {
482
602
  /**
483
- * 文件系统id
603
+ * UID/GID信息
484
604
  */
485
- FileSystemId: string
605
+ UserId: string
606
+ }
486
607
 
608
+ /**
609
+ * DescribeAvailableZoneInfo返回参数结构体
610
+ */
611
+ export interface DescribeAvailableZoneInfoResponse {
487
612
  /**
488
- * 快照名称
613
+ * 各可用区的资源售卖情况以及支持的存储类型、存储协议等信息
489
614
  */
490
- SnapshotName?: string
615
+ RegionZones: Array<AvailableRegion>
491
616
 
492
617
  /**
493
- * 快照标签
618
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
494
619
  */
495
- ResourceTags?: Array<TagInfo>
620
+ RequestId?: string
496
621
  }
497
622
 
498
623
  /**
499
- * DescribeSnapshotOperationLogs请求参数结构体
624
+ * DeleteCfsSnapshot返回参数结构体
500
625
  */
501
- export interface DescribeSnapshotOperationLogsRequest {
626
+ export interface DeleteCfsSnapshotResponse {
502
627
  /**
503
- * 文件系统快照ID
628
+ * 文件系统ID
504
629
  */
505
630
  SnapshotId: string
506
631
 
507
632
  /**
508
- * 起始时间
509
- */
510
- StartTime: string
511
-
512
- /**
513
- * 结束时间
633
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
514
634
  */
515
- EndTime: string
635
+ RequestId?: string
516
636
  }
517
637
 
518
638
  /**
519
- * DeleteCfsRule返回参数结构体
639
+ * DescribeCfsFileSystemClients返回参数结构体
520
640
  */
521
- export interface DeleteCfsRuleResponse {
641
+ export interface DescribeCfsFileSystemClientsResponse {
522
642
  /**
523
- * 规则 ID
643
+ * 客户端列表
524
644
  */
525
- RuleId: string
645
+ ClientList: Array<FileSystemClient>
526
646
 
527
647
  /**
528
- * 权限组 ID
648
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
529
649
  */
530
- PGroupId: string
650
+ RequestId?: string
651
+ }
531
652
 
653
+ /**
654
+ * DeleteMountTarget返回参数结构体
655
+ */
656
+ export interface DeleteMountTargetResponse {
532
657
  /**
533
658
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
534
659
  */
@@ -536,18 +661,23 @@ export interface DeleteCfsRuleResponse {
536
661
  }
537
662
 
538
663
  /**
539
- * DescribeCfsSnapshotOverview返回参数结构体
664
+ * CreateCfsSnapshot请求参数结构体
540
665
  */
541
- export interface DescribeCfsSnapshotOverviewResponse {
666
+ export interface CreateCfsSnapshotRequest {
542
667
  /**
543
- * 统计信息
668
+ * 文件系统id
544
669
  */
545
- StatisticsList: Array<SnapshotStatistics>
670
+ FileSystemId: string
546
671
 
547
672
  /**
548
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
673
+ * 快照名称
549
674
  */
550
- RequestId?: string
675
+ SnapshotName?: string
676
+
677
+ /**
678
+ * 快照标签
679
+ */
680
+ ResourceTags?: Array<TagInfo>
551
681
  }
552
682
 
553
683
  /**
@@ -566,9 +696,14 @@ export interface DeleteCfsRuleRequest {
566
696
  }
567
697
 
568
698
  /**
569
- * DeleteMountTarget返回参数结构体
699
+ * DescribeCfsRules返回参数结构体
570
700
  */
571
- export interface DeleteMountTargetResponse {
701
+ export interface DescribeCfsRulesResponse {
702
+ /**
703
+ * 权限组规则列表
704
+ */
705
+ RuleList: Array<PGroupRuleInfo>
706
+
572
707
  /**
573
708
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
574
709
  */
@@ -576,123 +711,158 @@ export interface DeleteMountTargetResponse {
576
711
  }
577
712
 
578
713
  /**
579
- * UpdateCfsPGroup请求参数结构体
714
+ * DescribeSnapshotOperationLogs返回参数结构体
580
715
  */
581
- export interface UpdateCfsPGroupRequest {
716
+ export interface DescribeSnapshotOperationLogsResponse {
582
717
  /**
583
- * 权限组 ID
718
+ * 快照ID
584
719
  */
585
- PGroupId: string
720
+ SnapshotId: string
586
721
 
587
722
  /**
588
- * 权限组名称,1-64个字符且只能为中文,字母,数字,下划线或横线
723
+ * 操作日志
589
724
  */
590
- Name?: string
725
+ SnapshotOperates: Array<SnapshotOperateLog>
591
726
 
592
727
  /**
593
- * 权限组描述信息,1-255个字符
728
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
594
729
  */
595
- DescInfo?: string
730
+ RequestId?: string
596
731
  }
597
732
 
598
733
  /**
599
- * 挂载点信息
734
+ * UpdateCfsFileSystemPGroup返回参数结构体
600
735
  */
601
- export interface MountInfo {
736
+ export interface UpdateCfsFileSystemPGroupResponse {
737
+ /**
738
+ * 权限组 ID
739
+ */
740
+ PGroupId: string
741
+
602
742
  /**
603
743
  * 文件系统 ID
604
744
  */
605
745
  FileSystemId: string
606
746
 
607
747
  /**
608
- * 挂载点 ID
748
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
609
749
  */
610
- MountTargetId: string
750
+ RequestId?: string
751
+ }
611
752
 
753
+ /**
754
+ * DeleteCfsFileSystem请求参数结构体
755
+ */
756
+ export interface DeleteCfsFileSystemRequest {
612
757
  /**
613
- * 挂载点 IP
758
+ * 文件系统 ID。说明,进行删除文件系统操作前需要先调用 DeleteMountTarget 接口删除该文件系统的挂载点,否则会删除失败。
614
759
  */
615
- IpAddress: string
760
+ FileSystemId: string
761
+ }
616
762
 
763
+ /**
764
+ * CreateCfsPGroup返回参数结构体
765
+ */
766
+ export interface CreateCfsPGroupResponse {
617
767
  /**
618
- * 挂载根目录
768
+ * 权限组 ID
619
769
  */
620
- FSID: string
770
+ PGroupId: string
621
771
 
622
772
  /**
623
- * 挂载点状态
773
+ * 权限组名字
624
774
  */
625
- LifeCycleState: string
775
+ Name: string
626
776
 
627
777
  /**
628
- * 网络类型
778
+ * 权限组描述信息
629
779
  */
630
- NetworkInterface: string
780
+ DescInfo: string
631
781
 
632
782
  /**
633
- * 私有网络 ID
783
+ * 已经与该权限组绑定的文件系统个数
634
784
  */
635
- VpcId: string
785
+ BindCfsNum: number
636
786
 
637
787
  /**
638
- * 私有网络名称
788
+ * 权限组创建时间
639
789
  */
640
- VpcName: string
790
+ CDate: string
641
791
 
642
792
  /**
643
- * 子网 Id
793
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
644
794
  */
645
- SubnetId: string
795
+ RequestId?: string
796
+ }
797
+
798
+ /**
799
+ * DescribeCfsServiceStatus请求参数结构体
800
+ */
801
+ export type DescribeCfsServiceStatusRequest = null
646
802
 
803
+ /**
804
+ * DeleteUserQuota返回参数结构体
805
+ */
806
+ export interface DeleteUserQuotaResponse {
647
807
  /**
648
- * 子网名称
808
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
649
809
  */
650
- SubnetName: string
810
+ RequestId?: string
811
+ }
651
812
 
813
+ /**
814
+ * 文件系统绑定权限组信息
815
+ */
816
+ export interface PGroup {
652
817
  /**
653
- * CFS Turbo使用的云联网ID
818
+ * 权限组ID
654
819
  */
655
- CcnID: string
820
+ PGroupId: string
656
821
 
657
822
  /**
658
- * 云联网中CFS Turbo使用的网段
823
+ * 权限组名称
659
824
  */
660
- CidrBlock: string
825
+ Name: string
661
826
  }
662
827
 
663
828
  /**
664
- * UpdateCfsRule返回参数结构体
829
+ * SetUserQuota请求参数结构体
665
830
  */
666
- export interface UpdateCfsRuleResponse {
831
+ export interface SetUserQuotaRequest {
667
832
  /**
668
- * 权限组 ID
833
+ * 文件系统 ID
669
834
  */
670
- PGroupId: string
835
+ FileSystemId: string
671
836
 
672
837
  /**
673
- * 规则 ID
838
+ * 指定配额类型,包括Uid、Gid
674
839
  */
675
- RuleId: string
840
+ UserType: string
676
841
 
677
842
  /**
678
- * 允许访问的客户端 IP 或者 IP 段
843
+ * UID/GID信息
679
844
  */
680
- AuthClientIp: string
845
+ UserId: string
681
846
 
682
847
  /**
683
- * 读写权限
848
+ * 容量硬限制,单位GiB
684
849
  */
685
- RWPermission: string
850
+ CapacityHardLimit?: number
686
851
 
687
852
  /**
688
- * 用户权限
853
+ * 文件硬限制,单位个
689
854
  */
690
- UserPermission: string
855
+ FileHardLimit?: number
856
+ }
691
857
 
858
+ /**
859
+ * CreateAutoSnapshotPolicy返回参数结构体
860
+ */
861
+ export interface CreateAutoSnapshotPolicyResponse {
692
862
  /**
693
- * 优先级
863
+ * 快照策略ID
694
864
  */
695
- Priority: number
865
+ AutoSnapshotPolicyId: string
696
866
 
697
867
  /**
698
868
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -701,323 +871,286 @@ export interface UpdateCfsRuleResponse {
701
871
  }
702
872
 
703
873
  /**
704
- * 文件系统客户端信息
874
+ * 版本控制-类型数组
705
875
  */
706
- export interface FileSystemClient {
876
+ export interface AvailableType {
707
877
  /**
708
- * 文件系统IP地址
878
+ * 协议与售卖详情
709
879
  */
710
- CfsVip: string
880
+ Protocols: Array<AvailableProtoStatus>
711
881
 
712
882
  /**
713
- * 客户端IP地址
883
+ * 存储类型。返回值中 SD 为标准型存储、HP 为性能型存储
714
884
  */
715
- ClientIp: string
885
+ Type: string
716
886
 
717
887
  /**
718
- * 文件系统所属VPCID
888
+ * 是否支持预付费。返回值中 true 为支持、false 为不支持
719
889
  */
720
- VpcId: string
890
+ Prepayment: boolean
891
+ }
721
892
 
893
+ /**
894
+ * UpdateCfsSnapshotAttribute请求参数结构体
895
+ */
896
+ export interface UpdateCfsSnapshotAttributeRequest {
722
897
  /**
723
- * 可用区名称,例如ap-beijing-1,请参考 概览文档中的地域与可用区列表
898
+ * 文件系统快照ID
724
899
  */
725
- Zone: string
900
+ SnapshotId: string
726
901
 
727
902
  /**
728
- * 可用区中文名称
903
+ * 文件系统快照名称
729
904
  */
730
- ZoneName: string
905
+ SnapshotName?: string
731
906
 
732
907
  /**
733
- * 该文件系统被挂载到客户端上的路径信息
908
+ * 文件系统快照保留天数
734
909
  */
735
- MountDirectory: string
910
+ AliveDays?: number
736
911
  }
737
912
 
738
913
  /**
739
- * DescribeCfsFileSystems返回参数结构体
914
+ * 文件系统配额信息
740
915
  */
741
- export interface DescribeCfsFileSystemsResponse {
742
- /**
743
- * 文件系统信息
744
- */
745
- FileSystems: Array<FileSystemInfo>
746
-
916
+ export interface UserQuota {
747
917
  /**
748
- * 文件系统总数
918
+ * 指定配额类型,包括Uid、Gid
749
919
  */
750
- TotalCount: number
920
+ UserType: string
751
921
 
752
922
  /**
753
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
923
+ * UID/GID信息
754
924
  */
755
- RequestId?: string
756
- }
925
+ UserId: string
757
926
 
758
- /**
759
- * DescribeAutoSnapshotPolicies返回参数结构体
760
- */
761
- export interface DescribeAutoSnapshotPoliciesResponse {
762
927
  /**
763
- * 快照策略总个数
928
+ * 容量硬限制,单位GiB
764
929
  */
765
- TotalCount: number
930
+ CapacityHardLimit: number
766
931
 
767
932
  /**
768
- * 快照策略信息
933
+ * 文件硬限制,单位个
769
934
  */
770
- AutoSnapshotPolicies: Array<AutoSnapshotPolicyInfo>
935
+ FileHardLimit: number
771
936
 
772
937
  /**
773
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
938
+ * 文件系统ID
774
939
  */
775
- RequestId?: string
940
+ FileSystemId: string
776
941
  }
777
942
 
778
943
  /**
779
- * CreateCfsFileSystem返回参数结构体
944
+ * DeleteMountTarget请求参数结构体
780
945
  */
781
- export interface CreateCfsFileSystemResponse {
946
+ export interface DeleteMountTargetRequest {
782
947
  /**
783
- * 文件系统创建时间
948
+ * 文件系统 ID
784
949
  */
785
- CreationTime: string
950
+ FileSystemId: string
786
951
 
787
952
  /**
788
- * 用户自定义文件系统名称
953
+ * 挂载点 ID
789
954
  */
790
- CreationToken: string
955
+ MountTargetId: string
956
+ }
791
957
 
958
+ /**
959
+ * CreateCfsRule请求参数结构体
960
+ */
961
+ export interface CreateCfsRuleRequest {
792
962
  /**
793
- * 文件系统 ID
963
+ * 权限组 ID
794
964
  */
795
- FileSystemId: string
965
+ PGroupId: string
796
966
 
797
967
  /**
798
- * 文件系统状态,可能出现状态包括:“creating” 创建中, “create_failed” 创建失败, “available” 可用, “unserviced” 不可用, “upgrading” 升级中, “deleting” 删除中。
968
+ * 可以填写单个 IP 或者单个网段,例如 10.1.10.11 或者 10.10.1.0/24。默认来访地址为*表示允许所有。同时需要注意,此处需填写 CVM 的内网 IP。
799
969
  */
800
- LifeCycleState: string
970
+ AuthClientIp: string
801
971
 
802
972
  /**
803
- * 文件系统已使用容量大小,单位为 Byte
973
+ * 规则优先级,参数范围1-100。 其中 1 为最高,100为最低
804
974
  */
805
- SizeByte: number
975
+ Priority: number
806
976
 
807
977
  /**
808
- * 可用区 ID
978
+ * 读写权限, 值为 RO、RW;其中 RO 为只读,RW 为读写,不填默认为只读
809
979
  */
810
- ZoneId: number
980
+ RWPermission?: string
811
981
 
812
982
  /**
813
- * 用户自定义文件系统名称
983
+ * 用户权限,值为 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。
814
984
  */
815
- FsName: string
985
+ UserPermission?: string
986
+ }
816
987
 
988
+ /**
989
+ * UpdateCfsFileSystemName请求参数结构体
990
+ */
991
+ export interface UpdateCfsFileSystemNameRequest {
817
992
  /**
818
- * 文件系统是否加密
993
+ * 文件系统 ID
819
994
  */
820
- Encrypted: boolean
995
+ FileSystemId: string
821
996
 
822
997
  /**
823
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
998
+ * 用户自定义文件系统名称
824
999
  */
825
- RequestId?: string
1000
+ FsName?: string
826
1001
  }
827
1002
 
828
1003
  /**
829
- * DescribeMountTargets返回参数结构体
1004
+ * 快照操作日志
830
1005
  */
831
- export interface DescribeMountTargetsResponse {
1006
+ export interface SnapshotOperateLog {
832
1007
  /**
833
- * 挂载点详情
1008
+ * 操作类型
834
1009
  */
835
- MountTargets: Array<MountInfo>
1010
+ Action: string
836
1011
 
837
1012
  /**
838
- * 挂载点数量
1013
+ * 操作时间
839
1014
  */
840
- NumberOfMountTargets: number
1015
+ ActionTime: string
841
1016
 
842
1017
  /**
843
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1018
+ * 操作名称
844
1019
  */
845
- RequestId?: string
846
- }
1020
+ ActionName: string
847
1021
 
848
- /**
849
- * BindAutoSnapshotPolicy请求参数结构体
850
- */
851
- export interface BindAutoSnapshotPolicyRequest {
852
1022
  /**
853
- * 快照策略ID
1023
+ * 操作者
854
1024
  */
855
- AutoSnapshotPolicyId: string
1025
+ Operator: string
856
1026
 
857
1027
  /**
858
- * 文件系统列表
1028
+ * 结果
859
1029
  */
860
- FileSystemIds: string
1030
+ Result: number
861
1031
  }
862
1032
 
863
1033
  /**
864
- * DescribeCfsFileSystemClients请求参数结构体
1034
+ * DescribeUserQuota请求参数结构体
865
1035
  */
866
- export interface DescribeCfsFileSystemClientsRequest {
1036
+ export interface DescribeUserQuotaRequest {
867
1037
  /**
868
- * 文件系统 ID
1038
+ * 文件系统 ID
869
1039
  */
870
1040
  FileSystemId: string
871
- }
872
1041
 
873
- /**
874
- * DeleteCfsSnapshot请求参数结构体
875
- */
876
- export interface DeleteCfsSnapshotRequest {
877
1042
  /**
878
- * 文件系统快照id
879
- */
880
- SnapshotId: string
881
- }
1043
+ * 过滤条件。
1044
+ <br><li>UserType - Array of String - 是否必填:否 -(过滤条件)按配额类型过滤。(Uid| Gid )
1045
+ <br><li>UserId - Array of String - 是否必填:否 -(过滤条件)按UID/GID过滤。
1046
+ */
1047
+ Filters?: Array<Filter>
882
1048
 
883
- /**
884
- * DescribeCfsPGroups请求参数结构体
885
- */
886
- export type DescribeCfsPGroupsRequest = null
1049
+ /**
1050
+ * Offset 分页码
1051
+ */
1052
+ Offset?: number
887
1053
 
888
- /**
889
- * 版本控制-可用区数组
890
- */
891
- export interface AvailableZone {
892
1054
  /**
893
- * 可用区名称
1055
+ * Limit 页面大小
894
1056
  */
895
- Zone: string
1057
+ Limit?: number
1058
+ }
896
1059
 
1060
+ /**
1061
+ * UpdateCfsFileSystemName返回参数结构体
1062
+ */
1063
+ export interface UpdateCfsFileSystemNameResponse {
897
1064
  /**
898
- * 可用区ID
1065
+ * 用户自定义文件系统名称
899
1066
  */
900
- ZoneId: number
1067
+ CreationToken: string
901
1068
 
902
1069
  /**
903
- * 可用区中文名称
1070
+ * 文件系统ID
904
1071
  */
905
- ZoneCnName: string
1072
+ FileSystemId: string
906
1073
 
907
1074
  /**
908
- * Type数组
1075
+ * 用户自定义文件系统名称
909
1076
  */
910
- Types: Array<AvailableType>
1077
+ FsName: string
911
1078
 
912
1079
  /**
913
- * 可用区中英文名称
1080
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
914
1081
  */
915
- ZoneName: string
1082
+ RequestId?: string
916
1083
  }
917
1084
 
918
1085
  /**
919
- * CreateCfsPGroup请求参数结构体
1086
+ * DescribeCfsSnapshotOverview返回参数结构体
920
1087
  */
921
- export interface CreateCfsPGroupRequest {
1088
+ export interface DescribeCfsSnapshotOverviewResponse {
922
1089
  /**
923
- * 权限组名称,1-64个字符且只能为中文,字母,数字,下划线或横线
1090
+ * 统计信息
924
1091
  */
925
- Name: string
1092
+ StatisticsList: Array<SnapshotStatistics>
926
1093
 
927
1094
  /**
928
- * 权限组描述信息,1-255个字符
1095
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
929
1096
  */
930
- DescInfo?: string
1097
+ RequestId?: string
931
1098
  }
932
1099
 
933
1100
  /**
934
- * DeleteCfsPGroup返回参数结构体
1101
+ * DeleteCfsSnapshot请求参数结构体
935
1102
  */
936
- export interface DeleteCfsPGroupResponse {
937
- /**
938
- * 权限组 ID
939
- */
940
- PGroupId: string
941
-
942
- /**
943
- * 用户 ID
944
- */
945
- AppId: number
946
-
1103
+ export interface DeleteCfsSnapshotRequest {
947
1104
  /**
948
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1105
+ * 文件系统快照id
949
1106
  */
950
- RequestId?: string
1107
+ SnapshotId: string
951
1108
  }
952
1109
 
953
1110
  /**
954
- * DescribeCfsSnapshots返回参数结构体
1111
+ * DescribeCfsFileSystemClients请求参数结构体
955
1112
  */
956
- export interface DescribeCfsSnapshotsResponse {
1113
+ export interface DescribeCfsFileSystemClientsRequest {
957
1114
  /**
958
- * 总个数
1115
+ * 文件系统 ID。
959
1116
  */
960
- TotalCount: number
1117
+ FileSystemId: string
1118
+ }
961
1119
 
962
- /**
963
- * 快照信息描述
964
- */
965
- Snapshots: Array<SnapshotInfo>
1120
+ /**
1121
+ * 版本控制-协议详情
966
1122
 
1123
+ */
1124
+ export interface AvailableProtoStatus {
967
1125
  /**
968
- * 快照列表快照汇总
1126
+ * 售卖状态。可选值有 sale_out 售罄、saling可售、no_saling不可销售
969
1127
  */
970
- TotalSize: number
1128
+ SaleStatus: string
971
1129
 
972
1130
  /**
973
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1131
+ * 协议类型。可选值有 NFS、CIFS
974
1132
  */
975
- RequestId?: string
1133
+ Protocol: string
976
1134
  }
977
1135
 
978
1136
  /**
979
- * DescribeAutoSnapshotPolicies请求参数结构体
1137
+ * DescribeCfsFileSystems请求参数结构体
980
1138
  */
981
- export interface DescribeAutoSnapshotPoliciesRequest {
982
- /**
983
- * 快照策略ID
984
- */
985
- AutoSnapshotPolicyId?: string
986
-
987
- /**
988
- * 分页码
989
- */
990
- Offset?: number
991
-
992
- /**
993
- * 页面长
994
- */
995
- Limit?: number
996
-
997
- /**
998
- * 过滤条件
999
- */
1000
- Filters?: Array<Filter>
1001
-
1139
+ export interface DescribeCfsFileSystemsRequest {
1002
1140
  /**
1003
- * 升序,降序
1141
+ * 文件系统 ID
1004
1142
  */
1005
- Order?: string
1143
+ FileSystemId?: string
1006
1144
 
1007
1145
  /**
1008
- * 排序字段
1146
+ * 私有网络(VPC) ID
1009
1147
  */
1010
- OrderField?: string
1011
- }
1148
+ VpcId?: string
1012
1149
 
1013
- /**
1014
- * DeleteCfsFileSystem请求参数结构体
1015
- */
1016
- export interface DeleteCfsFileSystemRequest {
1017
1150
  /**
1018
- * 文件系统 ID。说明,进行删除文件系统操作前需要先调用 DeleteMountTarget 接口删除该文件系统的挂载点,否则会删除失败。
1151
+ * 子网 ID
1019
1152
  */
1020
- FileSystemId: string
1153
+ SubnetId?: string
1021
1154
  }
1022
1155
 
1023
1156
  /**
@@ -1050,26 +1183,6 @@ export interface AvailableRegion {
1050
1183
  RegionCnName: string
1051
1184
  }
1052
1185
 
1053
- /**
1054
- * UpdateCfsSnapshotAttribute请求参数结构体
1055
- */
1056
- export interface UpdateCfsSnapshotAttributeRequest {
1057
- /**
1058
- * 文件系统快照ID
1059
- */
1060
- SnapshotId: string
1061
-
1062
- /**
1063
- * 文件系统快照名称
1064
- */
1065
- SnapshotName?: string
1066
-
1067
- /**
1068
- * 文件系统快照保留天数
1069
- */
1070
- AliveDays?: number
1071
- }
1072
-
1073
1186
  /**
1074
1187
  * CreateCfsFileSystem请求参数结构体
1075
1188
  */
@@ -1146,133 +1259,293 @@ export interface CreateCfsFileSystemRequest {
1146
1259
  }
1147
1260
 
1148
1261
  /**
1149
- * DescribeMountTargets请求参数结构体
1262
+ * 版本控制-可用区数组
1150
1263
  */
1151
- export interface DescribeMountTargetsRequest {
1264
+ export interface AvailableZone {
1152
1265
  /**
1153
- * 文件系统 ID
1266
+ * 可用区名称
1154
1267
  */
1155
- FileSystemId: string
1268
+ Zone: string
1269
+
1270
+ /**
1271
+ * 可用区ID
1272
+ */
1273
+ ZoneId: number
1274
+
1275
+ /**
1276
+ * 可用区中文名称
1277
+ */
1278
+ ZoneCnName: string
1279
+
1280
+ /**
1281
+ * Type数组
1282
+ */
1283
+ Types: Array<AvailableType>
1284
+
1285
+ /**
1286
+ * 可用区中英文名称
1287
+ */
1288
+ ZoneName: string
1156
1289
  }
1157
1290
 
1158
1291
  /**
1159
- * CreateCfsPGroup返回参数结构体
1292
+ * 条件过滤
1160
1293
  */
1161
- export interface CreateCfsPGroupResponse {
1294
+ export interface Filter {
1162
1295
  /**
1163
- * 权限组 ID
1296
+ *
1164
1297
  */
1165
- PGroupId: string
1298
+ Values: Array<string>
1166
1299
 
1167
1300
  /**
1168
- * 权限组名字
1301
+ * 名称
1302
+ */
1303
+ Name: string
1304
+ }
1305
+
1306
+ /**
1307
+ * UnbindAutoSnapshotPolicy请求参数结构体
1308
+ */
1309
+ export interface UnbindAutoSnapshotPolicyRequest {
1310
+ /**
1311
+ * 需要解绑的文件系统ID列表,用"," 分割
1312
+ */
1313
+ FileSystemIds: string
1314
+
1315
+ /**
1316
+ * 解绑的快照ID
1317
+ */
1318
+ AutoSnapshotPolicyId: string
1319
+ }
1320
+
1321
+ /**
1322
+ * UnbindAutoSnapshotPolicy返回参数结构体
1323
+ */
1324
+ export interface UnbindAutoSnapshotPolicyResponse {
1325
+ /**
1326
+ * 快照策略ID
1327
+ */
1328
+ AutoSnapshotPolicyId: string
1329
+
1330
+ /**
1331
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1332
+ */
1333
+ RequestId?: string
1334
+ }
1335
+
1336
+ /**
1337
+ * DescribeCfsServiceStatus返回参数结构体
1338
+ */
1339
+ export interface DescribeCfsServiceStatusResponse {
1340
+ /**
1341
+ * 该用户当前 CFS 服务的状态,none 为未开通,creating 为开通中,created 为已开通
1342
+ */
1343
+ CfsServiceStatus: string
1344
+
1345
+ /**
1346
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1347
+ */
1348
+ RequestId?: string
1349
+ }
1350
+
1351
+ /**
1352
+ * 权限组规则列表
1353
+ */
1354
+ export interface PGroupRuleInfo {
1355
+ /**
1356
+ * 规则ID
1357
+ */
1358
+ RuleId: string
1359
+
1360
+ /**
1361
+ * 允许访问的客户端IP
1362
+ */
1363
+ AuthClientIp: string
1364
+
1365
+ /**
1366
+ * 读写权限, ro为只读,rw为读写
1367
+ */
1368
+ RWPermission: string
1369
+
1370
+ /**
1371
+ * 用户权限。其中all_squash为所有访问用户都会被映射为匿名用户或用户组;no_all_squash为访问用户会先与本机用户匹配,匹配失败后再映射为匿名用户或用户组;root_squash为将来访的root用户映射为匿名用户或用户组;no_root_squash为来访的root用户保持root帐号权限。
1372
+ */
1373
+ UserPermission: string
1374
+
1375
+ /**
1376
+ * 规则优先级,1-100。 其中 1 为最高,100为最低
1377
+ */
1378
+ Priority: number
1379
+ }
1380
+
1381
+ /**
1382
+ * DescribeCfsSnapshots请求参数结构体
1383
+ */
1384
+ export interface DescribeCfsSnapshotsRequest {
1385
+ /**
1386
+ * 文件系统ID
1387
+ */
1388
+ FileSystemId?: string
1389
+
1390
+ /**
1391
+ * 快照ID
1392
+ */
1393
+ SnapshotId?: string
1394
+
1395
+ /**
1396
+ * 分页起始位置
1397
+ */
1398
+ Offset?: number
1399
+
1400
+ /**
1401
+ * 页面长度
1402
+ */
1403
+ Limit?: number
1404
+
1405
+ /**
1406
+ * 过滤条件
1407
+ */
1408
+ Filters?: Array<Filter>
1409
+
1410
+ /**
1411
+ * 排序取值
1412
+ */
1413
+ OrderField?: string
1414
+
1415
+ /**
1416
+ * 排序 升序或者降序
1417
+ */
1418
+ Order?: string
1419
+ }
1420
+
1421
+ /**
1422
+ * UpdateCfsFileSystemSizeLimit返回参数结构体
1423
+ */
1424
+ export interface UpdateCfsFileSystemSizeLimitResponse {
1425
+ /**
1426
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1427
+ */
1428
+ RequestId?: string
1429
+ }
1430
+
1431
+ /**
1432
+ * UpdateAutoSnapshotPolicy请求参数结构体
1433
+ */
1434
+ export interface UpdateAutoSnapshotPolicyRequest {
1435
+ /**
1436
+ * 快照策略ID
1437
+ */
1438
+ AutoSnapshotPolicyId: string
1439
+
1440
+ /**
1441
+ * 快照策略名称
1169
1442
  */
1170
- Name: string
1443
+ PolicyName?: string
1171
1444
 
1172
1445
  /**
1173
- * 权限组描述信息
1446
+ * 快照定期备份在一星期哪一天
1174
1447
  */
1175
- DescInfo: string
1448
+ DayOfWeek?: string
1176
1449
 
1177
1450
  /**
1178
- * 已经与该权限组绑定的文件系统个数
1451
+ * 快照定期备份在一天的哪一小时
1179
1452
  */
1180
- BindCfsNum: number
1453
+ Hour?: string
1181
1454
 
1182
1455
  /**
1183
- * 权限组创建时间
1456
+ * 快照保留日期
1184
1457
  */
1185
- CDate: string
1458
+ AliveDays?: number
1186
1459
 
1187
1460
  /**
1188
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1461
+ * 是否激活定期快照功能
1189
1462
  */
1190
- RequestId?: string
1463
+ IsActivated?: number
1191
1464
  }
1192
1465
 
1193
1466
  /**
1194
- * UpdateCfsFileSystemPGroup请求参数结构体
1467
+ * UpdateCfsFileSystemSizeLimit请求参数结构体
1195
1468
  */
1196
- export interface UpdateCfsFileSystemPGroupRequest {
1469
+ export interface UpdateCfsFileSystemSizeLimitRequest {
1197
1470
  /**
1198
- * 权限组 ID
1471
+ * 文件系统容量限制大小,输入范围0-1073741824, 单位为GB;其中输入值为0时,表示不限制文件系统容量。
1199
1472
  */
1200
- PGroupId: string
1473
+ FsLimit: number
1201
1474
 
1202
1475
  /**
1203
- * 文件系统 ID
1476
+ * 文件系统ID,目前仅支持标准型文件系统。
1204
1477
  */
1205
1478
  FileSystemId: string
1206
1479
  }
1207
1480
 
1208
1481
  /**
1209
- * 权限组规则列表
1482
+ * UpdateCfsRule返回参数结构体
1210
1483
  */
1211
- export interface PGroupRuleInfo {
1484
+ export interface UpdateCfsRuleResponse {
1212
1485
  /**
1213
- * 规则ID
1486
+ * 权限组 ID
1487
+ */
1488
+ PGroupId: string
1489
+
1490
+ /**
1491
+ * 规则 ID
1214
1492
  */
1215
1493
  RuleId: string
1216
1494
 
1217
1495
  /**
1218
- * 允许访问的客户端IP
1496
+ * 允许访问的客户端 IP 或者 IP 段
1219
1497
  */
1220
1498
  AuthClientIp: string
1221
1499
 
1222
1500
  /**
1223
- * 读写权限, ro为只读,rw为读写
1501
+ * 读写权限
1224
1502
  */
1225
1503
  RWPermission: string
1226
1504
 
1227
1505
  /**
1228
- * 用户权限。其中all_squash为所有访问用户都会被映射为匿名用户或用户组;no_all_squash为访问用户会先与本机用户匹配,匹配失败后再映射为匿名用户或用户组;root_squash为将来访的root用户映射为匿名用户或用户组;no_root_squash为来访的root用户保持root帐号权限。
1506
+ * 用户权限
1229
1507
  */
1230
1508
  UserPermission: string
1231
1509
 
1232
1510
  /**
1233
- * 规则优先级,1-100。 其中 1 为最高,100为最低
1511
+ * 优先级
1234
1512
  */
1235
1513
  Priority: number
1236
- }
1237
1514
 
1238
- /**
1239
- * UpdateCfsFileSystemName返回参数结构体
1240
- */
1241
- export interface UpdateCfsFileSystemNameResponse {
1242
1515
  /**
1243
- * 用户自定义文件系统名称
1516
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1244
1517
  */
1245
- CreationToken: string
1518
+ RequestId?: string
1519
+ }
1246
1520
 
1521
+ /**
1522
+ * UpdateCfsPGroup请求参数结构体
1523
+ */
1524
+ export interface UpdateCfsPGroupRequest {
1247
1525
  /**
1248
- * 文件系统ID
1526
+ * 权限组 ID
1249
1527
  */
1250
- FileSystemId: string
1528
+ PGroupId: string
1251
1529
 
1252
1530
  /**
1253
- * 用户自定义文件系统名称
1531
+ * 权限组名称,1-64个字符且只能为中文,字母,数字,下划线或横线
1254
1532
  */
1255
- FsName: string
1533
+ Name?: string
1256
1534
 
1257
1535
  /**
1258
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1536
+ * 权限组描述信息,1-255个字符
1259
1537
  */
1260
- RequestId?: string
1538
+ DescInfo?: string
1261
1539
  }
1262
1540
 
1263
1541
  /**
1264
- * DescribeCfsServiceStatus请求参数结构体
1265
- */
1266
- export type DescribeCfsServiceStatusRequest = null
1267
-
1268
- /**
1269
- * UpdateCfsSnapshotAttribute返回参数结构体
1542
+ * UpdateAutoSnapshotPolicy返回参数结构体
1270
1543
  */
1271
- export interface UpdateCfsSnapshotAttributeResponse {
1544
+ export interface UpdateAutoSnapshotPolicyResponse {
1272
1545
  /**
1273
- * 文件系统快照ID
1546
+ * 快照策略ID
1274
1547
  */
1275
- SnapshotId: string
1548
+ AutoSnapshotPolicyId: string
1276
1549
 
1277
1550
  /**
1278
1551
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1321,158 +1594,148 @@ export interface FileSystemByPolicy {
1321
1594
  }
1322
1595
 
1323
1596
  /**
1324
- * 权限组数组
1597
+ * 快照信息
1325
1598
  */
1326
- export interface PGroupInfo {
1599
+ export interface SnapshotInfo {
1327
1600
  /**
1328
- * 权限组ID
1601
+ * 创建快照时间
1329
1602
  */
1330
- PGroupId: string
1603
+ CreationTime: string
1331
1604
 
1332
1605
  /**
1333
- * 权限组名称
1606
+ * 快照名称
1334
1607
  */
1335
- Name: string
1608
+ SnapshotName: string
1336
1609
 
1337
1610
  /**
1338
- * 描述信息
1611
+ * 快照ID
1339
1612
  */
1340
- DescInfo: string
1613
+ SnapshotId: string
1341
1614
 
1342
1615
  /**
1343
- * 创建时间
1616
+ * 快照状态
1344
1617
  */
1345
- CDate: string
1618
+ Status: string
1346
1619
 
1347
1620
  /**
1348
- * 关联文件系统个数
1621
+ * 地域名称
1349
1622
  */
1350
- BindCfsNum: number
1351
- }
1623
+ RegionName: string
1352
1624
 
1353
- /**
1354
- * 条件过滤
1355
- */
1356
- export interface Filter {
1357
1625
  /**
1358
- *
1626
+ * 文件系统ID
1359
1627
  */
1360
- Values: Array<string>
1628
+ FileSystemId: string
1361
1629
 
1362
1630
  /**
1363
- * 名称
1631
+ * 快照大小
1364
1632
  */
1365
- Name: string
1366
- }
1633
+ Size: number
1367
1634
 
1368
- /**
1369
- * UnbindAutoSnapshotPolicy请求参数结构体
1370
- */
1371
- export interface UnbindAutoSnapshotPolicyRequest {
1372
1635
  /**
1373
- * 需要解绑的文件系统ID列表,用"," 分割
1636
+ * 保留时长天
1374
1637
  */
1375
- FileSystemIds: string
1638
+ AliveDay: number
1376
1639
 
1377
1640
  /**
1378
- * 解绑的快照ID
1641
+ * 快照进度
1379
1642
  */
1380
- AutoSnapshotPolicyId: string
1381
- }
1643
+ Percent: number
1382
1644
 
1383
- /**
1384
- * SignUpCfsService返回参数结构体
1385
- */
1386
- export interface SignUpCfsServiceResponse {
1387
1645
  /**
1388
- * 该用户当前 CFS 服务的状态,creating 是开通中,created 是已开通
1646
+ * 帐号ID
1389
1647
  */
1390
- CfsServiceStatus: string
1648
+ AppId: number
1391
1649
 
1392
1650
  /**
1393
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1651
+ * 快照删除时间
1394
1652
  */
1395
- RequestId?: string
1396
- }
1653
+ DeleteTime: string
1397
1654
 
1398
- /**
1399
- * 快照策略信息
1400
- */
1401
- export interface AutoSnapshotPolicyInfo {
1402
1655
  /**
1403
- * 快照策略ID
1656
+ * 文件系统名称
1404
1657
  */
1405
- AutoSnapshotPolicyId: string
1658
+ FsName: string
1406
1659
 
1407
1660
  /**
1408
- * 快照策略ID
1661
+ * 快照标签
1409
1662
  */
1410
- PolicyName: string
1663
+ Tags: Array<TagInfo>
1664
+ }
1411
1665
 
1666
+ /**
1667
+ * 挂载点信息
1668
+ */
1669
+ export interface MountInfo {
1412
1670
  /**
1413
- * 快照策略创建时间
1671
+ * 文件系统 ID
1414
1672
  */
1415
- CreationTime: string
1673
+ FileSystemId: string
1416
1674
 
1417
1675
  /**
1418
- * 关联的文件系统个数
1676
+ * 挂载点 ID
1419
1677
  */
1420
- FileSystemNums: number
1678
+ MountTargetId: string
1421
1679
 
1422
1680
  /**
1423
- * 快照定期备份在一星期哪一天
1681
+ * 挂载点 IP
1424
1682
  */
1425
- DayOfWeek: string
1683
+ IpAddress: string
1426
1684
 
1427
1685
  /**
1428
- * 快照定期备份在一天的哪一小时
1686
+ * 挂载根目录
1429
1687
  */
1430
- Hour: string
1688
+ FSID: string
1431
1689
 
1432
1690
  /**
1433
- * 是否激活定期快照功能
1691
+ * 挂载点状态
1434
1692
  */
1435
- IsActivated: number
1693
+ LifeCycleState: string
1436
1694
 
1437
1695
  /**
1438
- * 下一次触发快照时间
1696
+ * 网络类型
1439
1697
  */
1440
- NextActiveTime: string
1698
+ NetworkInterface: string
1441
1699
 
1442
1700
  /**
1443
- * 快照策略状态
1701
+ * 私有网络 ID
1444
1702
  */
1445
- Status: string
1703
+ VpcId: string
1446
1704
 
1447
1705
  /**
1448
- * 帐号ID
1706
+ * 私有网络名称
1449
1707
  */
1450
- AppId: number
1708
+ VpcName: string
1451
1709
 
1452
1710
  /**
1453
- * 保留时间
1711
+ * 子网 Id
1454
1712
  */
1455
- AliveDays: number
1713
+ SubnetId: string
1456
1714
 
1457
1715
  /**
1458
- * 地域
1716
+ * 子网名称
1459
1717
  */
1460
- RegionName: string
1718
+ SubnetName: string
1461
1719
 
1462
1720
  /**
1463
- * 文件系统信息
1721
+ * CFS Turbo使用的云联网ID
1464
1722
  */
1465
- FileSystems: Array<FileSystemByPolicy>
1723
+ CcnID: string
1724
+
1725
+ /**
1726
+ * 云联网中CFS Turbo使用的网段
1727
+ */
1728
+ CidrBlock: string
1466
1729
  }
1467
1730
 
1468
1731
  /**
1469
- * DescribeCfsServiceStatus返回参数结构体
1732
+ * CreateCfsSnapshot返回参数结构体
1470
1733
  */
1471
- export interface DescribeCfsServiceStatusResponse {
1734
+ export interface CreateCfsSnapshotResponse {
1472
1735
  /**
1473
- * 该用户当前 CFS 服务的状态,none 为未开通,creating 为开通中,created 为已开通
1736
+ * 文件系统快照id
1474
1737
  */
1475
- CfsServiceStatus: string
1738
+ SnapshotId: string
1476
1739
 
1477
1740
  /**
1478
1741
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1481,38 +1744,28 @@ export interface DescribeCfsServiceStatusResponse {
1481
1744
  }
1482
1745
 
1483
1746
  /**
1484
- * CreateCfsRule返回参数结构体
1747
+ * UpdateCfsFileSystemPGroup请求参数结构体
1485
1748
  */
1486
- export interface CreateCfsRuleResponse {
1487
- /**
1488
- * 规则 ID
1489
- */
1490
- RuleId: string
1491
-
1749
+ export interface UpdateCfsFileSystemPGroupRequest {
1492
1750
  /**
1493
1751
  * 权限组 ID
1494
1752
  */
1495
1753
  PGroupId: string
1496
1754
 
1497
1755
  /**
1498
- * 客户端 IP
1499
- */
1500
- AuthClientIp: string
1501
-
1502
- /**
1503
- * 读写权限
1504
- */
1505
- RWPermission: string
1506
-
1507
- /**
1508
- * 用户权限
1756
+ * 文件系统 ID
1509
1757
  */
1510
- UserPermission: string
1758
+ FileSystemId: string
1759
+ }
1511
1760
 
1761
+ /**
1762
+ * DeleteAutoSnapshotPolicy返回参数结构体
1763
+ */
1764
+ export interface DeleteAutoSnapshotPolicyResponse {
1512
1765
  /**
1513
- * 优先级
1766
+ * 快照策略ID
1514
1767
  */
1515
- Priority: number
1768
+ AutoSnapshotPolicyId: string
1516
1769
 
1517
1770
  /**
1518
1771
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1521,13 +1774,18 @@ export interface CreateCfsRuleResponse {
1521
1774
  }
1522
1775
 
1523
1776
  /**
1524
- * CreateAutoSnapshotPolicy返回参数结构体
1777
+ * DeleteCfsRule返回参数结构体
1525
1778
  */
1526
- export interface CreateAutoSnapshotPolicyResponse {
1779
+ export interface DeleteCfsRuleResponse {
1527
1780
  /**
1528
- * 快照策略ID
1781
+ * 规则 ID
1529
1782
  */
1530
- AutoSnapshotPolicyId: string
1783
+ RuleId: string
1784
+
1785
+ /**
1786
+ * 权限组 ID
1787
+ */
1788
+ PGroupId: string
1531
1789
 
1532
1790
  /**
1533
1791
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1536,19 +1794,24 @@ export interface CreateAutoSnapshotPolicyResponse {
1536
1794
  }
1537
1795
 
1538
1796
  /**
1539
- * UpdateCfsFileSystemPGroup返回参数结构体
1797
+ * UpdateCfsSnapshotAttribute返回参数结构体
1540
1798
  */
1541
- export interface UpdateCfsFileSystemPGroupResponse {
1799
+ export interface UpdateCfsSnapshotAttributeResponse {
1542
1800
  /**
1543
- * 权限组 ID
1801
+ * 文件系统快照ID
1544
1802
  */
1545
- PGroupId: string
1803
+ SnapshotId: string
1546
1804
 
1547
1805
  /**
1548
- * 文件系统 ID
1806
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1549
1807
  */
1550
- FileSystemId: string
1808
+ RequestId?: string
1809
+ }
1551
1810
 
1811
+ /**
1812
+ * SetUserQuota返回参数结构体
1813
+ */
1814
+ export interface SetUserQuotaResponse {
1552
1815
  /**
1553
1816
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1554
1817
  */
@@ -1571,39 +1834,23 @@ export interface TagInfo {
1571
1834
  }
1572
1835
 
1573
1836
  /**
1574
- * 版本控制-协议详情
1575
-
1837
+ * DescribeCfsPGroups请求参数结构体
1576
1838
  */
1577
- export interface AvailableProtoStatus {
1578
- /**
1579
- * 售卖状态。可选值有 sale_out 售罄、saling可售、no_saling不可销售
1580
- */
1581
- SaleStatus: string
1582
-
1583
- /**
1584
- * 协议类型。可选值有 NFS、CIFS
1585
- */
1586
- Protocol: string
1587
- }
1839
+ export type DescribeCfsPGroupsRequest = null
1588
1840
 
1589
1841
  /**
1590
- * DescribeCfsRules请求参数结构体
1842
+ * DeleteCfsPGroup返回参数结构体
1591
1843
  */
1592
- export interface DescribeCfsRulesRequest {
1844
+ export interface DeleteCfsPGroupResponse {
1593
1845
  /**
1594
1846
  * 权限组 ID
1595
1847
  */
1596
1848
  PGroupId: string
1597
- }
1598
1849
 
1599
- /**
1600
- * BindAutoSnapshotPolicy返回参数结构体
1601
- */
1602
- export interface BindAutoSnapshotPolicyResponse {
1603
1850
  /**
1604
- * 快照策略ID
1851
+ * 用户 ID
1605
1852
  */
1606
- AutoSnapshotPolicyId: string
1853
+ AppId: number
1607
1854
 
1608
1855
  /**
1609
1856
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1612,49 +1859,19 @@ export interface BindAutoSnapshotPolicyResponse {
1612
1859
  }
1613
1860
 
1614
1861
  /**
1615
- * DescribeCfsSnapshots请求参数结构体
1862
+ * DescribeUserQuota返回参数结构体
1616
1863
  */
1617
- export interface DescribeCfsSnapshotsRequest {
1618
- /**
1619
- * 文件系统ID
1620
- */
1621
- FileSystemId?: string
1622
-
1864
+ export interface DescribeUserQuotaResponse {
1623
1865
  /**
1624
- * 快照ID
1625
- */
1626
- SnapshotId?: string
1627
-
1628
- /**
1629
- * 分页起始位置
1630
- */
1631
- Offset?: number
1632
-
1633
- /**
1634
- * 页面长度
1635
- */
1636
- Limit?: number
1637
-
1638
- /**
1639
- * 过滤条件
1866
+ * UserQuota条目总数
1640
1867
  */
1641
- Filters?: Array<Filter>
1642
-
1643
- /**
1644
- * 排序取值
1645
- */
1646
- OrderField?: string
1868
+ TotalCount: number
1647
1869
 
1648
1870
  /**
1649
- * 排序 升序或者降序
1871
+ * UserQuota条目
1650
1872
  */
1651
- Order?: string
1652
- }
1873
+ UserQuotaInfo: Array<UserQuota>
1653
1874
 
1654
- /**
1655
- * UpdateCfsFileSystemSizeLimit返回参数结构体
1656
- */
1657
- export interface UpdateCfsFileSystemSizeLimitResponse {
1658
1875
  /**
1659
1876
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1660
1877
  */
@@ -1662,128 +1879,93 @@ export interface UpdateCfsFileSystemSizeLimitResponse {
1662
1879
  }
1663
1880
 
1664
1881
  /**
1665
- * DeleteCfsPGroup请求参数结构体
1882
+ * 权限组数组
1666
1883
  */
1667
- export interface DeleteCfsPGroupRequest {
1884
+ export interface PGroupInfo {
1668
1885
  /**
1669
- * 权限组 ID
1886
+ * 权限组ID
1670
1887
  */
1671
1888
  PGroupId: string
1672
- }
1673
-
1674
- /**
1675
- * UpdateAutoSnapshotPolicy请求参数结构体
1676
- */
1677
- export interface UpdateAutoSnapshotPolicyRequest {
1678
- /**
1679
- * 快照策略ID
1680
- */
1681
- AutoSnapshotPolicyId: string
1682
-
1683
- /**
1684
- * 快照策略名称
1685
- */
1686
- PolicyName?: string
1687
1889
 
1688
1890
  /**
1689
- * 快照定期备份在一星期哪一天
1891
+ * 权限组名称
1690
1892
  */
1691
- DayOfWeek?: string
1893
+ Name: string
1692
1894
 
1693
1895
  /**
1694
- * 快照定期备份在一天的哪一小时
1896
+ * 描述信息
1695
1897
  */
1696
- Hour?: string
1898
+ DescInfo: string
1697
1899
 
1698
1900
  /**
1699
- * 快照保留日期
1901
+ * 创建时间
1700
1902
  */
1701
- AliveDays?: number
1903
+ CDate: string
1702
1904
 
1703
1905
  /**
1704
- * 是否激活定期快照功能
1906
+ * 关联文件系统个数
1705
1907
  */
1706
- IsActivated?: number
1908
+ BindCfsNum: number
1707
1909
  }
1708
1910
 
1709
1911
  /**
1710
- * DescribeCfsSnapshotOverview请求参数结构体
1711
- */
1712
- export type DescribeCfsSnapshotOverviewRequest = null
1713
-
1714
- /**
1715
- * 版本控制-类型数组
1912
+ * CreateCfsRule返回参数结构体
1716
1913
  */
1717
- export interface AvailableType {
1914
+ export interface CreateCfsRuleResponse {
1718
1915
  /**
1719
- * 协议与售卖详情
1916
+ * 规则 ID
1720
1917
  */
1721
- Protocols: Array<AvailableProtoStatus>
1918
+ RuleId: string
1722
1919
 
1723
1920
  /**
1724
- * 存储类型。返回值中 SD 为标准型存储、HP 为性能型存储
1921
+ * 权限组 ID
1725
1922
  */
1726
- Type: string
1923
+ PGroupId: string
1727
1924
 
1728
1925
  /**
1729
- * 是否支持预付费。返回值中 true 为支持、false 为不支持
1926
+ * 客户端 IP
1730
1927
  */
1731
- Prepayment: boolean
1732
- }
1928
+ AuthClientIp: string
1733
1929
 
1734
- /**
1735
- * UnbindAutoSnapshotPolicy返回参数结构体
1736
- */
1737
- export interface UnbindAutoSnapshotPolicyResponse {
1738
1930
  /**
1739
- * 快照策略ID
1931
+ * 读写权限
1740
1932
  */
1741
- AutoSnapshotPolicyId: string
1933
+ RWPermission: string
1742
1934
 
1743
1935
  /**
1744
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1936
+ * 用户权限
1745
1937
  */
1746
- RequestId?: string
1747
- }
1938
+ UserPermission: string
1748
1939
 
1749
- /**
1750
- * UpdateCfsFileSystemSizeLimit请求参数结构体
1751
- */
1752
- export interface UpdateCfsFileSystemSizeLimitRequest {
1753
1940
  /**
1754
- * 文件系统容量限制大小,输入范围0-1073741824, 单位为GB;其中输入值为0时,表示不限制文件系统容量。
1941
+ * 优先级
1755
1942
  */
1756
- FsLimit: number
1943
+ Priority: number
1757
1944
 
1758
1945
  /**
1759
- * 文件系统ID,目前仅支持标准型文件系统。
1946
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1760
1947
  */
1761
- FileSystemId: string
1948
+ RequestId?: string
1762
1949
  }
1763
1950
 
1764
1951
  /**
1765
- * DescribeAvailableZoneInfo请求参数结构体
1766
- */
1767
- export type DescribeAvailableZoneInfoRequest = null
1768
-
1769
- /**
1770
- * UpdateCfsPGroup返回参数结构体
1952
+ * DescribeCfsSnapshots返回参数结构体
1771
1953
  */
1772
- export interface UpdateCfsPGroupResponse {
1954
+ export interface DescribeCfsSnapshotsResponse {
1773
1955
  /**
1774
- * 权限组ID
1956
+ * 总个数
1775
1957
  */
1776
- PGroupId: string
1958
+ TotalCount: number
1777
1959
 
1778
1960
  /**
1779
- * 权限组名称
1961
+ * 快照信息描述
1780
1962
  */
1781
- Name: string
1963
+ Snapshots: Array<SnapshotInfo>
1782
1964
 
1783
1965
  /**
1784
- * 描述信息
1966
+ * 快照列表快照汇总
1785
1967
  */
1786
- DescInfo: string
1968
+ TotalSize: number
1787
1969
 
1788
1970
  /**
1789
1971
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1792,13 +1974,18 @@ export interface UpdateCfsPGroupResponse {
1792
1974
  }
1793
1975
 
1794
1976
  /**
1795
- * DescribeCfsRules返回参数结构体
1977
+ * DescribeAutoSnapshotPolicies返回参数结构体
1796
1978
  */
1797
- export interface DescribeCfsRulesResponse {
1979
+ export interface DescribeAutoSnapshotPoliciesResponse {
1798
1980
  /**
1799
- * 权限组规则列表
1981
+ * 快照策略总个数
1800
1982
  */
1801
- RuleList: Array<PGroupRuleInfo>
1983
+ TotalCount: number
1984
+
1985
+ /**
1986
+ * 快照策略信息
1987
+ */
1988
+ AutoSnapshotPolicies: Array<AutoSnapshotPolicyInfo>
1802
1989
 
1803
1990
  /**
1804
1991
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1807,19 +1994,9 @@ export interface DescribeCfsRulesResponse {
1807
1994
  }
1808
1995
 
1809
1996
  /**
1810
- * SignUpCfsService请求参数结构体
1811
- */
1812
- export type SignUpCfsServiceRequest = null
1813
-
1814
- /**
1815
- * DeleteAutoSnapshotPolicy请求参数结构体
1997
+ * DescribeCfsSnapshotOverview请求参数结构体
1816
1998
  */
1817
- export interface DeleteAutoSnapshotPolicyRequest {
1818
- /**
1819
- * 快照策略ID
1820
- */
1821
- AutoSnapshotPolicyId: string
1822
- }
1999
+ export type DescribeCfsSnapshotOverviewRequest = null
1823
2000
 
1824
2001
  /**
1825
2002
  * CreateAutoSnapshotPolicy请求参数结构体
@@ -1845,33 +2022,3 @@ export interface CreateAutoSnapshotPolicyRequest {
1845
2022
  */
1846
2023
  AliveDays?: number
1847
2024
  }
1848
-
1849
- /**
1850
- * UpdateAutoSnapshotPolicy返回参数结构体
1851
- */
1852
- export interface UpdateAutoSnapshotPolicyResponse {
1853
- /**
1854
- * 快照策略ID
1855
- */
1856
- AutoSnapshotPolicyId: string
1857
-
1858
- /**
1859
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1860
- */
1861
- RequestId?: string
1862
- }
1863
-
1864
- /**
1865
- * CreateCfsSnapshot返回参数结构体
1866
- */
1867
- export interface CreateCfsSnapshotResponse {
1868
- /**
1869
- * 文件系统快照id
1870
- */
1871
- SnapshotId: string
1872
-
1873
- /**
1874
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1875
- */
1876
- RequestId?: string
1877
- }