tencentcloud-sdk-nodejs-chdfs 4.0.617 → 4.0.619

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.
@@ -23,7 +23,6 @@ export interface CreateFileSystemResponse {
23
23
  * 文件系统
24
24
  */
25
25
  FileSystem?: FileSystem
26
-
27
26
  /**
28
27
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
29
28
  */
@@ -38,7 +37,6 @@ export interface ModifyResourceTagsRequest {
38
37
  * 文件系统ID
39
38
  */
40
39
  FileSystemId: string
41
-
42
40
  /**
43
41
  * 多个资源标签,可以为空数组
44
42
  */
@@ -63,22 +61,18 @@ export interface AccessRule {
63
61
  * 权限规则ID
64
62
  */
65
63
  AccessRuleId?: number
66
-
67
64
  /**
68
65
  * 权限规则地址(网段或IP)
69
66
  */
70
67
  Address?: string
71
-
72
68
  /**
73
69
  * 权限规则访问模式(1:只读;2:读写)
74
70
  */
75
71
  AccessMode?: number
76
-
77
72
  /**
78
73
  * 优先级(取值范围1~100,值越小优先级越高)
79
74
  */
80
75
  Priority?: number
81
-
82
76
  /**
83
77
  * 创建时间
84
78
  */
@@ -93,43 +87,36 @@ export interface DescribeFileSystemResponse {
93
87
  * 文件系统
94
88
  */
95
89
  FileSystem: FileSystem
96
-
97
90
  /**
98
- * 文件系统已使用容量(byte)
91
+ * 文件系统已使用容量(byte)
99
92
  注意:此字段可能返回 null,表示取不到有效值。
100
- */
93
+ */
101
94
  CapacityUsed: number
102
-
103
95
  /**
104
- * 已使用COS归档存储容量(byte)
96
+ * 已使用COS归档存储容量(byte)
105
97
  注意:此字段可能返回 null,表示取不到有效值。
106
- */
98
+ */
107
99
  ArchiveCapacityUsed: number
108
-
109
100
  /**
110
- * 已使用COS标准存储容量(byte)
101
+ * 已使用COS标准存储容量(byte)
111
102
  注意:此字段可能返回 null,表示取不到有效值。
112
- */
103
+ */
113
104
  StandardCapacityUsed: number
114
-
115
105
  /**
116
- * 已使用COS低频存储容量(byte)
106
+ * 已使用COS低频存储容量(byte)
117
107
  注意:此字段可能返回 null,表示取不到有效值。
118
- */
108
+ */
119
109
  DegradeCapacityUsed: number
120
-
121
110
  /**
122
- * 已使用COS深度归档存储容量(byte)
111
+ * 已使用COS深度归档存储容量(byte)
123
112
  注意:此字段可能返回 null,表示取不到有效值。
124
- */
113
+ */
125
114
  DeepArchiveCapacityUsed: number
126
-
127
115
  /**
128
- * 已使用COS智能分层存储容量(byte)
116
+ * 已使用COS智能分层存储容量(byte)
129
117
  注意:此字段可能返回 null,表示取不到有效值。
130
- */
118
+ */
131
119
  IntelligentCapacityUsed: number
132
-
133
120
  /**
134
121
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
135
122
  */
@@ -144,27 +131,22 @@ export interface AccessGroup {
144
131
  * 权限组ID
145
132
  */
146
133
  AccessGroupId: string
147
-
148
134
  /**
149
135
  * 权限组名称
150
136
  */
151
137
  AccessGroupName: string
152
-
153
138
  /**
154
139
  * 权限组描述
155
140
  */
156
141
  Description: string
157
-
158
142
  /**
159
143
  * 创建时间
160
144
  */
161
145
  CreateTime: string
162
-
163
146
  /**
164
147
  * VPC网络类型(1:CVM;2:黑石1.0)
165
148
  */
166
149
  VpcType: number
167
-
168
150
  /**
169
151
  * VPC网络ID
170
152
  */
@@ -189,38 +171,31 @@ export interface ModifyFileSystemRequest {
189
171
  * 文件系统ID
190
172
  */
191
173
  FileSystemId: string
192
-
193
174
  /**
194
175
  * 文件系统名称
195
176
  */
196
177
  FileSystemName?: string
197
-
198
178
  /**
199
179
  * 文件系统描述
200
180
  */
201
181
  Description?: string
202
-
203
182
  /**
204
- * 文件系统容量(byte),下限为1GB,上限为1PB,且必须是1GB的整数倍
183
+ * 文件系统容量(byte),下限为1GB,上限为1PB,且必须是1GB的整数倍
205
184
  注意:修改的文件系统容量不能小于当前使用量
206
- */
185
+ */
207
186
  CapacityQuota?: number
208
-
209
187
  /**
210
188
  * 超级用户名列表,可以为空数组
211
189
  */
212
190
  SuperUsers?: Array<string>
213
-
214
191
  /**
215
192
  * 是否校验POSIX ACL
216
193
  */
217
194
  PosixAcl?: boolean
218
-
219
195
  /**
220
196
  * 是否打开Ranger地址校验
221
197
  */
222
198
  EnableRanger?: boolean
223
-
224
199
  /**
225
200
  * Ranger地址列表,可以为空数组
226
201
  */
@@ -242,39 +217,34 @@ export interface DescribeLifeCycleRulesRequest {
242
217
  */
243
218
  export interface Summary {
244
219
  /**
245
- * 已使用容量(byte)
220
+ * 已使用容量(byte)
246
221
  注意:此字段可能返回 null,表示取不到有效值。
247
- */
222
+ */
248
223
  CapacityUsed: number
249
-
250
224
  /**
251
- * 已使用COS标准存储容量(byte)
225
+ * 已使用COS标准存储容量(byte)
252
226
  注意:此字段可能返回 null,表示取不到有效值。
253
- */
227
+ */
254
228
  StandardCapacityUsed: number
255
-
256
229
  /**
257
- * 已使用COS低频存储容量(byte)
230
+ * 已使用COS低频存储容量(byte)
258
231
  注意:此字段可能返回 null,表示取不到有效值。
259
- */
232
+ */
260
233
  DegradeCapacityUsed?: number
261
-
262
234
  /**
263
- * 已使用COS归档存储容量(byte)
235
+ * 已使用COS归档存储容量(byte)
264
236
  注意:此字段可能返回 null,表示取不到有效值。
265
- */
237
+ */
266
238
  ArchiveCapacityUsed?: number
267
-
268
239
  /**
269
- * 已使用COS深度归档存储容量(byte)
240
+ * 已使用COS深度归档存储容量(byte)
270
241
  注意:此字段可能返回 null,表示取不到有效值。
271
- */
242
+ */
272
243
  DeepArchiveCapacityUsed?: number
273
-
274
244
  /**
275
- * 已使用COS智能分层存储容量(byte)
245
+ * 已使用COS智能分层存储容量(byte)
276
246
  注意:此字段可能返回 null,表示取不到有效值。
277
- */
247
+ */
278
248
  IntelligentCapacityUsed?: number
279
249
  }
280
250
 
@@ -286,7 +256,6 @@ export interface AssociateAccessGroupsRequest {
286
256
  * 挂载点ID
287
257
  */
288
258
  MountPointId: string
289
-
290
259
  /**
291
260
  * 权限组ID列表
292
261
  */
@@ -301,12 +270,10 @@ export interface ModifyAccessGroupRequest {
301
270
  * 权限组ID
302
271
  */
303
272
  AccessGroupId: string
304
-
305
273
  /**
306
274
  * 权限组名称
307
275
  */
308
276
  AccessGroupName?: string
309
-
310
277
  /**
311
278
  * 权限组描述
312
279
  */
@@ -321,7 +288,6 @@ export interface DescribeFileSystemsResponse {
321
288
  * 文件系统列表
322
289
  */
323
290
  FileSystems: Array<FileSystem>
324
-
325
291
  /**
326
292
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
327
293
  */
@@ -346,12 +312,10 @@ export interface CreateMountPointRequest {
346
312
  * 挂载点名称
347
313
  */
348
314
  MountPointName: string
349
-
350
315
  /**
351
316
  * 文件系统ID
352
317
  */
353
318
  FileSystemId: string
354
-
355
319
  /**
356
320
  * 挂载点状态(1:打开;2:关闭)
357
321
  */
@@ -403,16 +367,14 @@ export interface DeleteFileSystemRequest {
403
367
  */
404
368
  export interface DescribeMountPointsRequest {
405
369
  /**
406
- * 文件系统ID
370
+ * 文件系统ID
407
371
  备注:入参只能指定AccessGroupId、FileSystemId和OwnerUin的其中一个
408
- */
372
+ */
409
373
  FileSystemId?: string
410
-
411
374
  /**
412
375
  * 权限组ID
413
376
  */
414
377
  AccessGroupId?: string
415
-
416
378
  /**
417
379
  * 资源所属者Uin
418
380
  */
@@ -434,11 +396,10 @@ export interface DescribeMountPointRequest {
434
396
  */
435
397
  export interface DescribeAccessGroupsRequest {
436
398
  /**
437
- * VPC网络ID
399
+ * VPC网络ID
438
400
  备注:入参只能指定VpcId和OwnerUin的其中一个
439
- */
401
+ */
440
402
  VpcId?: string
441
-
442
403
  /**
443
404
  * 资源所属者Uin
444
405
  */
@@ -483,7 +444,6 @@ export interface CreateMountPointResponse {
483
444
  * 挂载点
484
445
  */
485
446
  MountPoint: MountPoint
486
-
487
447
  /**
488
448
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
489
449
  */
@@ -498,47 +458,38 @@ export interface CreateFileSystemRequest {
498
458
  * 文件系统名称
499
459
  */
500
460
  FileSystemName: string
501
-
502
461
  /**
503
462
  * 文件系统容量(byte),下限为1GB,上限为1PB,且必须是1GB的整数倍
504
463
  */
505
464
  CapacityQuota: number
506
-
507
465
  /**
508
466
  * 是否校验POSIX ACL
509
467
  */
510
468
  PosixAcl: boolean
511
-
512
469
  /**
513
470
  * 文件系统描述,默认为空字符串
514
471
  */
515
472
  Description?: string
516
-
517
473
  /**
518
474
  * 超级用户名列表,默认为空数组
519
475
  */
520
476
  SuperUsers?: Array<string>
521
-
522
477
  /**
523
478
  * 根目录Inode用户名,默认为hadoop
524
479
  */
525
480
  RootInodeUser?: string
526
-
527
481
  /**
528
482
  * 根目录Inode组名,默认为supergroup
529
483
  */
530
484
  RootInodeGroup?: string
531
-
532
485
  /**
533
486
  * 是否打开Ranger地址校验
534
487
  */
535
488
  EnableRanger?: boolean
536
-
537
489
  /**
538
490
  * Ranger地址列表,默认为空数组
539
491
  */
540
492
  RangerServiceAddresses?: Array<string>
541
-
542
493
  /**
543
494
  * 多个资源标签,可以为空数组
544
495
  */
@@ -553,7 +504,6 @@ export interface DisassociateAccessGroupsRequest {
553
504
  * 挂载点ID
554
505
  */
555
506
  MountPointId: string
556
-
557
507
  /**
558
508
  * 权限组ID列表
559
509
  */
@@ -568,7 +518,6 @@ export interface DescribeResourceTagsResponse {
568
518
  * 资源标签列表
569
519
  */
570
520
  Tags: Array<Tag>
571
-
572
521
  /**
573
522
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
574
523
  */
@@ -583,7 +532,6 @@ export interface DescribeAccessGroupsResponse {
583
532
  * 权限组列表
584
533
  */
585
534
  AccessGroups: Array<AccessGroup>
586
-
587
535
  /**
588
536
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
589
537
  */
@@ -618,7 +566,6 @@ export interface CreateLifeCycleRulesRequest {
618
566
  * 文件系统ID
619
567
  */
620
568
  FileSystemId: string
621
-
622
569
  /**
623
570
  * 多个生命周期规则,上限为10
624
571
  */
@@ -630,11 +577,10 @@ export interface CreateLifeCycleRulesRequest {
630
577
  */
631
578
  export interface CreateAccessRulesResponse {
632
579
  /**
633
- * 权限规则列表
580
+ * 权限规则列表
634
581
  注意:此字段可能返回 null,表示取不到有效值。
635
- */
582
+ */
636
583
  AccessRules: Array<AccessRule>
637
-
638
584
  /**
639
585
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
640
586
  */
@@ -659,67 +605,55 @@ export interface FileSystem {
659
605
  * 资源所属用户AppId
660
606
  */
661
607
  AppId: number
662
-
663
608
  /**
664
609
  * 文件系统名称
665
610
  */
666
611
  FileSystemName: string
667
-
668
612
  /**
669
613
  * 文件系统描述
670
614
  */
671
615
  Description: string
672
-
673
616
  /**
674
617
  * 地域
675
618
  */
676
619
  Region: string
677
-
678
620
  /**
679
621
  * 文件系统ID
680
622
  */
681
623
  FileSystemId: string
682
-
683
624
  /**
684
625
  * 创建时间
685
626
  */
686
627
  CreateTime: string
687
-
688
628
  /**
689
629
  * 文件系统块大小(byte)
690
630
  */
691
631
  BlockSize: number
692
-
693
632
  /**
694
633
  * 文件系统容量(byte)
695
634
  */
696
635
  CapacityQuota: number
697
-
698
636
  /**
699
637
  * 文件系统状态(1:创建中;2:创建成功;3:创建失败)
700
638
  */
701
639
  Status: number
702
-
703
640
  /**
704
641
  * 超级用户名列表
705
642
  */
706
643
  SuperUsers: Array<string>
707
-
708
644
  /**
709
645
  * POSIX权限控制
710
646
  */
711
647
  PosixAcl: boolean
712
-
713
648
  /**
714
- * 是否打开Ranger地址校验
649
+ * 是否打开Ranger地址校验
715
650
  注意:此字段可能返回 null,表示取不到有效值。
716
- */
651
+ */
717
652
  EnableRanger: boolean
718
-
719
653
  /**
720
- * Ranger地址列表
654
+ * Ranger地址列表
721
655
  注意:此字段可能返回 null,表示取不到有效值。
722
- */
656
+ */
723
657
  RangerServiceAddresses: Array<string>
724
658
  }
725
659
 
@@ -731,27 +665,22 @@ export interface RestoreTask {
731
665
  * 回热任务ID
732
666
  */
733
667
  RestoreTaskId?: number
734
-
735
668
  /**
736
669
  * 回热任务文件路径
737
670
  */
738
671
  FilePath?: string
739
-
740
672
  /**
741
673
  * 回热任务类型(1:标准;2:极速;3:批量,暂时仅支持极速)
742
674
  */
743
675
  Type?: number
744
-
745
676
  /**
746
677
  * 指定恢复出的临时副本的有效时长(单位天)
747
678
  */
748
679
  Days?: number
749
-
750
680
  /**
751
681
  * 回热任务状态(1:绑定文件中;2:绑定文件完成;3:文件回热中;4:文件回热完成)
752
682
  */
753
683
  Status?: number
754
-
755
684
  /**
756
685
  * 创建时间
757
686
  */
@@ -766,12 +695,10 @@ export interface ModifyMountPointRequest {
766
695
  * 挂载点ID
767
696
  */
768
697
  MountPointId: string
769
-
770
698
  /**
771
699
  * 挂载点名称
772
700
  */
773
701
  MountPointName?: string
774
-
775
702
  /**
776
703
  * 挂载点状态
777
704
  */
@@ -786,7 +713,6 @@ export interface DescribeAccessRulesResponse {
786
713
  * 权限规则列表
787
714
  */
788
715
  AccessRules: Array<AccessRule>
789
-
790
716
  /**
791
717
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
792
718
  */
@@ -811,7 +737,6 @@ export interface CreateRestoreTasksRequest {
811
737
  * 文件系统ID
812
738
  */
813
739
  FileSystemId: string
814
-
815
740
  /**
816
741
  * 多个回热任务,上限为10
817
742
  */
@@ -826,7 +751,6 @@ export interface Transition {
826
751
  * 触发时间(单位天)
827
752
  */
828
753
  Days: number
829
-
830
754
  /**
831
755
  * 转换类型(1:归档;2:删除;3:低频;4:深度归档;5:智能分层)
832
756
  */
@@ -841,7 +765,6 @@ export interface DescribeRestoreTasksResponse {
841
765
  * 回热任务列表
842
766
  */
843
767
  RestoreTasks: Array<RestoreTask>
844
-
845
768
  /**
846
769
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
847
770
  */
@@ -856,7 +779,6 @@ export interface DescribeLifeCycleRulesResponse {
856
779
  * 生命周期规则列表
857
780
  */
858
781
  LifeCycleRules?: Array<LifeCycleRule>
859
-
860
782
  /**
861
783
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
862
784
  */
@@ -871,7 +793,6 @@ export interface CreateAccessGroupResponse {
871
793
  * 权限组
872
794
  */
873
795
  AccessGroup?: AccessGroup
874
-
875
796
  /**
876
797
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
877
798
  */
@@ -941,37 +862,30 @@ export interface LifeCycleRule {
941
862
  * 生命周期规则ID
942
863
  */
943
864
  LifeCycleRuleId?: number
944
-
945
865
  /**
946
866
  * 生命周期规则名称
947
867
  */
948
868
  LifeCycleRuleName?: string
949
-
950
869
  /**
951
870
  * 生命周期规则路径(目录或文件)
952
871
  */
953
872
  Path?: string
954
-
955
873
  /**
956
874
  * 生命周期规则转换列表
957
875
  */
958
876
  Transitions?: Array<Transition>
959
-
960
877
  /**
961
878
  * 生命周期规则状态(1:打开;2:关闭)
962
879
  */
963
880
  Status?: number
964
-
965
881
  /**
966
882
  * 创建时间
967
883
  */
968
884
  CreateTime?: string
969
-
970
885
  /**
971
886
  * 生命周期规则当前路径具体存储量
972
887
  */
973
888
  Summary?: Summary
974
-
975
889
  /**
976
890
  * Summary更新时间
977
891
  */
@@ -986,7 +900,6 @@ export interface CreateAccessRulesRequest {
986
900
  * 多个权限规则,上限为10
987
901
  */
988
902
  AccessRules: Array<AccessRule>
989
-
990
903
  /**
991
904
  * 权限组ID
992
905
  */
@@ -1001,7 +914,6 @@ export interface DescribeAccessGroupResponse {
1001
914
  * 权限组
1002
915
  */
1003
916
  AccessGroup: AccessGroup
1004
-
1005
917
  /**
1006
918
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1007
919
  */
@@ -1016,27 +928,22 @@ export interface MountPoint {
1016
928
  * 挂载点ID
1017
929
  */
1018
930
  MountPointId: string
1019
-
1020
931
  /**
1021
932
  * 挂载点名称
1022
933
  */
1023
934
  MountPointName?: string
1024
-
1025
935
  /**
1026
936
  * 文件系统ID
1027
937
  */
1028
938
  FileSystemId: string
1029
-
1030
939
  /**
1031
940
  * 挂载点状态(1:打开;2:关闭)
1032
941
  */
1033
942
  Status: number
1034
-
1035
943
  /**
1036
944
  * 创建时间
1037
945
  */
1038
946
  CreateTime: string
1039
-
1040
947
  /**
1041
948
  * 绑定的权限组ID列表
1042
949
  */
@@ -1051,7 +958,6 @@ export interface DescribeMountPointsResponse {
1051
958
  * 挂载点列表
1052
959
  */
1053
960
  MountPoints: Array<MountPoint>
1054
-
1055
961
  /**
1056
962
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1057
963
  */
@@ -1126,7 +1032,6 @@ export interface Tag {
1126
1032
  * 标签键
1127
1033
  */
1128
1034
  Key: string
1129
-
1130
1035
  /**
1131
1036
  * 标签值
1132
1037
  */
@@ -1161,17 +1066,14 @@ export interface CreateAccessGroupRequest {
1161
1066
  * 权限组名称
1162
1067
  */
1163
1068
  AccessGroupName: string
1164
-
1165
1069
  /**
1166
1070
  * VPC网络类型(1:CVM;2:黑石1.0)
1167
1071
  */
1168
1072
  VpcType: number
1169
-
1170
1073
  /**
1171
1074
  * VPC网络ID
1172
1075
  */
1173
1076
  VpcId: string
1174
-
1175
1077
  /**
1176
1078
  * 权限组描述,默认为空字符串
1177
1079
  */
@@ -1186,7 +1088,6 @@ export interface DescribeMountPointResponse {
1186
1088
  * 挂载点
1187
1089
  */
1188
1090
  MountPoint: MountPoint
1189
-
1190
1091
  /**
1191
1092
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1192
1093
  */
@@ -45,19 +45,19 @@ export interface DescribeFileSystemResponse {
45
45
  */
46
46
  FileSystem?: FileSystem;
47
47
  /**
48
- * 文件系统已使用容量(已弃用)
48
+ * 文件系统已使用容量(已弃用)
49
49
  注意:此字段可能返回 null,表示取不到有效值。
50
- */
50
+ */
51
51
  FileSystemCapacityUsed?: number;
52
52
  /**
53
- * 已使用容量(byte),包括标准和归档存储
53
+ * 已使用容量(byte),包括标准和归档存储
54
54
  注意:此字段可能返回 null,表示取不到有效值。
55
- */
55
+ */
56
56
  CapacityUsed?: number;
57
57
  /**
58
- * 已使用归档存储容量(byte)
58
+ * 已使用归档存储容量(byte)
59
59
  注意:此字段可能返回 null,表示取不到有效值。
60
- */
60
+ */
61
61
  ArchiveCapacityUsed?: number;
62
62
  /**
63
63
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -111,9 +111,9 @@ export interface ModifyFileSystemRequest {
111
111
  */
112
112
  Description?: string;
113
113
  /**
114
- * 文件系统容量(byte),下限为1G,上限为1P,且必须是1G的整数倍
114
+ * 文件系统容量(byte),下限为1G,上限为1P,且必须是1G的整数倍
115
115
  注意:修改的文件系统容量不能小于当前使用量
116
- */
116
+ */
117
117
  CapacityQuota?: number;
118
118
  }
119
119
  /**
@@ -234,14 +234,14 @@ export interface DeleteFileSystemRequest {
234
234
  */
235
235
  export interface DescribeMountPointsRequest {
236
236
  /**
237
- * 文件系统ID
237
+ * 文件系统ID
238
238
  注意:若根据AccessGroupId查看挂载点列表,则无需设置FileSystemId
239
- */
239
+ */
240
240
  FileSystemId?: string;
241
241
  /**
242
- * 权限组ID
242
+ * 权限组ID
243
243
  注意:若根据FileSystemId查看挂载点列表,则无需设置AccessGroupId
244
- */
244
+ */
245
245
  AccessGroupId?: string;
246
246
  /**
247
247
  * 偏移量,默认为0