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.
@@ -165,29 +165,29 @@ export interface MigrationTaskInfo {
165
165
  */
166
166
  MigrationMode: number;
167
167
  /**
168
- * 数据源桶名称
168
+ * 数据源桶名称
169
169
  注意:此字段可能返回 null,表示取不到有效值。
170
- */
170
+ */
171
171
  BucketName: string;
172
172
  /**
173
- * 数据源桶地域
173
+ * 数据源桶地域
174
174
  注意:此字段可能返回 null,表示取不到有效值。
175
- */
175
+ */
176
176
  BucketRegion: string;
177
177
  /**
178
- * 数据源桶地址
178
+ * 数据源桶地址
179
179
  注意:此字段可能返回 null,表示取不到有效值。
180
- */
180
+ */
181
181
  BucketAddress: string;
182
182
  /**
183
- * 清单地址
183
+ * 清单地址
184
184
  注意:此字段可能返回 null,表示取不到有效值。
185
- */
185
+ */
186
186
  ListAddress: string;
187
187
  /**
188
- * 文件系统实例名称
188
+ * 文件系统实例名称
189
189
  注意:此字段可能返回 null,表示取不到有效值。
190
- */
190
+ */
191
191
  FsName: string;
192
192
  /**
193
193
  * 文件系统实例Id
@@ -206,63 +206,63 @@ export interface MigrationTaskInfo {
206
206
  */
207
207
  CreateTime: number;
208
208
  /**
209
- * 完成/终止时间
209
+ * 完成/终止时间
210
210
  注意:此字段可能返回 null,表示取不到有效值。
211
- */
211
+ */
212
212
  EndTime: number;
213
213
  /**
214
214
  * 迁移状态。0: 已完成;1: 进行中;2: 已终止
215
215
  */
216
216
  Status: number;
217
217
  /**
218
- * 文件数量
218
+ * 文件数量
219
219
  注意:此字段可能返回 null,表示取不到有效值。
220
- */
220
+ */
221
221
  FileTotalCount: number;
222
222
  /**
223
- * 已迁移文件数量
223
+ * 已迁移文件数量
224
224
  注意:此字段可能返回 null,表示取不到有效值。
225
- */
225
+ */
226
226
  FileMigratedCount: number;
227
227
  /**
228
- * 迁移失败文件数量
228
+ * 迁移失败文件数量
229
229
  注意:此字段可能返回 null,表示取不到有效值。
230
- */
230
+ */
231
231
  FileFailedCount: number;
232
232
  /**
233
- * 文件容量,单位Byte
233
+ * 文件容量,单位Byte
234
234
  注意:此字段可能返回 null,表示取不到有效值。
235
- */
235
+ */
236
236
  FileTotalSize: number;
237
237
  /**
238
- * 已迁移文件容量,单位Byte
238
+ * 已迁移文件容量,单位Byte
239
239
  注意:此字段可能返回 null,表示取不到有效值。
240
- */
240
+ */
241
241
  FileMigratedSize: number;
242
242
  /**
243
- * 迁移失败文件容量,单位Byte
243
+ * 迁移失败文件容量,单位Byte
244
244
  注意:此字段可能返回 null,表示取不到有效值。
245
- */
245
+ */
246
246
  FileFailedSize: number;
247
247
  /**
248
- * 全部清单
248
+ * 全部清单
249
249
  注意:此字段可能返回 null,表示取不到有效值。
250
- */
250
+ */
251
251
  FileTotalList: string;
252
252
  /**
253
- * 已完成文件清单
253
+ * 已完成文件清单
254
254
  注意:此字段可能返回 null,表示取不到有效值。
255
- */
255
+ */
256
256
  FileCompletedList: string;
257
257
  /**
258
- * 失败文件清单
258
+ * 失败文件清单
259
259
  注意:此字段可能返回 null,表示取不到有效值。
260
- */
260
+ */
261
261
  FileFailedList: string;
262
262
  /**
263
- * 源桶路径
263
+ * 源桶路径
264
264
  注意:此字段可能返回 null,表示取不到有效值。
265
- */
265
+ */
266
266
  BucketPath: string;
267
267
  }
268
268
  /**
@@ -369,14 +369,14 @@ export interface FileSystemInfo {
369
369
  */
370
370
  FileSystemId: string;
371
371
  /**
372
- * 文件系统状态。取值范围:
372
+ * 文件系统状态。取值范围:
373
373
  - creating:创建中
374
374
  - mounting:挂载中
375
375
  - create_failed:创建失败
376
376
  - available:可使用
377
377
  - unserviced:停服中
378
378
  - upgrading:升级中
379
- */
379
+ */
380
380
  LifeCycleState: string;
381
381
  /**
382
382
  * 文件系统已使用容量
@@ -447,9 +447,9 @@ export interface FileSystemInfo {
447
447
  */
448
448
  TieringState: string;
449
449
  /**
450
- * 分层存储详情
450
+ * 分层存储详情
451
451
  注意:此字段可能返回 null,表示取不到有效值。
452
- */
452
+ */
453
453
  TieringDetail: TieringDetailInfo;
454
454
  }
