tencentcloud-sdk-nodejs 4.1.275 → 4.1.277

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.
Files changed (29) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/adp/v20260520/adp_client.js +77 -14
  3. package/es/services/dlc/v20210125/dlc_client.js +9 -0
  4. package/es/services/mps/v20190612/mps_client.js +8 -2
  5. package/package.json +1 -1
  6. package/tencentcloud/common/sdk_version.d.ts +1 -1
  7. package/tencentcloud/common/sdk_version.js +1 -1
  8. package/tencentcloud/services/adp/v20260520/adp_client.d.ts +99 -15
  9. package/tencentcloud/services/adp/v20260520/adp_client.js +147 -21
  10. package/tencentcloud/services/adp/v20260520/adp_models.d.ts +2089 -599
  11. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +63 -48
  12. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +47 -43
  13. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +17 -17
  14. package/tencentcloud/services/cfw/v20190904/cfw_client.js +17 -17
  15. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +206 -206
  16. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  17. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +13 -1
  18. package/tencentcloud/services/dlc/v20210125/dlc_client.js +18 -0
  19. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +208 -36
  20. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +17 -14
  21. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +23 -56
  22. package/tencentcloud/services/ga2/v20250115/ga2_models.d.ts +1 -1
  23. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +11 -3
  24. package/tencentcloud/services/mps/v20190612/mps_client.js +15 -3
  25. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +250 -94
  26. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +35 -35
  27. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +106 -55
  28. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +18 -0
  29. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +4 -5
@@ -371,72 +371,71 @@ export interface WorkloadGroupConfig {
371
371
  */
372
372
  export interface BackupScheduleInfo {
373
373
  /**
374
- * 迁移类型:
375
- 1-远端集群迁移;2-COS迁移
374
+ * <p>迁移类型:<br>1-远端集群迁移;2-COS迁移</p>
376
375
  */
377
376
  BackupType?: number;
378
377
  /**
379
- * 当前任务现存实例数
378
+ * <p>当前任务现存实例数</p>
380
379
  */
381
380
  ExistCount?: number;
382
381
  /**
383
- * cos信息
382
+ * <p>cos信息</p>
384
383
  */
385
384
  CosSourceInfo?: string;
386
385
  /**
387
- * doris信息
386
+ * <p>doris信息</p>
388
387
  */
389
388
  DorisSourceInfo?: string;
390
389
  /**
391
- * 恢复类型
390
+ * <p>恢复类型</p>
392
391
  */
393
392
  RestoreType?: number;
394
393
  /**
395
- * 快照保留策略
394
+ * <p>快照保留策略</p>
396
395
  */
397
396
  SnapshotRemainPolicy?: SnapshotRemainPolicy;
398
397
  /**
399
- * 远程备份地域
398
+ * <p>远程备份地域</p>
400
399
  */
401
400
  DataRemoteRegion?: string;
402
401
  /**
403
- * 是否在宽限期内
402
+ * <p>是否在宽限期内</p>
404
403
  */
405
404
  IsWithinGracePeriod?: boolean;
406
405
  /**
407
- * 宽限期(天数)
406
+ * <p>宽限期(天数)</p>
408
407
  */
409
408
  GracePeriod?: number;
410
409
  /**
411
- * 宽限开始时间
410
+ * <p>宽限开始时间</p>
412
411
  */
413
412
  GraceStartTime?: string;
414
413
  /**
415
- * 托管桶类型:standard-标准,多可用区-MAZ
414
+ * <p>托管桶类型:standard-标准,多可用区-MAZ</p>
416
415
  */
417
416
  BucketType?: string;
418
417
  /**
419
- * 是否开启安全锁:0-未开启,1-已开启
418
+ * <p>是否开启安全锁:0-未开启,1-已开启</p>
420
419
  */
421
420
  EnableSecurityLock?: number;
422
421
  /**
423
- * 实例ID
422
+ * <p>实例ID</p>
424
423
  */
425
424
  InstanceId?: string;
426
425
  /**
427
- * 实例名
426
+ * <p>实例名</p>
428
427
  */
429
428
  InstanceName?: string;
430
429
  /**
431
- * 实例状态
430
+ * <p>实例状态</p>
432
431
  */
433
432
  InstanceStatus?: string;
434
433
  /**
435
- * 实例状态描述
434
+ * <p>实例状态描述</p>
436
435
  */
437
436
  InstanceStatusDesc?: string;
438
437
  /**
439
- * 桶加密状态信息
438
+ * <p>桶加密状态信息</p>
440
439
  */
441
440
  BucketEncryption?: BucketEncryptionInfo;
442
441
  }
@@ -3947,125 +3946,141 @@ export interface ModifyInstanceKeyValConfigsRequest {
3947
3946
  */
3948
3947
  export interface BackUpJobDisplay {
3949
3948
  /**
3950
- * 备份实例id
3949
+ * <p>备份实例id</p>
3951
3950
  */
3952
3951
  JobId?: number;
3953
3952
  /**
3954
- * 备份实例名
3953
+ * <p>备份实例名</p>
3955
3954
  */
3956
3955
  Snapshot?: string;
3957
3956
  /**
3958
- * 备份数据量
3957
+ * <p>备份数据量</p>
3959
3958
  */
3960
3959
  BackUpSize?: number;
3961
3960
  /**
3962
- * 备份单副本数据量
3961
+ * <p>备份单副本数据量</p>
3963
3962
  */
3964
3963
  BackUpSingleSize?: number;
3965
3964
  /**
3966
- * 实例创建时间
3965
+ * <p>实例创建时间</p>
3967
3966
  */
3968
3967
  BackUpTime?: string;
3969
3968
  /**
3970
- * 实例过期时间
3969
+ * <p>实例过期时间</p>
3971
3970
  */
3972
3971
  ExpireTime?: string;
3973
3972
  /**
3974
- * 实例状态
3973
+ * <p>实例状态</p>
3975
3974
  */
3976
3975
  JobStatus?: string;
3977
3976
  /**
3978
- * 0为默认。1时是对远端的doris进行备份,不周期,一次性
3977
+ * <p>0为默认。1时是对远端的doris进行备份,不周期,一次性</p>
3979
3978
  */
3980
3979
  BackupType?: number;
3981
3980
  /**
3982
- * 0为默认。1时是立即备份。2时是迁移
3981
+ * <p>0为默认。1时是立即备份。2时是迁移</p>
3983
3982
  */
3984
3983
  BackupTimeType?: number;
3985
3984
  /**
3986
- * 远端doris的连接信息
3985
+ * <p>远端doris的连接信息</p>
3987
3986
  */
3988
3987
  DorisSourceInfo?: DorisSourceInfo;
3989
3988
  /**
3990
- * 实例状态对应的数值
3989
+ * <p>实例状态对应的数值</p>
3991
3990
  */
3992
3991
  JobStatusNum?: number;
3993
3992
  /**
3994
- * 备份实例中关于cos的信息
3993
+ * <p>备份实例中关于cos的信息</p>
3995
3994
  */
3996
3995
  BackupCosInfo?: BackupCosInfo;
3997
3996
  /**
3998
- * 是否使用的自定义桶
3997
+ * <p>是否使用的自定义桶</p>
3999
3998
  */
4000
3999
  IsUserDefineBucket?: boolean;
4001
4000
  /**
4002
- * 错误原因
4001
+ * <p>错误原因</p>
4003
4002
  */
4004
4003
  ErrorReason?: string;
4005
4004
  /**
4006
- * 快照保留策略
4005
+ * <p>快照保留策略</p>
4007
4006
  */
4008
4007
  SnapshotRemainPolicy?: SnapshotRemainPolicy;
4009
4008
  /**
4010
- * 隔离次数
4009
+ * <p>隔离次数</p>
4011
4010
  */
4012
4011
  IsolationCount?: number;
4013
4012
  /**
4014
- * 是否开启安全锁
4013
+ * <p>是否开启安全锁</p>
4015
4014
  */
4016
4015
  EnableSecurityLock?: number;
4017
4016
  /**
4018
- * 宽限期天数
4017
+ * <p>宽限期天数</p>
4019
4018
  */
4020
4019
  GracePeriod?: number;
4021
4020
  /**
4022
- * 宽限期开始时间
4021
+ * <p>宽限期开始时间</p>
4023
4022
  */
4024
4023
  GraceStartTime?: string;
4025
4024
  /**
4026
- * 是否在宽限期内
4025
+ * <p>是否在宽限期内</p>
4027
4026
  */
4028
4027
  IsWithinGracePeriod?: boolean;
4029
4028
  /**
4030
- * 是否使用托管桶
4029
+ * <p>是否使用托管桶</p>
4031
4030
  */
4032
4031
  UseManagedBucket?: boolean;
4033
4032
  /**
4034
- * 实例ID
4033
+ * <p>实例ID</p>
4035
4034
  */
4036
4035
  InstanceId?: string;
4037
4036
  /**
4038
- * 实例名称
4037
+ * <p>实例名称</p>
4039
4038
  */
4040
4039
  InstanceName?: string;
4041
4040
  /**
4042
- * 实例状态
4041
+ * <p>实例状态</p>
4043
4042
  */
4044
4043
  InstanceStatus?: string;
4045
4044
  /**
4046
- * 实例状态描述
4045
+ * <p>实例状态描述</p>
4047
4046
  */
4048
4047
  InstanceStatusDesc?: string;
4049
4048
  /**
4050
- * 备份远程桶地域
4049
+ * <p>备份远程桶地域</p>
4051
4050
  */
4052
4051
  DataRemoteRegion?: string;
4053
4052
  /**
4054
- * 桶加密状态信息
4053
+ * <p>桶加密状态信息</p>
4055
4054
  */
4056
4055
  BucketEncryption?: BucketEncryptionInfo;
4057
4056
  /**
4058
- * 备份任务创建时记录的加密类型:SSE-COS/SSE-KMS/disabled
4057
+ * <p>备份任务创建时记录的加密类型:SSE-COS/SSE-KMS/disabled</p>
4059
4058
  */
4060
4059
  Encryption?: string;
4061
4060
  /**
4062
- * 是否开通加密存储:0-未开通,1-已开通
4061
+ * <p>是否开通加密存储:0-未开通,1-已开通</p>
4063
4062
  */
4064
4063
  EncryptionEnabled?: boolean;
4065
4064
  /**
4066
- * 任务调度id
4065
+ * <p>任务调度id</p>
4067
4066
  */
4068
4067
  ScheduleId?: number;
4068
+ /**
4069
+ * <p>总任务数(库数)</p>
4070
+ */
4071
+ TotalTasks?: number;
4072
+ /**
4073
+ * <p>已完成任务数</p>
4074
+ */
4075
+ CompletedTasks?: number;
4076
+ /**
4077
+ * <p>失败任务数</p>
4078
+ */
4079
+ FailedTasks?: number;
4080
+ /**
4081
+ * <p>备份进度描述,如 3/5</p>
4082
+ */
4083
+ BackupProgress?: string;
4069
4084
  }
4070
4085
  /**
4071
4086
  * ModifyUserBindWorkloadGroup返回参数结构体
@@ -3,67 +3,67 @@
3
3
  */
4
4
  export interface CreateMigrationTaskRequest {
5
5
  /**
6
- * 迁移任务名称
6
+ * <p>迁移任务名称</p>
7
7
  */
8
8
  TaskName: string;
9
9
  /**
10
- * 迁移方式标志位,默认为0。0:桶迁移;1:清单迁移
10
+ * <p>迁移方式标志位,默认为0。0:桶迁移;1:清单迁移</p>
11
11
  */
12
12
  MigrationType: number;
13
13
  /**
14
- * 迁移模式,默认为0。0: 全量迁移
14
+ * <p>迁移模式,默认为0。0: 全量迁移</p>
15
15
  */
16
16
  MigrationMode: number;
17
17
  /**
18
- * 数据源账号的 SecretId
18
+ * <p>数据源账号的 SecretId</p>
19
19
  */
20
20
  SrcSecretId: string;
21
21
  /**
22
- * 数据源账号的 SecretKey
22
+ * <p>数据源账号的 SecretKey</p>
23
23
  */
24
24
  SrcSecretKey: string;
25
25
  /**
26
- * 文件系统实例 ID,通过查询文件系统 [DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170) 获取
26
+ * <p>文件系统实例 ID,通过查询文件系统 <a href="https://cloud.tencent.com/document/product/582/38170">DescribeCfsFileSystems</a> 获取</p>
27
27
  */
28
28
  FileSystemId: string;
29
29
  /**
30
- * 文件系统路径
30
+ * <p>文件系统路径</p>
31
31
  */
32
32
  FsPath: string;
33
33
  /**
34
- * 同名文件迁移时覆盖策略,默认为0。0: 最后修改时间优先;1: 全覆盖;2: 不覆盖
34
+ * <p>同名文件迁移时覆盖策略,默认为0。0: 最后修改时间优先;1: 全覆盖;2: 不覆盖</p>
35
35
  */
36
36
  CoverType: number;
37
37
  /**
38
- * 数据源服务商。COS:腾讯云COSOSS:阿里云OSSOBS:华为云OBS
38
+ * <p>数据源服务商</p><p>枚举值:</p><ul><li>COS: 腾讯云COS</li><li>OSS: 阿里云OSS</li><li>OBS: 华为云OBS</li><li>BOS: 百度云BOS</li><li>TOS: 火山引擎TOS</li></ul>
39
39
  */
40
40
  SrcService: string;
41
41
  /**
42
- * 数据源桶名称;桶迁移时,BucketName 和 BucketAddress 必填其一,清单迁移时无需填写此参数
42
+ * <p>数据源桶名称;桶迁移时,BucketName 和 BucketAddress 必填其一,清单迁移时无需填写此参数</p>
43
43
  */
44
44
  BucketName?: string;
45
45
  /**
46
- * 数据源桶地域
46
+ * <p>数据源桶地域</p>
47
47
  */
48
48
  BucketRegion?: string;
49
49
  /**
50
- * 数据源桶地址;桶迁移时,BucketName 和 BucketAddress 必填其一,清单迁移时无需填写此参数
50
+ * <p>数据源桶地址;桶迁移时,BucketName 和 BucketAddress 必填其一,清单迁移时无需填写此参数</p>
51
51
  */
52
52
  BucketAddress?: string;
53
53
  /**
54
- * 清单地址,迁移方式为清单迁移时必填
54
+ * <p>清单地址,迁移方式为清单迁移时必填</p>
55
55
  */
56
56
  ListAddress?: string;
57
57
  /**
58
- * 目标文件系统名称
58
+ * <p>目标文件系统名称</p>
59
59
  */
60
60
  FsName?: string;
61
61
  /**
62
- * 源桶路径,默认为 /
62
+ * <p>源桶路径,默认为 /</p>
63
63
  */
64
64
  BucketPath?: string;
65
65
  /**
66
- * 迁移方向;0:对象存储迁移至文件系统,1:文件系统迁移至对象存储。默认为0
66
+ * <p>迁移方向;0:对象存储迁移至文件系统,1:文件系统迁移至对象存储。默认为0</p>
67
67
  */
68
68
  Direction?: number;
69
69
  }
@@ -212,109 +212,113 @@ export interface CreateLifecyclePolicyDownloadTaskRequest {
212
212
  */
213
213
  export interface MigrationTaskInfo {
214
214
  /**
215
- * 迁移任务名称
215
+ * <p>迁移任务名称</p>
216
216
  */
217
217
  TaskName?: string;
218
218
  /**
219
- * 迁移任务id
219
+ * <p>迁移任务id</p>
220
220
  */
221
221
  TaskId?: string;
222
222
  /**
223
- * 迁移方式标志位,默认为0。0: 桶迁移;1: 清单迁移
223
+ * <p>迁移方式标志位,默认为0。0: 桶迁移;1: 清单迁移</p>
224
224
  */
225
225
  MigrationType?: number;
226
226
  /**
227
- * 迁移模式,默认为0。0: 全量迁移
227
+ * <p>迁移模式,默认为0。0: 全量迁移</p>
228
228
  */
229
229
  MigrationMode?: number;
230
230
  /**
231
- * 数据源桶名称
231
+ * <p>数据源桶名称</p>
232
232
  */
233
233
  BucketName?: string;
234
234
  /**
235
- * 数据源桶地域
235
+ * <p>数据源桶地域</p>
236
236
  */
237
237
  BucketRegion?: string;
238
238
  /**
239
- * 数据源桶地址
239
+ * <p>数据源桶地址</p>
240
240
  */
241
241
  BucketAddress?: string;
242
242
  /**
243
- * 清单地址
243
+ * <p>清单地址</p>
244
244
  */
245
245
  ListAddress?: string;
246
246
  /**
247
- * 文件系统实例名称
247
+ * <p>文件系统实例名称</p>
248
248
  */
249
249
  FsName?: string;
250
250
  /**
251
- * 文件系统实例Id
251
+ * <p>文件系统实例Id</p>
252
252
  */
253
253
  FileSystemId?: string;
254
254
  /**
255
- * 文件系统路径
255
+ * <p>文件系统路径</p>
256
256
  */
257
257
  FsPath?: string;
258
258
  /**
259
- * 同名文件迁移时覆盖策略,默认为0。0: 最后修改时间优先;1: 全覆盖;2: 不覆盖
259
+ * <p>同名文件迁移时覆盖策略,默认为0。0: 最后修改时间优先;1: 全覆盖;2: 不覆盖</p>
260
260
  */
261
261
  CoverType?: number;
262
262
  /**
263
- * 创建时间
263
+ * <p>创建时间</p>
264
264
  */
265
265
  CreateTime?: number;
266
266
  /**
267
- * 完成/终止时间
267
+ * <p>完成/终止时间</p>
268
268
  */
269
269
  EndTime?: number;
270
270
  /**
271
- * 迁移状态。0: 已完成;1: 创建中;2: 运行中;3: 终止中;4: 已终止;5: 创建失败;6: 运行失败;7: 结束中;8: 删除中;9: 等待中
271
+ * <p>迁移状态。0: 已完成;1: 创建中;2: 运行中;3: 终止中;4: 已终止;5: 创建失败;6: 运行失败;7: 结束中;8: 删除中;9: 等待中</p>
272
272
  */
273
273
  Status?: number;
274
274
  /**
275
- * 文件数量
275
+ * <p>文件数量</p>
276
276
  */
277
277
  FileTotalCount?: number;
278
278
  /**
279
- * 已迁移文件数量
279
+ * <p>已迁移文件数量</p>
280
280
  */
281
281
  FileMigratedCount?: number;
282
282
  /**
283
- * 迁移失败文件数量
283
+ * <p>迁移失败文件数量</p>
284
284
  */
285
285
  FileFailedCount?: number;
286
286
  /**
287
- * 文件容量,单位Byte
287
+ * <p>文件容量,单位Byte</p>
288
288
  */
289
289
  FileTotalSize?: number;
290
290
  /**
291
- * 已迁移文件容量,单位Byte
291
+ * <p>已迁移文件容量,单位Byte</p>
292
292
  */
293
293
  FileMigratedSize?: number;
294
294
  /**
295
- * 迁移失败文件容量,单位Byte
295
+ * <p>迁移失败文件容量,单位Byte</p>
296
296
  */
297
297
  FileFailedSize?: number;
298
298
  /**
299
- * 全部清单
299
+ * <p>全部清单</p>
300
300
  */
301
301
  FileTotalList?: string;
302
302
  /**
303
- * 已完成文件清单
303
+ * <p>已完成文件清单</p>
304
304
  */
305
305
  FileCompletedList?: string;
306
306
  /**
307
- * 失败文件清单
307
+ * <p>失败文件清单</p>
308
308
  */
309
309
  FileFailedList?: string;
310
310
  /**
311
- * 源桶路径
311
+ * <p>源桶路径</p>
312
312
  */
313
313
  BucketPath?: string;
314
314
  /**
315
- * 迁移方向。0: 对象存储迁移至文件系统,1: 文件系统迁移至对象存储。默认 0
315
+ * <p>迁移方向。0: 对象存储迁移至文件系统,1: 文件系统迁移至对象存储。默认 0</p>
316
316
  */
317
317
  Direction?: number;
318
+ /**
319
+ * <p>数据源服务商</p><p>枚举值:</p><ul><li>COS: 腾讯云COS</li><li>OSS: 阿里云OSS</li><li>OBS: 华为云OBS</li><li>BOS: 百度云BOS</li><li>TOS: 火山引擎TOS</li></ul>
320
+ */
321
+ SrcService?: string;
318
322
  }
319
323
  /**
320
324
  * StopLifecycleDataTask请求参数结构体
@@ -2962,7 +2966,7 @@ export interface UpdateCfsFileSystemPGroupRequest {
2962
2966
  */
2963
2967
  export interface CreateMigrationTaskResponse {
2964
2968
  /**
2965
- * 迁移任务 ID
2969
+ * <p>迁移任务 ID</p>
2966
2970
  */
2967
2971
  TaskId?: string;
2968
2972
  /**
@@ -8,11 +8,11 @@ import { ModifyFwGroupSwitchRequest, DescribeCfwStatusMonitorRequest, CheckClust
8
8
  export declare class Client extends AbstractClient {
9
9
  constructor(clientConfig: ClientConfig);
10
10
  /**
11
- * 删除VPC间规则
11
+ * 删除 VPC 边界访问控制规则。
12
12
  */
13
13
  RemoveVpcAcRule(req: RemoveVpcAcRuleRequest, cb?: (error: string, rep: RemoveVpcAcRuleResponse) => void): Promise<RemoveVpcAcRuleResponse>;
14
14
  /**
15
- * 批量删除入侵防御封禁列表、放通列表规则(新)
15
+ * 删除 IP 封禁规则,或清空封禁列表。
16
16
  */
17
17
  DeleteBlockIgnoreRuleNew(req: DeleteBlockIgnoreRuleNewRequest, cb?: (error: string, rep: DeleteBlockIgnoreRuleNewResponse) => void): Promise<DeleteBlockIgnoreRuleNewResponse>;
18
18
  /**
@@ -57,11 +57,11 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
57
57
  */
58
58
  DeleteVpcFwGroup(req: DeleteVpcFwGroupRequest, cb?: (error: string, rep: DeleteVpcFwGroupResponse) => void): Promise<DeleteVpcFwGroupResponse>;
59
59
  /**
60
- * 添加VPC内网间规则
60
+ * 新增一条或多条 VPC 边界访问控制规则。
61
61
  */
62
62
  AddVpcAcRule(req: AddVpcAcRuleRequest, cb?: (error: string, rep: AddVpcAcRuleResponse) => void): Promise<AddVpcAcRuleResponse>;
63
63
  /**
64
- * 创建新企业安全组规则
64
+ * 新增一条或多条企业安全组规则。
65
65
  */
66
66
  AddEnterpriseSecurityGroupRules(req: AddEnterpriseSecurityGroupRulesRequest, cb?: (error: string, rep: AddEnterpriseSecurityGroupRulesResponse) => void): Promise<AddEnterpriseSecurityGroupRulesResponse>;
67
67
  /**
@@ -77,7 +77,7 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
77
77
  */
78
78
  ModifySecurityGroupSequenceRules(req: ModifySecurityGroupSequenceRulesRequest, cb?: (error: string, rep: ModifySecurityGroupSequenceRulesResponse) => void): Promise<ModifySecurityGroupSequenceRulesResponse>;
79
79
  /**
80
- * 删除新企业安全组规则
80
+ * 删除企业安全组规则。
81
81
  */
82
82
  RemoveEnterpriseSecurityGroupRule(req: RemoveEnterpriseSecurityGroupRuleRequest, cb?: (error: string, rep: RemoveEnterpriseSecurityGroupRuleResponse) => void): Promise<RemoveEnterpriseSecurityGroupRuleResponse>;
83
83
  /**
@@ -189,7 +189,7 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
189
189
  */
190
190
  DescribeSecurityGroupList(req: DescribeSecurityGroupListRequest, cb?: (error: string, rep: DescribeSecurityGroupListResponse) => void): Promise<DescribeSecurityGroupListResponse>;
191
191
  /**
192
- * 修改内网间访问控制规则
192
+ * 修改一条 VPC边界访问控制规则。
193
193
  */
194
194
  ModifyVpcAcRule(req: ModifyVpcAcRuleRequest, cb?: (error: string, rep: ModifyVpcAcRuleResponse) => void): Promise<ModifyVpcAcRuleResponse>;
195
195
  /**
@@ -205,7 +205,7 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
205
205
  */
206
206
  DescribeFwGroupIdNames(req: DescribeFwGroupIdNamesRequest, cb?: (error: string, rep: DescribeFwGroupIdNamesResponse) => void): Promise<DescribeFwGroupIdNamesResponse>;
207
207
  /**
208
- * 用户告警中心-封禁、放通处置按钮
208
+ * 异步处置新告警中心的告警。支持告警封禁、告警加白、IP 封禁、IP 加白、域名加白、加入安全基线和资产隔离。
209
209
  */
210
210
  CreateAlertCenterRuleAsync(req: CreateAlertCenterRuleAsyncRequest, cb?: (error: string, rep: CreateAlertCenterRuleAsyncResponse) => void): Promise<CreateAlertCenterRuleAsyncResponse>;
211
211
  /**
@@ -237,7 +237,7 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
237
237
  */
238
238
  DescribeNatFwInstanceWithRegion(req?: DescribeNatFwInstanceWithRegionRequest, cb?: (error: string, rep: DescribeNatFwInstanceWithRegionResponse) => void): Promise<DescribeNatFwInstanceWithRegionResponse>;
239
239
  /**
240
- * 批量添加入侵防御封禁列表、放通列表规则
240
+ * 批量新增封禁或放通规则。
241
241
  */
242
242
  CreateBlockIgnoreRuleNew(req: CreateBlockIgnoreRuleNewRequest, cb?: (error: string, rep: CreateBlockIgnoreRuleNewResponse) => void): Promise<CreateBlockIgnoreRuleNewResponse>;
243
243
  /**
@@ -261,7 +261,7 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
261
261
  */
262
262
  ModifyVpcFwSequenceRules(req: ModifyVpcFwSequenceRulesRequest, cb?: (error: string, rep: ModifyVpcFwSequenceRulesResponse) => void): Promise<ModifyVpcFwSequenceRulesResponse>;
263
263
  /**
264
- * 忽略告警中心或拦截列表中的记录。接口将目标记录的 bhide 标记设为 1,使其不再进入未忽略列表和相关统计,但不删除日志,也不创建持续匹配后续记录的忽略规则;本接口没有恢复 bhide 的参数。TableType 决定目标表及 ID 类型:AlertTable 按告警日志 logid 更新,InterceptionTable 按拦截记录 unique_id 更新。HandleEventIdList 中的聚合事件 ID 会先解析为告警日志 ID,再与 HandleIdList 合并;合并后会删除空字符串并去重。
264
+ * 忽略告警中心或拦截列表中的记录。忽略操作不支持撤销。
265
265
  */
266
266
  CreateAlertCenterOmit(req: CreateAlertCenterOmitRequest, cb?: (error: string, rep: CreateAlertCenterOmitResponse) => void): Promise<CreateAlertCenterOmitResponse>;
267
267
  /**
@@ -281,11 +281,11 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
281
281
  */
282
282
  DescribeNatCcnFwSwitch(req: DescribeNatCcnFwSwitchRequest, cb?: (error: string, rep: DescribeNatCcnFwSwitchResponse) => void): Promise<DescribeNatCcnFwSwitchResponse>;
283
283
  /**
284
- * 编辑新企业安全组规则
284
+ * 修改企业安全组规则,包括编辑内容或启停规则。
285
285
  */
286
286
  ModifyEnterpriseSecurityGroupRule(req: ModifyEnterpriseSecurityGroupRuleRequest, cb?: (error: string, rep: ModifyEnterpriseSecurityGroupRuleResponse) => void): Promise<ModifyEnterpriseSecurityGroupRuleResponse>;
287
287
  /**
288
- * 添加一条或多条互联网边界访问控制规则。规则写入当前账号的可操作分区;本批 Rules 在一次插入事务中写入。From=batch_import_cover 会先以独立事务删除首条规则 Direction 对应的旧规则,再插入本批 Rules;删除一旦提交,后续插入失败不会恢复旧规则。公有云环境在数据库事务提交后异步触发规则下发,因此成功返回只表示规则已写入并已发起下发,不表示数据面已经生效。
288
+ * 新增一条或多条互联网边界访问控制规则。
289
289
  */
290
290
  AddAclRule(req: AddAclRuleRequest, cb?: (error: string, rep: AddAclRuleResponse) => void): Promise<AddAclRuleResponse>;
291
291
  /**
@@ -293,7 +293,7 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
293
293
  */
294
294
  DescribeEnterpriseSGRuleProgress(req?: DescribeEnterpriseSGRuleProgressRequest, cb?: (error: string, rep: DescribeEnterpriseSGRuleProgressResponse) => void): Promise<DescribeEnterpriseSGRuleProgressResponse>;
295
295
  /**
296
- * 修改NAT访问控制规则
296
+ * 修改一条 NAT边界访问控制规则。
297
297
  */
298
298
  ModifyNatAcRule(req: ModifyNatAcRuleRequest, cb?: (error: string, rep: ModifyNatAcRuleResponse) => void): Promise<ModifyNatAcRuleResponse>;
299
299
  /**
@@ -356,7 +356,7 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
356
356
  */
357
357
  ModifySequenceRules(req: ModifySequenceRulesRequest, cb?: (error: string, rep: ModifySequenceRulesResponse) => void): Promise<ModifySequenceRulesResponse>;
358
358
  /**
359
- * 删除互联网边界访问控制规则
359
+ * 删除互联网边界访问控制规则。
360
360
  */
361
361
  RemoveAclRule(req: RemoveAclRuleRequest, cb?: (error: string, rep: RemoveAclRuleResponse) => void): Promise<RemoveAclRuleResponse>;
362
362
  /**
@@ -436,7 +436,7 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
436
436
  */
437
437
  DescribeIpsRuleListNew(req: DescribeIpsRuleListNewRequest, cb?: (error: string, rep: DescribeIpsRuleListNewResponse) => void): Promise<DescribeIpsRuleListNewResponse>;
438
438
  /**
439
- * 修改互联网边界访问控制规则
439
+ * 修改一条互联网边界访问控制规则。
440
440
  */
441
441
  ModifyAclRule(req: ModifyAclRuleRequest, cb?: (error: string, rep: ModifyAclRuleResponse) => void): Promise<ModifyAclRuleResponse>;
442
442
  /**
@@ -456,7 +456,7 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
456
456
  */
457
457
  DescribeBlockIgnoreList(req: DescribeBlockIgnoreListRequest, cb?: (error: string, rep: DescribeBlockIgnoreListResponse) => void): Promise<DescribeBlockIgnoreListResponse>;
458
458
  /**
459
- * 删除NAT访问控制规则
459
+ * 删除 NAT 边界访问控制规则。
460
460
  */
461
461
  RemoveNatAcRule(req: RemoveNatAcRuleRequest, cb?: (error: string, rep: RemoveNatAcRuleResponse) => void): Promise<RemoveNatAcRuleResponse>;
462
462
  /**
@@ -480,7 +480,7 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
480
480
  */
481
481
  DescribeOfflineExportTask(req: DescribeOfflineExportTaskRequest, cb?: (error: string, rep: DescribeOfflineExportTaskResponse) => void): Promise<DescribeOfflineExportTaskResponse>;
482
482
  /**
483
- * ModifyIsolateTable 隔离列表编辑和删除操作
483
+ * 修改或解除已有入侵防御隔离记录,不用于新增隔离。
484
484
  */
485
485
  ModifyIsolateTable(req: ModifyIsolateTableRequest, cb?: (error: string, rep: ModifyIsolateTableResponse) => void): Promise<ModifyIsolateTableResponse>;
486
486
  /**
@@ -641,7 +641,7 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
641
641
  */
642
642
  CreateAddressTemplate(req: CreateAddressTemplateRequest, cb?: (error: string, rep: CreateAddressTemplateResponse) => void): Promise<CreateAddressTemplateResponse>;
643
643
  /**
644
- * 添加nat访问控制规则
644
+ * 新增一条或多条 NAT边界访问控制规则。
645
645
  */
646
646
  AddNatAcRule(req: AddNatAcRuleRequest, cb?: (error: string, rep: AddNatAcRuleResponse) => void): Promise<AddNatAcRuleResponse>;
647
647
  /**