455
455
  /**
@@ -482,9 +482,9 @@ export interface ModifyFileSystemAutoScaleUpRuleRequest {
482
482
  */
483
483
  TargetThreshold: number;
484
484
  /**
485
- * 规则状态0:关闭,1 开启
485
+ * 规则状态0:关闭,1 开启
486
486
 
487
- */
487
+ */
488
488
  Status?: number;
489
489
  }
490
490
  /**
@@ -672,14 +672,14 @@ export interface AutoSnapshotPolicyInfo {
672
672
  */
673
673
  FileSystems: Array<FileSystemByPolicy>;
674
674
  /**
675
- * 快照定期备份在一个月的某个时间;该参数与DayOfWeek,IntervalDays互斥
675
+ * 快照定期备份在一个月的某个时间;该参数与DayOfWeek,IntervalDays互斥
676
676
  注意:此字段可能返回 null,表示取不到有效值。
677
- */
677
+ */
678
678
  DayOfMonth?: string;
679
679
  /**
680
- * 快照定期间隔天数,1-365 天;该参数与DayOfMonth,DayOfWeek互斥
680
+ * 快照定期间隔天数,1-365 天;该参数与DayOfMonth,DayOfWeek互斥
681
681
  注意:此字段可能返回 null,表示取不到有效值。
682
- */
682
+ */
683
683
  IntervalDays?: number;
684
684
  }
685
685
  /**
@@ -872,9 +872,9 @@ export interface DescribeBucketListRequest {
872
872
  */
873
873
  SrcService: string;
874
874
  /**
875
- * 数据源账号的SecretId
875
+ * 数据源账号的SecretId
876
876
 
877
- */
877
+ */
878
878
  SrcSecretId: string;
879
879
  /**
880
880
  * 数据源账号的SecretKey
@@ -1161,14 +1161,14 @@ export interface UserQuota {
1161
1161
  */
1162
1162
  FileSystemId: string;
1163
1163
  /**
1164
- * 容量使用,单位GiB
1164
+ * 容量使用,单位GiB
1165
1165
  注意:此字段可能返回 null,表示取不到有效值。
1166
- */
1166
+ */
1167
1167
  CapacityUsed?: number;
1168
1168
  /**
1169
- * 文件使用个数,单位个
1169
+ * 文件使用个数,单位个
1170
1170
  注意:此字段可能返回 null,表示取不到有效值。
1171
- */
1171
+ */
1172
1172
  FileUsed?: number;
1173
1173
  }
1174
1174
  /**
@@ -1218,9 +1218,9 @@ export interface BucketInfo {
1218
1218
  */
1219
1219
  Name: string;
1220
1220
  /**
1221
- * 桶所在地域
1221
+ * 桶所在地域
1222
1222
  注意:此字段可能返回 null,表示取不到有效值。
1223
- */
1223
+ */
1224
1224
  Region: string;
1225
1225
  }
1226
1226
  /**
@@ -1257,10 +1257,10 @@ export interface DescribeUserQuotaRequest {
1257
1257
  */
1258
1258
  FileSystemId: string;
1259
1259
  /**
1260
- * 过滤条件。
1260
+ * 过滤条件。
1261
1261
  <br><li>UserType - Array of String - 是否必填:否 -(过滤条件)按配额类型过滤。(Uid| Gid )
1262
1262
  <br><li>UserId - Array of String - 是否必填:否 -(过滤条件)按UID/GID过滤。
1263
- */
1263
+ */
1264
1264
  Filters?: Array<Filter>;
1265
1265
  /**
1266
1266
  * Offset 分页码
@@ -1499,7 +1499,7 @@ export interface DescribeMigrationTasksRequest {
1499
1499
  */
1500
1500
  Limit?: number;
1501
1501
  /**
1502
- * <br><li> taskId
1502
+ * <br><li> taskId
1503
1503
 
1504
1504
  按照【迁移任务id】进行过滤。
1505
1505
  类型:String
@@ -1514,7 +1514,7 @@ export interface DescribeMigrationTasksRequest {
1514
1514
  必选:否
1515
1515
 
1516
1516
  每次请求的Filters的上限为10,Filter.Values的上限为100。
1517
- */
1517
+ */
1518
1518
  Filters?: Array<Filter>;
1519
1519
  }
1520
1520
  /**
@@ -1806,9 +1806,9 @@ export interface SnapshotInfo {
1806
1806
  */
1807
1807
  Tags: Array<TagInfo>;
1808
1808
  /**
1809
- * 快照类型
1809
+ * 快照类型
1810
1810
  注意:此字段可能返回 null,表示取不到有效值。
1811
- */
1811
+ */
1812
1812
  SnapshotType?: string;
1813
1813
  }
1814
1814
  /**
@@ -2032,9 +2032,9 @@ export interface DescribeUserQuotaResponse {
2032
2032
  */
2033
2033
  export interface TieringDetailInfo {
2034
2034
  /**
2035
- * 低频存储容量
2035
+ * 低频存储容量
2036
2036
  注意:此字段可能返回 null,表示取不到有效值。
2037
- */
2037
+ */
2038
2038
  TieringSizeInBytes?: number;
2039
2039
  }
2040
2040
  /**