tencentcloud-sdk-nodejs-intl-en 3.0.1380 → 3.0.1381

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.
@@ -661,25 +661,25 @@ class DescribeLoginWhiteHostListRequest extends AbstractModel {
661
661
  super();
662
662
 
663
663
  /**
664
- * Allowlist ID
664
+ * <p>Allowlist ID</p>
665
665
  * @type {number || null}
666
666
  */
667
667
  this.Id = null;
668
668
 
669
669
  /**
670
- * Number of results to be returned. Maximum value: 1000.
670
+ * <p>Number of items to return. Maximum value: 1000.</p>
671
671
  * @type {number || null}
672
672
  */
673
673
  this.Limit = null;
674
674
 
675
675
  /**
676
- * Offset. Default value: 0.
676
+ * <p>Offset. Default value: 0.</p>
677
677
  * @type {number || null}
678
678
  */
679
679
  this.Offset = null;
680
680
 
681
681
  /**
682
- * Filtering criteria <li>IpOrAlias - String - required: no - host IP or alias for filtering</li>
682
+ * <p>Filter criteria<li>IpOrAlias - String - Required: No - Host IP or alias filter</li></p>
683
683
  * @type {Array.<AssetFilters> || null}
684
684
  */
685
685
  this.Filters = null;
@@ -2651,13 +2651,13 @@ class DescribeReverseShellSystemPolicyConfigResponse extends AbstractModel {
2651
2651
  super();
2652
2652
 
2653
2653
  /**
2654
- * Private Network Alarm Display
2654
+ * <p>Display intranet alerts</p>
2655
2655
  * @type {boolean || null}
2656
2656
  */
2657
2657
  this.InnerNetAlarmShow = null;
2658
2658
 
2659
2659
  /**
2660
- * Private IP Display
2660
+ * <p>Display intranet IP addresses</p>
2661
2661
  * @type {boolean || null}
2662
2662
  */
2663
2663
  this.InnerIPShow = null;
@@ -3691,35 +3691,31 @@ class DescribeMachineClearHistoryRequest extends AbstractModel {
3691
3691
  super();
3692
3692
 
3693
3693
  /**
3694
- * Filtering criteria
3695
- Return entries that match both Keywords and TimeBetween when multiple filtering criteria are used
3696
- <li> Keywords: instance name, private IP address, public IP address</li>
3697
- <li> TimeBetween: time interval</li>
3694
+ * <p>Filter conditions<br>When multiple conditions are used, Keywords and TimeBetween are intersected</p><li>Keywords: instance name, private IP, or public IP</li><li>TimeBetween: time range</li>
3698
3695
  * @type {Array.<Filters> || null}
3699
3696
  */
3700
3697
  this.Filters = null;
3701
3698
 
3702
3699
  /**
3703
- * Limit Entries, 10 by default, up to 100.
3700
+ * <p>The maximum number of entries. Default value: 10. Maximum value: 100.</p>
3704
3701
  * @type {number || null}
3705
3702
  */
3706
3703
  this.Limit = null;
3707
3704
 
3708
3705
  /**
3709
- * Offset. Default value: 0.
3706
+ * <p>Offset. Default value: 0.</p>
3710
3707
  * @type {number || null}
3711
3708
  */
3712
3709
  this.Offset = null;
3713
3710
 
3714
3711
  /**
3715
- * Ascending order, ASC, Descending order DESC, ASC by default.
3712
+ * <p>Sort order: ASC for ascending, DESC for descending. Default: ASC</p>
3716
3713
  * @type {string || null}
3717
3714
  */
3718
3715
  this.Order = null;
3719
3716
 
3720
3717
  /**
3721
- * AgentLastOfflineTime: last offline time of client
3722
- AutoClearTime: clearing time
3718
+ * <p>AgentLastOfflineTime: Time when the client was last offline<br>AutoClearTime: Cleanup time</p>
3723
3719
  * @type {string || null}
3724
3720
  */
3725
3721
  this.By = null;
@@ -4378,121 +4374,121 @@ class DescribeMachineGeneralResponse extends AbstractModel {
4378
4374
  super();
4379
4375
 
4380
4376
  /**
4381
- * Total number of assets
4377
+ * <p>Total number of assets</p>
4382
4378
  * @type {number || null}
4383
4379
  */
4384
4380
  this.MachineCnt = null;
4385
4381
 
4386
4382
  /**
4387
- * Number of Tencent Cloud machines
4383
+ * <p>Number of Tencent Cloud machines</p>
4388
4384
  * @type {number || null}
4389
4385
  */
4390
4386
  this.TencentCloudMachineCnt = null;
4391
4387
 
4392
4388
  /**
4393
- * Number of Alibaba Cloud machines
4389
+ * <p>Number of Alibaba Cloud machines</p>
4394
4390
  * @type {number || null}
4395
4391
  */
4396
4392
  this.AliCloudMachineCnt = null;
4397
4393
 
4398
4394
  /**
4399
- * Number of Baidu Cloud machines
4395
+ * <p>Number of Baidu Cloud machines</p>
4400
4396
  * @type {number || null}
4401
4397
  */
4402
4398
  this.BaiduCloudMachineCnt = null;
4403
4399
 
4404
4400
  /**
4405
- * Number of IDC machines
4401
+ * <p>Number of IDC machines</p>
4406
4402
  * @type {number || null}
4407
4403
  */
4408
4404
  this.IDCMachineCnt = null;
4409
4405
 
4410
4406
  /**
4411
- * Number of machines from other cloud service vendors
4407
+ * <p>Number of machines from other cloud service vendors</p>
4412
4408
  * @type {number || null}
4413
4409
  */
4414
4410
  this.OtherCloudMachineCnt = null;
4415
4411
 
4416
4412
  /**
4417
- * Number of protected machines
4413
+ * <p>Number of protected machines</p>
4418
4414
  * @type {number || null}
4419
4415
  */
4420
4416
  this.ProtectMachineCnt = null;
4421
4417
 
4422
4418
  /**
4423
- * Number of protected Basic Edition machines
4419
+ * <p>Number of protected Basic Edition machines</p>
4424
4420
  * @type {number || null}
4425
4421
  */
4426
4422
  this.BaseMachineCnt = null;
4427
4423
 
4428
4424
  /**
4429
- * Number of protected Pro Edition machines
4425
+ * <p>Number of protected Pro Edition machines</p>
4430
4426
  * @type {number || null}
4431
4427
  */
4432
4428
  this.SpecialtyMachineCnt = null;
4433
4429
 
4434
4430
  /**
4435
- * Number of protected Ultimate Edition machines
4431
+ * <p>Number of protected Ultimate Edition machines</p>
4436
4432
  * @type {number || null}
4437
4433
  */
4438
4434
  this.FlagshipMachineCnt = null;
4439
4435
 
4440
4436
  /**
4441
- * Number of risky machines
4437
+ * <p>Number of risky machines</p>
4442
4438
  * @type {number || null}
4443
4439
  */
4444
4440
  this.RiskMachineCnt = null;
4445
4441
 
4446
4442
  /**
4447
- * Number of new risky machines compared with that yesterday
4443
+ * <p>Change in the number of risky machines compared with yesterday</p>
4448
4444
  * @type {number || null}
4449
4445
  */
4450
4446
  this.CompareYesterdayRiskMachineCnt = null;
4451
4447
 
4452
4448
  /**
4453
- * Number of new unprotected machines compared with that yesterday
4449
+ * <p>Change in the number of unprotected machines compared with yesterday</p>
4454
4450
  * @type {number || null}
4455
4451
  */
4456
4452
  this.CompareYesterdayNotProtectMachineCnt = null;
4457
4453
 
4458
4454
  /**
4459
- * Number of new machines about to expire compared with that yesterday
4455
+ * <p>Change in the number of machines expiring soon compared with yesterday</p>
4460
4456
  * @type {number || null}
4461
4457
  */
4462
4458
  this.CompareYesterdayDeadlineMachineCnt = null;
4463
4459
 
4464
4460
  /**
4465
- * Number of machines about to expire
4461
+ * <p>Number of machines about to expire</p>
4466
4462
  * @type {number || null}
4467
4463
  */
4468
4464
  this.DeadlineMachineCnt = null;
4469
4465
 
4470
4466
  /**
4471
- * Number of unprotected machines
4467
+ * <p>Number of unprotected machines</p>
4472
4468
  * @type {number || null}
4473
4469
  */
4474
4470
  this.NotProtectMachineCnt = null;
4475
4471
 
4476
4472
  /**
4477
- * Number of protected Lighthouse machines (Lighthouse machines)
4473
+ * <p>Number of protected Lighthouse machines</p>
4478
4474
  * @type {number || null}
4479
4475
  */
4480
4476
  this.LHGeneralDiscountCnt = null;
4481
4477
 
4482
4478
  /**
4483
- * Number of new hosts compared with that yesterday
4479
+ * <p>Change in the number of newly added hosts compared with yesterday</p>
4484
4480
  * @type {number || null}
4485
4481
  */
4486
4482
  this.CompareYesterdayMachineCnt = null;
4487
4483
 
4488
4484
  /**
4489
- * Auto-cleanup Time, maximum 720 hours, minimum 0, 0 by default, 0=OFF
4485
+ * <p>Automatic cleanup time, maximum 720 hours, minimum 0, default 0, 0=disabled</p>
4490
4486
  * @type {number || null}
4491
4487
  */
4492
4488
  this.MachineDestroyAfterOfflineHours = null;
4493
4489
 
4494
4490
  /**
4495
- * Machine type array
4491
+ * <p>Cloud server type array</p>
4496
4492
  * @type {Array.<CloudFromCnt> || null}
4497
4493
  */
4498
4494
  this.CloudFrom = null;
@@ -4554,13 +4550,13 @@ class DescribeMachineClearHistoryResponse extends AbstractModel {
4554
4550
  super();
4555
4551
 
4556
4552
  /**
4557
- * Total number of entries
4553
+ * <p>Total quantity.</p>
4558
4554
  * @type {number || null}
4559
4555
  */
4560
4556
  this.TotalCount = null;
4561
4557
 
4562
4558
  /**
4563
- * List data
4559
+ * <p>List data</p>
4564
4560
  * @type {Array.<MachineClearHistory> || null}
4565
4561
  */
4566
4562
  this.List = null;
@@ -5066,7 +5062,7 @@ class DeleteLoginWhiteListRequest extends AbstractModel {
5066
5062
  super();
5067
5063
 
5068
5064
  /**
5069
- * Allowlisted IDs (The maximum number is 100.)
5065
+ * <p>Allowlist ID (maximum 100)</p>
5070
5066
  * @type {Array.<number> || null}
5071
5067
  */
5072
5068
  this.Ids = null;
@@ -5432,7 +5428,7 @@ class ExportTasksRequest extends AbstractModel {
5432
5428
  super();
5433
5429
 
5434
5430
  /**
5435
- * Task ID
5431
+ * <p>Task ID.</p>
5436
5432
  * @type {string || null}
5437
5433
  */
5438
5434
  this.TaskId = null;
@@ -5653,122 +5649,121 @@ class ModifyMalwareTimingScanSettingsRequest extends AbstractModel {
5653
5649
  super();
5654
5650
 
5655
5651
  /**
5656
- * Detection mode. 0: full disk detection; 1: rapid detection
5652
+ * <p>Detection mode. 0: full disk detection; 1: rapid detection</p>
5657
5653
  * @type {number || null}
5658
5654
  */
5659
5655
  this.CheckPattern = null;
5660
5656
 
5661
5657
  /**
5662
- * Detection interval start time, such as 02:00:00
5658
+ * <p>Start time of the detection window, for example, 02:00:00</p>
5663
5659
  * @type {string || null}
5664
5660
  */
5665
5661
  this.StartTime = null;
5666
5662
 
5667
5663
  /**
5668
- * Detection interval timeout end time, such as 04:00:00
5664
+ * <p>Timeout end time of the detection window, for example, 04:00:00</p>
5669
5665
  * @type {string || null}
5670
5666
  */
5671
5667
  this.EndTime = null;
5672
5668
 
5673
5669
  /**
5674
- * Whether all servers. 1: all; 2: specified
5670
+ * <p>Whether all servers are selected. 1: All; 2: Custom</p>
5675
5671
  * @type {number || null}
5676
5672
  */
5677
5673
  this.IsGlobal = null;
5678
5674
 
5679
5675
  /**
5680
- * Regular detection switch. 0: off; 1: on
5676
+ * <p>Scheduled detection switch. 0: off; 1: on</p>
5681
5677
  * @type {number || null}
5682
5678
  */
5683
5679
  this.EnableScan = null;
5684
5680
 
5685
5681
  /**
5686
- * Monitoring mode. 0: standard; 1: deep
5682
+ * <p>Monitoring mode. 0: standard; 1: deep</p>
5687
5683
  * @type {number || null}
5688
5684
  */
5689
5685
  this.MonitoringPattern = null;
5690
5686
 
5691
5687
  /**
5692
- * Scan interval: defaults to 1 per day
5688
+ * <p>Scan cycle. Default: daily (1)</p>
5693
5689
  * @type {number || null}
5694
5690
  */
5695
5691
  this.Cycle = null;
5696
5692
 
5697
5693
  /**
5698
- * Real-time monitoring. 0: off; 1: on
5694
+ * <p>Real-time monitoring. 0: off; 1: on</p>
5699
5695
  * @type {number || null}
5700
5696
  */
5701
5697
  this.RealTimeMonitoring = null;
5702
5698
 
5703
5699
  /**
5704
- * Required for specified servers, a string array of host QUUIDs
5700
+ * <p>A string array of host QUUIDs, required when custom servers are selected</p>
5705
5701
  * @type {Array.<string> || null}
5706
5702
  */
5707
5703
  this.QuuidList = null;
5708
5704
 
5709
5705
  /**
5710
- * Whether to apply automatic isolation. 1: yes; 0: no
5706
+ * <p>Whether to isolate automatically: 1 - yes; 0 - no</p>
5711
5707
  * @type {number || null}
5712
5708
  */
5713
5709
  this.AutoIsolation = null;
5714
5710
 
5715
5711
  /**
5716
- * Whether to terminate the process. 1: terminate; 0: not terminate
5712
+ * <p>Whether to terminate the process: 1: terminate; 0: not terminate</p>
5717
5713
  * @type {number || null}
5718
5714
  */
5719
5715
  this.KillProcess = null;
5720
5716
 
5721
5717
  /**
5722
- * 1: clean up; 0: not clean up
5723
- <li>This operation will fix tampered system commands, scheduled tasks, and other system files. Please ensure that yum/apt is available during the operation.</li>
5718
+ * <p>1: Clean; 0: Do not clean</p><li>This operation repairs tampered system commands, scheduled tasks, and other system files. Make sure yum/apt is available during the operation.</li>
5724
5719
  * @type {number || null}
5725
5720
  */
5726
5721
  this.DoClean = null;
5727
5722
 
5728
5723
  /**
5729
- * 1: standard mode (only critical and high-risk are reported.); 2: enhanced mode (critical, high-risk, and medium-risk are reported.); 3: strict mode (critical, high-risk, medium-risk, low-risk, and prompt are reported.)
5724
+ * <p>1: Standard mode (reports only critical and high-risk items); 2: Enhanced mode (reports critical, high-risk, and medium-risk items); 3: Strict mode (reports critical, high-, medium-, and low-risk items, plus informational items)</p>
5730
5725
  * @type {number || null}
5731
5726
  */
5732
5727
  this.EngineType = null;
5733
5728
 
5734
5729
  /**
5735
- * Heuristic Engine Switch: 0 OFF, 1 ON.
5730
+ * <p>Heuristic engine switch. 0: off; 1: on</p>
5736
5731
  * @type {number || null}
5737
5732
  */
5738
5733
  this.EnableInspiredEngine = null;
5739
5734
 
5740
5735
  /**
5741
- * Whether to enable malicious process killing [0: Not Enabled; 1: Enabled]
5736
+ * <p>Whether malicious process termination is enabled [0: disabled, 1: enabled]</p>
5742
5737
  * @type {number || null}
5743
5738
  */
5744
5739
  this.EnableMemShellScan = null;
5745
5740
 
5746
5741
  /**
5747
- * Protection mode: 0: standard; 1: important period guarantee
5742
+ * <p>Protection mode. 0: Standard; 1: Critical-period protection</p>
5748
5743
  * @type {number || null}
5749
5744
  */
5750
5745
  this.ProtectMode = null;
5751
5746
 
5752
5747
  /**
5753
- * Scope of detection: 0: malicious files other than scripts; 1: all malicious files
5748
+ * <p>Scan scope. 0: Malicious files other than script files; 1: All malicious files</p>
5754
5749
  * @type {number || null}
5755
5750
  */
5756
5751
  this.ProtectFileScope = null;
5757
5752
 
5758
5753
  /**
5759
- * Selected host isolation collection
5754
+ * <p>Selected hosts for isolation</p>
5760
5755
  * @type {Array.<string> || null}
5761
5756
  */
5762
5757
  this.QuaraUuids = null;
5763
5758
 
5764
5759
  /**
5765
- * Isolation scope selected by users: 0: default full isolation 1: user selected
5760
+ * <p>Isolation scope selected by the user. 0: Full isolation by default; 1: Custom</p>
5766
5761
  * @type {number || null}
5767
5762
  */
5768
5763
  this.QuaraScope = null;
5769
5764
 
5770
5765
  /**
5771
- *
5766
+ * <p>Product type. 0:CWP (default); 1:CSC</p>
5772
5767
  * @type {number || null}
5773
5768
  */
5774
5769
  this.ProductType = null;
@@ -6245,37 +6240,37 @@ class DescribeNetAttackSettingResponse extends AbstractModel {
6245
6240
  super();
6246
6241
 
6247
6242
  /**
6248
- * 0 - Disable Network Attack Detection; 1 - Enable Network Attack Detection.
6243
+ * <p>0: Disable network attack detection; 1: Enable network attack detection</p>
6249
6244
  * @type {number || null}
6250
6245
  */
6251
6246
  this.NetAttackEnable = null;
6252
6247
 
6253
6248
  /**
6254
- * 0: New warning events pending processing by default, 1: New warning events processed by default, 3: New warning events ignored by default.
6249
+ * <p>0: Newly added alert events are pending by default; 1: newly added alert events are processed by default; 3: newly added alert events are ignored by default</p>
6255
6250
  * @type {number || null}
6256
6251
  */
6257
6252
  this.NetAttackAlarmStatus = null;
6258
6253
 
6259
6254
  /**
6260
- * 1 - All Premium Edition Hosts, 0 - Hosts in InstanceIds List
6255
+ * <p>1 - All Ultimate Edition hosts; 0 - hosts in InstanceIds list</p>
6261
6256
  * @type {number || null}
6262
6257
  */
6263
6258
  this.Scope = null;
6264
6259
 
6265
6260
  /**
6266
- * Specified hosts
6261
+ * <p>Selected hosts</p>
6267
6262
  * @type {Array.<string> || null}
6268
6263
  */
6269
6264
  this.InstanceIds = null;
6270
6265
 
6271
6266
  /**
6272
- * Custom Hosts to Exclude
6267
+ * <p>Custom excluded hosts</p>
6273
6268
  * @type {Array.<string> || null}
6274
6269
  */
6275
6270
  this.ExcludeInstanceIds = null;
6276
6271
 
6277
6272
  /**
6278
- * New assets automatically include: 0 - Do not include, 1 - include.
6273
+ * <p>Automatically include newly added assets. 0: No; 1: Yes</p>
6279
6274
  * @type {number || null}
6280
6275
  */
6281
6276
  this.AutoInclude = null;
@@ -7077,7 +7072,7 @@ class ModifyMachineAutoClearConfigRequest extends AbstractModel {
7077
7072
  super();
7078
7073
 
7079
7074
  /**
7080
- * Clean-up rule time, 0 for OFF, in days, up to 30 days
7075
+ * <p>Cleanup rule retention period. 0: Disabled. Unit: day. Maximum: 30 days</p>
7081
7076
  * @type {number || null}
7082
7077
  */
7083
7078
  this.ClearRule = null;
@@ -9113,7 +9108,7 @@ class DescribeNetAttackSettingRequest extends AbstractModel {
9113
9108
  super();
9114
9109
 
9115
9110
  /**
9116
- *
9111
+ * <p>Product type. 0:CWP; 1:CSC</p>
9117
9112
  * @type {number || null}
9118
9113
  */
9119
9114
  this.ProductType = null;
@@ -10534,55 +10529,55 @@ class ModifyLoginWhiteRecordRequest extends AbstractModel {
10534
10529
  super();
10535
10530
 
10536
10531
  /**
10537
- * Allowlisted users (Multiple users are separated by commas.)
10532
+ * <p>Allowlisted users (multiple users separated by commas)</p>
10538
10533
  * @type {string || null}
10539
10534
  */
10540
10535
  this.UserName = null;
10541
10536
 
10542
10537
  /**
10543
- * Allowlisted dimension information recorded after the update
10538
+ * <p>Allowlisted dimension information recorded after the update</p>
10544
10539
  * @type {string || null}
10545
10540
  */
10546
10541
  this.SrcIp = null;
10547
10542
 
10548
10543
  /**
10549
- * Start time
10544
+ * <p>Start time.</p>
10550
10545
  * @type {string || null}
10551
10546
  */
10552
10547
  this.StartTime = null;
10553
10548
 
10554
10549
  /**
10555
- * End time
10550
+ * <p>End time.</p>
10556
10551
  * @type {string || null}
10557
10552
  */
10558
10553
  this.EndTime = null;
10559
10554
 
10560
10555
  /**
10561
- * Remarks
10556
+ * <p>Remark</p>
10562
10557
  * @type {string || null}
10563
10558
  */
10564
10559
  this.Remark = null;
10565
10560
 
10566
10561
  /**
10567
- * Whether it applies to all servers: 0: no; 1: yes
10562
+ * <p>Whether it applies to all servers: 0 - no; 1 - yes</p>
10568
10563
  * @type {number || null}
10569
10564
  */
10570
10565
  this.IsGlobal = null;
10571
10566
 
10572
10567
  /**
10573
- * Allowlist ID
10568
+ * <p>Allowlist ID</p>
10574
10569
  * @type {number || null}
10575
10570
  */
10576
10571
  this.Id = null;
10577
10572
 
10578
10573
  /**
10579
- * Server list
10574
+ * <p>Server list</p>
10580
10575
  * @type {Array.<HostInfo> || null}
10581
10576
  */
10582
10577
  this.Hosts = null;
10583
10578
 
10584
10579
  /**
10585
- * Region list
10580
+ * <p>Region list</p>
10586
10581
  * @type {Array.<Place> || null}
10587
10582
  */
10588
10583
  this.Places = null;
@@ -14611,7 +14606,7 @@ class DescribeMachineOsListResponse extends AbstractModel {
14611
14606
  super();
14612
14607
 
14613
14608
  /**
14614
- * Operating system list
14609
+ * <p>Operating system list</p>
14615
14610
  * @type {Array.<OsName> || null}
14616
14611
  */
14617
14612
  this.List = null;
@@ -15591,13 +15586,13 @@ class DescribeLoginTypeHostResponse extends AbstractModel {
15591
15586
  super();
15592
15587
 
15593
15588
  /**
15594
- * Total number
15589
+ * <p>Total.</p>
15595
15590
  * @type {number || null}
15596
15591
  */
15597
15592
  this.Total = null;
15598
15593
 
15599
15594
  /**
15600
- * List of hosts
15595
+ * <p>Host list</p>
15601
15596
  * @type {Array.<ClientSettingHost> || null}
15602
15597
  */
15603
15598
  this.List = null;
@@ -18013,37 +18008,37 @@ class DescribeBanStatusResponse extends AbstractModel {
18013
18008
  super();
18014
18009
 
18015
18010
  /**
18016
- * (Abandoned) Block switch status: 0 -- Off 1 -- Advanced blocking 2 -- Basic block (blocklist IPs in the intelligence database)
18011
+ * <p>(Deprecated) Blocking switch status: 0 -- Off; 1 -- Advanced blocking; 2 -- Basic blocking (blocks only blacklisted IPs in the intelligence database)</p>
18017
18012
  * @type {number || null}
18018
18013
  */
18019
18014
  this.Status = null;
18020
18015
 
18021
18016
  /**
18022
- * Whether to display the pop-up prompt. False: no; true: yes.
18017
+ * <p>Whether to show pop-up prompts. false: disabled; true: enabled</p>
18023
18018
  * @type {boolean || null}
18024
18019
  */
18025
18020
  this.ShowTips = null;
18026
18021
 
18027
18022
  /**
18028
- * Whether to enable intelligent over-allowing mode
18023
+ * <p>Whether to enable intelligent allowlisting mode</p>
18029
18024
  * @type {boolean || null}
18030
18025
  */
18031
18026
  this.OpenSmartMode = null;
18032
18027
 
18033
18028
  /**
18034
- * Whether intelligence IP blocking is enabled
18029
+ * <p>Whether to enable threat-intelligence IP blocking</p>
18035
18030
  * @type {boolean || null}
18036
18031
  */
18037
18032
  this.BanBlackIp = null;
18038
18033
 
18039
18034
  /**
18040
- * Whether vulnerability IP blocking is enabled
18035
+ * <p>Whether to enable vulnerability-related IP blocking</p>
18041
18036
  * @type {boolean || null}
18042
18037
  */
18043
18038
  this.BanVulIp = null;
18044
18039
 
18045
18040
  /**
18046
- * Whether to enable rule blocking
18041
+ * <p>Whether to enable rule blocking</p>
18047
18042
  * @type {boolean || null}
18048
18043
  */
18049
18044
  this.BanByRule = null;
@@ -18147,13 +18142,13 @@ class DescribeLicenseBindListResponse extends AbstractModel {
18147
18142
  super();
18148
18143
 
18149
18144
  /**
18150
- * Total number of entries
18145
+ * <p>Total quantity.</p>
18151
18146
  * @type {number || null}
18152
18147
  */
18153
18148
  this.TotalCount = null;
18154
18149
 
18155
18150
  /**
18156
- * List of bound machines
18151
+ * <p>List of bound machine information</p>
18157
18152
  * @type {Array.<LicenseBindDetail> || null}
18158
18153
  */
18159
18154
  this.List = null;
@@ -19828,25 +19823,25 @@ class DescribeLoginTypeHostRequest extends AbstractModel {
19828
19823
  this.Filters = null;
19829
19824
 
19830
19825
  /**
19831
- * Limit Entries, 10 by default, up to 100
19826
+ * <p>The maximum number of entries. Default value: 10. Maximum value: 100.</p>
19832
19827
  * @type {number || null}
19833
19828
  */
19834
19829
  this.Limit = null;
19835
19830
 
19836
19831
  /**
19837
- * Offset, which is 0 by default.
19832
+ * <p>Offset. Default value: 0.</p>
19838
19833
  * @type {number || null}
19839
19834
  */
19840
19835
  this.Offset = null;
19841
19836
 
19842
19837
  /**
19843
- * Sorting Method: [ASC: Ascending Order, DESC: Descending Order]
19838
+ * <p>Sort order: [ASC: ascending | DESC: descending]</p>
19844
19839
  * @type {string || null}
19845
19840
  */
19846
19841
  this.Order = null;
19847
19842
 
19848
19843
  /**
19849
- * Sorting column: [Id].
19844
+ * <p>Optional sorting column: [Id]</p>
19850
19845
  * @type {string || null}
19851
19846
  */
19852
19847
  this.By = null;
@@ -20512,6 +20507,34 @@ class DescribeAccountStatisticsResponse extends AbstractModel {
20512
20507
  }
20513
20508
  }
20514
20509
 
20510
+ /**
20511
+ * DescribeProVersionStatus response structure.
20512
+ * @class
20513
+ */
20514
+ class DescribeProVersionStatusResponse extends AbstractModel {
20515
+ constructor(){
20516
+ super();
20517
+
20518
+ /**
20519
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
20520
+ * @type {string || null}
20521
+ */
20522
+ this.RequestId = null;
20523
+
20524
+ }
20525
+
20526
+ /**
20527
+ * @private
20528
+ */
20529
+ deserialize(params) {
20530
+ if (!params) {
20531
+ return;
20532
+ }
20533
+ this.RequestId = 'RequestId' in params ? params.RequestId : null;
20534
+
20535
+ }
20536
+ }
20537
+
20515
20538
  /**
20516
20539
  * DescribeBashEventsInfoNew request structure.
20517
20540
  * @class
@@ -22924,7 +22947,7 @@ class DeleteMachineClearHistoryRequest extends AbstractModel {
22924
22947
  super();
22925
22948
 
22926
22949
  /**
22927
- * IDs of records to be deleted, up to 100 characters in length
22950
+ * <p>IDs of the records to be deleted. Maximum: 100</p>
22928
22951
  * @type {Array.<number> || null}
22929
22952
  */
22930
22953
  this.Ids = null;
@@ -30777,59 +30800,43 @@ class DescribeMachinesRequest extends AbstractModel {
30777
30800
  super();
30778
30801
 
30779
30802
  /**
30780
- * Type of the machine's zone
30781
- CVM: Cloud Virtual Machine
30782
- BM: BMECM: Edge Computing Machine
30783
- LH: Lighthouse
30784
- Other: Hybrid Cloud Zone
30803
+ * <p>Machine zone type<br>CVM: Cloud Virtual Machine<br>BM: Blackstone<br>ECM: Edge Computing Machine<br>LH: Lighthouse<br>Other: Hybrid cloud zone</p>
30785
30804
  * @type {string || null}
30786
30805
  */
30787
30806
  this.MachineType = null;
30788
30807
 
30789
30808
  /**
30790
- * Machine region. For example, ap-guangzhou, ap-shanghai. For non-Tencent Cloud hosts, use ap-others.
30809
+ * <p>Machine region, for example, ap-guangzhou or ap-shanghai. For non-Tencent Cloud hosts, use ap-others.</p>
30791
30810
  * @type {string || null}
30792
30811
  */
30793
30812
  this.MachineRegion = null;
30794
30813
 
30795
30814
  /**
30796
- * Number of returns. It is 10 by default, and the maximum value is 100.
30815
+ * <p>Number of returned results. The default number is 10, and the maximum value is 100.</p>
30797
30816
  * @type {number || null}
30798
30817
  */
30799
30818
  this.Limit = null;
30800
30819
 
30801
30820
  /**
30802
- * Offset. Default value: 0.
30821
+ * <p>Offset. Default value: 0.</p>
30803
30822
  * @type {number || null}
30804
30823
  */
30805
30824
  this.Offset = null;
30806
30825
 
30807
30826
  /**
30808
- * Filter criteria
30809
- <li>Ips - String - Required: No - Query by ip</li>
30810
- <li>Names - String - required: no - query by instance name</li>
30811
- <li>InstanceIds - String - Required: No - Query by instance id</li>
30812
- <li>Version - String required: no - current protection version ( PRO_VERSION: Pro Edition | BASIC_VERSION: Basic Edition | Flagship: Ultimate Edition | ProtectedMachines: Pro + Ultimate Editions)</li>
30813
- <li>Risk - String - required: no - risky host (yes)</li>
30814
- <li>Os - String - required: no - operating system (DescribeMachineOsList API value)</li>
30815
- Each filtering criterion supports only one value; queries of multiple values with OR relationship are not supported.</li>
30816
- <li>Quuid - String - Required: no - CVM instance UUID. Maximum value: 100.</li>
30817
- <li>AddedOnTheFifteen - String required: no - whether to query only hosts added within the last 15 days (1: yes) </li>
30818
- <li> TagId - String required: no - query the list of hosts associated with the specified tag </li>
30819
- <li>AgentStatus - String - required: no - ALL total; ONLINE under protection; OFFLINE offline; UNINSTALLED not installed</li>
30820
- <li>MachineStatus - String required: no - ALL all; RUNNING running; STOPPED is shut down; EXPIRED to be recycled</li>
30827
+ * <p>Filter criteria.</p><li>Ips - String - Required: No - Query by IP</li><li>Names - String - Required: No - Query by instance name</li><li>InstanceIds - String - Required: No - Query by instance id</li><li>Version - String - Required: No - Current protection edition (PRO_VERSION: Pro Edition | BASIC_VERSION: Basic Version | Flagship: Ultimate Edition | ProtectedMachines: Pro Edition + Ultimate Edition)</li><li>Risk - String - Required: No - Risk host (yes)</li><li>Os - String - Required: No - Operating system (DescribeMachineOsList API value). Each filter criterion only supports one value and does not support multiple values or relationship query.</li><li>Quuid - String - Required: No - Cloud server UUID. Maximum 100 entries.</li><li>AddedOnTheFifteen - String - Required: No - Query only hosts added within the last 15 days (1: yes)</li><li>TagId - String - Required: No - Query host list associated with the specified tag</li><li>AgentStatus - String - Required: No - ALL: All; ONLINE: Under protection; OFFLINE: Offline; UNINSTALLED: Not installed</li><li>MachineStatus - String - Required: No - ALL: All; RUNNING: Running; STOPPED: Shut down; EXPIRED: Pending recycling</li>
30821
30828
  * @type {Array.<Filter> || null}
30822
30829
  */
30823
30830
  this.Filters = null;
30824
30831
 
30825
30832
  /**
30826
- * ID List of Businesses to which machines belong
30833
+ * <p>List of business IDs to which the machines belong</p>
30827
30834
  * @type {Array.<number> || null}
30828
30835
  */
30829
30836
  this.ProjectIds = null;
30830
30837
 
30831
30838
  /**
30832
- *
30839
+ * <p>APPID of the machine</p>
30833
30840
  * @type {number || null}
30834
30841
  */
30835
30842
  this.MachineAppId = null;
@@ -35975,43 +35982,43 @@ class ModifyNetAttackSettingRequest extends AbstractModel {
35975
35982
  super();
35976
35983
 
35977
35984
  /**
35978
- * 0 - Disable Network Attack Detection; 1 - Enable Network Attack Detection.
35985
+ * <p>0: Disable network attack detection; 1: Enable network attack detection</p>
35979
35986
  * @type {number || null}
35980
35987
  */
35981
35988
  this.NetAttackEnable = null;
35982
35989
 
35983
35990
  /**
35984
- * 0: New warning events pending processing by default, 1: New warning events processed by default, 3: New warning events ignored by default.
35991
+ * <p>0: Newly added alert events are pending by default; 1: newly added alert events are processed by default; 3: newly added alert events are ignored by default</p>
35985
35992
  * @type {number || null}
35986
35993
  */
35987
35994
  this.NetAttackAlarmStatus = null;
35988
35995
 
35989
35996
  /**
35990
- * 1 - All Ultimate edition hosts; 0 - list of hosts with Quuids
35997
+ * <p>1: All Ultimate Edition hosts; 0: Hosts in the Quuids list</p>
35991
35998
  * @type {number || null}
35992
35999
  */
35993
36000
  this.Scope = null;
35994
36001
 
35995
36002
  /**
35996
- * Specified hosts
36003
+ * <p>Selected hosts</p>
35997
36004
  * @type {Array.<string> || null}
35998
36005
  */
35999
36006
  this.InstanceIds = null;
36000
36007
 
36001
36008
  /**
36002
- * Manually Excluded Hosts
36009
+ * <p>Custom excluded hosts</p>
36003
36010
  * @type {Array.<string> || null}
36004
36011
  */
36005
36012
  this.ExcludeInstanceIds = null;
36006
36013
 
36007
36014
  /**
36008
- * New assets automatically include: 0 - Do not include, 1 - include.
36015
+ * <p>Automatically include newly added assets. 0: No; 1: Yes</p>
36009
36016
  * @type {number || null}
36010
36017
  */
36011
36018
  this.AutoInclude = null;
36012
36019
 
36013
36020
  /**
36014
- *
36021
+ * <p>Product type. 0: CWP; 1: CSC</p>
36015
36022
  * @type {number || null}
36016
36023
  */
36017
36024
  this.ProductType = null;
@@ -36566,13 +36573,13 @@ class DescribeLoginWhiteHostListResponse extends AbstractModel {
36566
36573
  super();
36567
36574
 
36568
36575
  /**
36569
- * Total number
36576
+ * <p>Total.</p>
36570
36577
  * @type {number || null}
36571
36578
  */
36572
36579
  this.TotalCount = null;
36573
36580
 
36574
36581
  /**
36575
- * Server list
36582
+ * <p>Server list</p>
36576
36583
  * @type {Array.<HostDesc> || null}
36577
36584
  */
36578
36585
  this.Hosts = null;
@@ -38326,7 +38333,7 @@ class DescribeMalwareTimingScanSettingRequest extends AbstractModel {
38326
38333
  super();
38327
38334
 
38328
38335
  /**
38329
- *
38336
+ * <p>Product type. 0:CWP (default); 1:CSC</p>
38330
38337
  * @type {number || null}
38331
38338
  */
38332
38339
  this.ProductType = null;
@@ -41250,6 +41257,153 @@ class DeletePrivilegeEventsResponse extends AbstractModel {
41250
41257
  }
41251
41258
  }
41252
41259
 
41260
+ /**
41261
+ * DescribeMachineInfo response structure.
41262
+ * @class
41263
+ */
41264
+ class DescribeMachineInfoResponse extends AbstractModel {
41265
+ constructor(){
41266
+ super();
41267
+
41268
+ /**
41269
+ * Server IP.
41270
+ * @type {string || null}
41271
+ */
41272
+ this.MachineIp = null;
41273
+
41274
+ /**
41275
+ * Days under protection by CWP
41276
+ * @type {number || null}
41277
+ */
41278
+ this.ProtectDays = null;
41279
+
41280
+ /**
41281
+ * OS.
41282
+ * @type {string || null}
41283
+ */
41284
+ this.MachineOs = null;
41285
+
41286
+ /**
41287
+ * Server name.
41288
+ * @type {string || null}
41289
+ */
41290
+ this.MachineName = null;
41291
+
41292
+ /**
41293
+ * Status.
41294
+ <li>ONLINE: online</li>
41295
+ <li>OFFLINE: offline</li>
41296
+ * @type {string || null}
41297
+ */
41298
+ this.MachineStatus = null;
41299
+
41300
+ /**
41301
+ * Unique ID of CVM or BM instance.
41302
+ * @type {string || null}
41303
+ */
41304
+ this.InstanceId = null;
41305
+
41306
+ /**
41307
+ * Public IP of server.
41308
+ * @type {string || null}
41309
+ */
41310
+ this.MachineWanIp = null;
41311
+
41312
+ /**
41313
+ * CVM or BM instance `Uuid`.
41314
+ * @type {string || null}
41315
+ */
41316
+ this.Quuid = null;
41317
+
41318
+ /**
41319
+ * CWP agent `Uuid`.
41320
+ * @type {string || null}
41321
+ */
41322
+ this.Uuid = null;
41323
+
41324
+ /**
41325
+ * Whether CWP Pro is activated.
41326
+ <li>true: yes</li>
41327
+ <li>false: no</li>
41328
+ * @type {boolean || null}
41329
+ */
41330
+ this.IsProVersion = null;
41331
+
41332
+ /**
41333
+ * CWP Pro activation time.
41334
+ * @type {string || null}
41335
+ */
41336
+ this.ProVersionOpenDate = null;
41337
+
41338
+ /**
41339
+ * Server type.
41340
+ <li>CVM: CVM</li>
41341
+ <li>BM: BM</li>
41342
+ * @type {string || null}
41343
+ */
41344
+ this.MachineType = null;
41345
+
41346
+ /**
41347
+ * Server region, such as ap-guangzhou or ap-shanghai
41348
+ * @type {string || null}
41349
+ */
41350
+ this.MachineRegion = null;
41351
+
41352
+ /**
41353
+ * Server status.
41354
+ <li>POSTPAY: post-paid, i.e., pay-as-you-go </li>
41355
+ * @type {string || null}
41356
+ */
41357
+ this.PayMode = null;
41358
+
41359
+ /**
41360
+ * Number of trojans left for free scan.
41361
+ * @type {number || null}
41362
+ */
41363
+ this.FreeMalwaresLeft = null;
41364
+
41365
+ /**
41366
+ * Number of vulnerability left for free scan.
41367
+ * @type {number || null}
41368
+ */
41369
+ this.FreeVulsLeft = null;
41370
+
41371
+ /**
41372
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
41373
+ * @type {string || null}
41374
+ */
41375
+ this.RequestId = null;
41376
+
41377
+ }
41378
+
41379
+ /**
41380
+ * @private
41381
+ */
41382
+ deserialize(params) {
41383
+ if (!params) {
41384
+ return;
41385
+ }
41386
+ this.MachineIp = 'MachineIp' in params ? params.MachineIp : null;
41387
+ this.ProtectDays = 'ProtectDays' in params ? params.ProtectDays : null;
41388
+ this.MachineOs = 'MachineOs' in params ? params.MachineOs : null;
41389
+ this.MachineName = 'MachineName' in params ? params.MachineName : null;
41390
+ this.MachineStatus = 'MachineStatus' in params ? params.MachineStatus : null;
41391
+ this.InstanceId = 'InstanceId' in params ? params.InstanceId : null;
41392
+ this.MachineWanIp = 'MachineWanIp' in params ? params.MachineWanIp : null;
41393
+ this.Quuid = 'Quuid' in params ? params.Quuid : null;
41394
+ this.Uuid = 'Uuid' in params ? params.Uuid : null;
41395
+ this.IsProVersion = 'IsProVersion' in params ? params.IsProVersion : null;
41396
+ this.ProVersionOpenDate = 'ProVersionOpenDate' in params ? params.ProVersionOpenDate : null;
41397
+ this.MachineType = 'MachineType' in params ? params.MachineType : null;
41398
+ this.MachineRegion = 'MachineRegion' in params ? params.MachineRegion : null;
41399
+ this.PayMode = 'PayMode' in params ? params.PayMode : null;
41400
+ this.FreeMalwaresLeft = 'FreeMalwaresLeft' in params ? params.FreeMalwaresLeft : null;
41401
+ this.FreeVulsLeft = 'FreeVulsLeft' in params ? params.FreeVulsLeft : null;
41402
+ this.RequestId = 'RequestId' in params ? params.RequestId : null;
41403
+
41404
+ }
41405
+ }
41406
+
41253
41407
  /**
41254
41408
  * Top 5 server risk entities
41255
41409
  * @class
@@ -44165,7 +44319,7 @@ class AddLoginWhiteListsResponse extends AbstractModel {
44165
44319
  super();
44166
44320
 
44167
44321
  /**
44168
- * Prompt list of duplicate addition
44322
+ * <p>List of duplicate-addition prompts</p>
44169
44323
  * @type {Array.<DuplicateHosts> || null}
44170
44324
  */
44171
44325
  this.DuplicateHosts = null;
@@ -47118,19 +47272,19 @@ class DescribeLoginWhiteCombinedListRequest extends AbstractModel {
47118
47272
  super();
47119
47273
 
47120
47274
  /**
47121
- * Number of items to be returned. It is 10 by default, and the maximum value is 100.
47275
+ * <p>Number of items to return. The default number is 10, and the maximum number is 100.</p>
47122
47276
  * @type {number || null}
47123
47277
  */
47124
47278
  this.Limit = null;
47125
47279
 
47126
47280
  /**
47127
- * Offset, which defaults to 0
47281
+ * <p>Offset. Default value: 0.</p>
47128
47282
  * @type {number || null}
47129
47283
  */
47130
47284
  this.Offset = null;
47131
47285
 
47132
47286
  /**
47133
- * Filtering conditions. <li>IpOrAlias - String - required: no - filter by host IP address or alias.</li> <li>UserName - String - required: no - filter by username.</li> <li>SrcIP - String - required: no - filter by source IP address.</li> <li>Location - String - required: no - filter by login location.</li> <li>ModifyBeginTime - String - required: no - filter by modification time; start time.</li> <li>ModifyEndTime - String - required: no - filter by modification time; end time.</li>
47287
+ * <p>Filter criteria.<li>IpOrAlias - String - Required: No - Host ip or alias filter</li><li>UserName - String - Required: No - UserName filter</li><li>SrcIP - String - Required: No - Source ip filter</li><li>Location - String - Required: No - Login Location filter</li><li>ModifyBeginTime - String - Required: No - Filter by modification time range, start time</li><li>ModifyEndTime - String - Required: No - Filter by modification time range, end time</li></p>
47134
47288
  * @type {Array.<Filter> || null}
47135
47289
  */
47136
47290
  this.Filters = null;
@@ -48565,127 +48719,127 @@ class DescribeMalwareTimingScanSettingResponse extends AbstractModel {
48565
48719
  super();
48566
48720
 
48567
48721
  /**
48568
- * Detection mode: 0 - full disk detection; 1 - rapid detection
48722
+ * <p>Detection mode. 0: full disk detection; 1: rapid detection</p>
48569
48723
  * @type {number || null}
48570
48724
  */
48571
48725
  this.CheckPattern = null;
48572
48726
 
48573
48727
  /**
48574
- * Detection cycle; start time
48728
+ * <p>Start time of the detection window</p>
48575
48729
  * @type {string || null}
48576
48730
  */
48577
48731
  this.StartTime = null;
48578
48732
 
48579
48733
  /**
48580
- * Detection cycle; timeout end time
48734
+ * <p>Timeout end time of the detection window</p>
48581
48735
  * @type {string || null}
48582
48736
  */
48583
48737
  this.EndTime = null;
48584
48738
 
48585
48739
  /**
48586
- * Whether all servers: 1 - all; 2 - specified
48740
+ * <p>Whether all servers are selected. 1: All; 2: Custom</p>
48587
48741
  * @type {number || null}
48588
48742
  */
48589
48743
  this.IsGlobal = null;
48590
48744
 
48591
48745
  /**
48592
- * Required for specified servers, a string array of host QUUIDs
48746
+ * <p>A string array of host QUUIDs, required when custom servers are selected</p>
48593
48747
  * @type {Array.<string> || null}
48594
48748
  */
48595
48749
  this.QuuidList = null;
48596
48750
 
48597
48751
  /**
48598
- * Monitoring mode: 0 - standard; 1 - deep
48752
+ * <p>Monitoring mode. 0: standard; 1: deep</p>
48599
48753
  * @type {number || null}
48600
48754
  */
48601
48755
  this.MonitoringPattern = null;
48602
48756
 
48603
48757
  /**
48604
- * Cycle: 1 - daily
48758
+ * <p>Cycle. 1: Daily</p>
48605
48759
  * @type {number || null}
48606
48760
  */
48607
48761
  this.Cycle = null;
48608
48762
 
48609
48763
  /**
48610
- * Scheduled detection switch: 0 - disable; 1 - enable
48764
+ * <p>Scheduled detection switch. 0: off; 1: on</p>
48611
48765
  * @type {number || null}
48612
48766
  */
48613
48767
  this.EnableScan = null;
48614
48768
 
48615
48769
  /**
48616
- * Unique ID
48770
+ * <p>Unique ID</p>
48617
48771
  * @type {number || null}
48618
48772
  */
48619
48773
  this.Id = null;
48620
48774
 
48621
48775
  /**
48622
- * Real-time monitoring: 0 - disable 1 - enable
48776
+ * <p>Real-time monitoring. 0: off; 1: on</p>
48623
48777
  * @type {number || null}
48624
48778
  */
48625
48779
  this.RealTimeMonitoring = null;
48626
48780
 
48627
48781
  /**
48628
- * Whether to isolate automatically: 1 - yes; 0 - no
48782
+ * <p>Whether to isolate automatically: 1 - yes; 0 - no</p>
48629
48783
  * @type {number || null}
48630
48784
  */
48631
48785
  this.AutoIsolation = null;
48632
48786
 
48633
48787
  /**
48634
- * One-click scan timeout duration, such as 1800 seconds
48788
+ * <p>Timeout for one-click scanning, for example, 1800 seconds</p>
48635
48789
  * @type {number || null}
48636
48790
  */
48637
48791
  this.ClickTimeout = null;
48638
48792
 
48639
48793
  /**
48640
- * Whether to terminate the process: 1: terminate; 0: not terminate. It is effective only if automatic isolation is enabled.
48794
+ * <p>Whether to terminate the process: 1: terminate; 0: not terminate. It is effective only if automatic isolation is enabled.</p>
48641
48795
  * @type {number || null}
48642
48796
  */
48643
48797
  this.KillProcess = null;
48644
48798
 
48645
48799
  /**
48646
- * 1 - standard mode (only critical and high-risk are reported.); 2 - enhanced mode (critical, high-risk, and medium-risk are reported.); 3 - strict mode (critical, high-risk, medium-risk, low-risk, and prompt are reported.)
48800
+ * <p>1: Standard mode (reports only critical and high-risk items); 2: Enhanced mode (reports critical, high-risk, and medium-risk items); 3: Strict mode (reports critical, high-, medium-, and low-risk items, plus prompt items)</p>
48647
48801
  * @type {number || null}
48648
48802
  */
48649
48803
  this.EngineType = null;
48650
48804
 
48651
48805
  /**
48652
- * Heuristic Engine: 0 - OFF, 1 - ON
48806
+ * <p>Heuristic engine. 0: off; 1: on</p>
48653
48807
  * @type {number || null}
48654
48808
  */
48655
48809
  this.EnableInspiredEngine = null;
48656
48810
 
48657
48811
  /**
48658
- * Whether to enable malicious process killing [0: Not Enabled; 1: Enabled]
48812
+ * <p>Whether malicious process termination is enabled [0: disabled, 1: enabled]</p>
48659
48813
  * @type {number || null}
48660
48814
  */
48661
48815
  this.EnableMemShellScan = null;
48662
48816
 
48663
48817
  /**
48664
- * Protection mode: 0 - standard; 1 - enhanced
48818
+ * <p>Protection mode. 0: Standard; 1: Critical-period protection</p>
48665
48819
  * @type {number || null}
48666
48820
  */
48667
48821
  this.ProtectMode = null;
48668
48822
 
48669
48823
  /**
48670
- * Scope of detection: 0 - malicious files other than scripts; 1 - all malicious files
48824
+ * <p>Scan scope. 0: Malicious files other than script files; 1: All malicious files</p>
48671
48825
  * @type {number || null}
48672
48826
  */
48673
48827
  this.ProtectFileScope = null;
48674
48828
 
48675
48829
  /**
48676
- * Cleanup switch 0 Disabled 1 Enabled
48830
+ * <p>Cleanup switch. 0: off; 1: on</p>
48677
48831
  * @type {number || null}
48678
48832
  */
48679
48833
  this.DoClean = null;
48680
48834
 
48681
48835
  /**
48682
- * Selected host isolation collection
48836
+ * <p>Selected hosts for isolation</p>
48683
48837
  * @type {Array.<string> || null}
48684
48838
  */
48685
48839
  this.QuaraUuids = null;
48686
48840
 
48687
48841
  /**
48688
- * Isolation scope selected by users: 0: default full isolation 1: user selected
48842
+ * <p>Isolation scope selected by the user. 0: Full isolation by default; 1: Custom</p>
48689
48843
  * @type {number || null}
48690
48844
  */
48691
48845
  this.QuaraScope = null;
@@ -48860,224 +49014,217 @@ class Machine extends AbstractModel {
48860
49014
  super();
48861
49015
 
48862
49016
  /**
48863
- * Host name.
49017
+ * <p>Host name.</p>
48864
49018
  * @type {string || null}
48865
49019
  */
48866
49020
  this.MachineName = null;
48867
49021
 
48868
49022
  /**
48869
- * Host System.
49023
+ * <p>Host operating system.</p>
48870
49024
  * @type {string || null}
48871
49025
  */
48872
49026
  this.MachineOs = null;
48873
49027
 
48874
49028
  /**
48875
- * Host status. <li>OFFLINE: Offline</li> <li>ONLINE: Online</li> <li>SHUTDOWN: Shutdown</li> <li>UNINSTALLED: No protection</li>
49029
+ * <p>Host status. <li>OFFLINE: Offline</li> <li>ONLINE: Online</li> <li>SHUTDOWN: Shut down</li> <li>UNINSTALLED: Unprotected</li></p>
48876
49030
  * @type {string || null}
48877
49031
  */
48878
49032
  this.MachineStatus = null;
48879
49033
 
48880
49034
  /**
48881
- * ONLINE Under protection; OFFLINE OFFLINE; UNINStALLED Not installed
49035
+ * <p>ONLINE: Protected; OFFLINE: Offline; UNINSTALLED: Not installed</p>
48882
49036
  * @type {string || null}
48883
49037
  */
48884
49038
  this.AgentStatus = null;
48885
49039
 
48886
49040
  /**
48887
- * RUNNING; is shut down; to be recycled
49041
+ * <p>RUNNING: Running; STOPED: Shut down; EXPIRED: Pending reclamation</p>
48888
49042
  * @type {string || null}
48889
49043
  */
48890
49044
  this.InstanceStatus = null;
48891
49045
 
48892
49046
  /**
48893
- * CWP UUID. If the CWP client is offline for a long time, an empty character is returned.
49047
+ * <p>CWP Uuid. Returns an empty string if the client is offline long-term.</p>
48894
49048
  * @type {string || null}
48895
49049
  */
48896
49050
  this.Uuid = null;
48897
49051
 
48898
49052
  /**
48899
- * CVM or BM Machine Unique UUID.
49053
+ * <p>Unique Uuid of a CVM or BM machine.</p>
48900
49054
  * @type {string || null}
48901
49055
  */
48902
49056
  this.Quuid = null;
48903
49057
 
48904
49058
  /**
48905
- * Number of vulnerabilities
49059
+ * <p>Number of vulnerabilities.</p>
48906
49060
  * @type {number || null}
48907
49061
  */
48908
49062
  this.VulNum = null;
48909
49063
 
48910
49064
  /**
48911
- * Host IP.
49065
+ * <p>Host IP.</p>
48912
49066
  * @type {string || null}
48913
49067
  */
48914
49068
  this.MachineIp = null;
48915
49069
 
48916
49070
  /**
48917
- * Whether the edition is Pro Edition
48918
- <li>true: yes</li>
48919
- <li>false: no</li>
49071
+ * <p>Whether the host is Pro Edition.</p><li>true: Yes</li><li>false: No</li>
48920
49072
  * @type {boolean || null}
48921
49073
  */
48922
49074
  this.IsProVersion = null;
48923
49075
 
48924
49076
  /**
48925
- * Public IP address of a host
49077
+ * <p>Host public IP.</p>
48926
49078
  * @type {string || null}
48927
49079
  */
48928
49080
  this.MachineWanIp = null;
48929
49081
 
48930
49082
  /**
48931
- * Host status
48932
- <li>POSTPAY: postpaid, indicating pay-as-you-go mode </li>
48933
- <li>PREPAY: prepaid, indicating yearly/monthly subscription mode</li>
49083
+ * <p>Host status.</p><li>POSTPAY: Postpaid (pay-as-you-go)</li><li>PREPAY: Prepaid (monthly or yearly subscription)</li>
48934
49084
  * @type {string || null}
48935
49085
  */
48936
49086
  this.PayMode = null;
48937
49087
 
48938
49088
  /**
48939
- * Number of Trojans
49089
+ * <p>Number of trojans.</p>
48940
49090
  * @type {number || null}
48941
49091
  */
48942
49092
  this.MalwareNum = null;
48943
49093
 
48944
49094
  /**
48945
- * Tag information
49095
+ * <p>Tag information</p>
48946
49096
  * @type {Array.<MachineTag> || null}
48947
49097
  */
48948
49098
  this.Tag = null;
48949
49099
 
48950
49100
  /**
48951
- * Number of baseline risks
49101
+ * <p>Number of baseline risks.</p>
48952
49102
  * @type {number || null}
48953
49103
  */
48954
49104
  this.BaselineNum = null;
48955
49105
 
48956
49106
  /**
48957
- * Number of network risks
49107
+ * <p>Number of network risks.</p>
48958
49108
  * @type {number || null}
48959
49109
  */
48960
49110
  this.CyberAttackNum = null;
48961
49111
 
48962
49112
  /**
48963
- * Risk status
48964
- <li>SAFE: Safe</li>
48965
- <li>RISK: Risk</li>
48966
- <li>UNKNOWN: Unknown</li>
49113
+ * <p>Risk status.</p><li>SAFE: Safe</li><li>RISK: Risk</li><li>UNKNOWN: Unknown</li>
48967
49114
  * @type {string || null}
48968
49115
  */
48969
49116
  this.SecurityStatus = null;
48970
49117
 
48971
49118
  /**
48972
- * Number of intrusion events
49119
+ * <p>Number of intrusion events</p>
48973
49120
  * @type {number || null}
48974
49121
  */
48975
49122
  this.InvasionNum = null;
48976
49123
 
48977
49124
  /**
48978
- * Region information
49125
+ * <p>Region information</p>
48979
49126
  * @type {RegionInfo || null}
48980
49127
  */
48981
49128
  this.RegionInfo = null;
48982
49129
 
48983
49130
  /**
48984
- * Instance status: TERMINATED_PRO_VERSION - terminated
49131
+ * <p>Instance status. TERMINATED_PRO_VERSION: terminated.</p>
48985
49132
  * @type {string || null}
48986
49133
  */
48987
49134
  this.InstanceState = null;
48988
49135
 
48989
49136
  /**
48990
- * Tamper-proof; authorization status: 1 - authorized; 0 - unauthorized
49137
+ * <p>Tamper-proof; authorization status: 1 - authorized; 0 - unauthorized</p>
48991
49138
  * @type {number || null}
48992
49139
  */
48993
49140
  this.LicenseStatus = null;
48994
49141
 
48995
49142
  /**
48996
- * Project ID
49143
+ * <p>Project ID</p>
48997
49144
  * @type {number || null}
48998
49145
  */
48999
49146
  this.ProjectId = null;
49000
49147
 
49001
49148
  /**
49002
- * Whether there is an available asset scanning API: 0 - no; 1 - yes
49149
+ * <p>Whether the asset scanning API is available. 0: No; 1: Yes</p>
49003
49150
  * @type {number || null}
49004
49151
  */
49005
49152
  this.HasAssetScan = null;
49006
49153
 
49007
49154
  /**
49008
- * Machine Zone Type. CVM - Cloud Virtual Machine; BM: Bare Metal; ECM: Edge Computing Machine; LH: Lightweight Application Server; Other: Hybrid Cloud Zone
49155
+ * <p>Machine zone type. CVM: Cloud Virtual Machine; BM: Blackstone; ECM: Edge Computing Machine; LH: Lighthouse; Other: Hybrid cloud zone</p>
49009
49156
  * @type {string || null}
49010
49157
  */
49011
49158
  this.MachineType = null;
49012
49159
 
49013
49160
  /**
49014
- * Kernel version
49161
+ * <p>Kernel version</p>
49015
49162
  * @type {string || null}
49016
49163
  */
49017
49164
  this.KernelVersion = null;
49018
49165
 
49019
49166
  /**
49020
- * Protection version: BASIC_VERSION - Basic Edition; PRO_VERSION - Professional Edition; Flagship - Ultimate Edition; GENERAL_DISCOUNT - Lightweight Edition
49167
+ * <p>Protection edition: BASIC_VERSION: Basic Edition; PRO_VERSION: Pro Edition; Flagship: Ultimate Edition; GENERAL_DISCOUNT: Lighthouse Edition</p>
49021
49168
  * @type {string || null}
49022
49169
  */
49023
49170
  this.ProtectType = null;
49024
49171
 
49025
49172
  /**
49026
- * Cloud Tag Information
49173
+ * <p>Cloud tag information</p>
49027
49174
  * @type {Array.<Tags> || null}
49028
49175
  */
49029
49176
  this.CloudTags = null;
49030
49177
 
49031
49178
  /**
49032
- * Whether the host is added within 15 days. 0: Host not added within 15 days. 1: Host added within 15 days.
49179
+ * <p>Whether the host was added within the last 15 days. 0: No; 1: Yes</p>
49033
49180
  * @type {number || null}
49034
49181
  */
49035
49182
  this.IsAddedOnTheFifteen = null;
49036
49183
 
49037
49184
  /**
49038
- * Host IP List
49185
+ * <p>Host IP list</p>
49039
49186
  * @type {string || null}
49040
49187
  */
49041
49188
  this.IpList = null;
49042
49189
 
49043
49190
  /**
49044
- * Network
49191
+ * <p>Network</p>
49045
49192
  * @type {string || null}
49046
49193
  */
49047
49194
  this.VpcId = null;
49048
49195
 
49049
49196
  /**
49050
- * Additional information
49197
+ * <p>Additional information</p>
49051
49198
  * @type {MachineExtraInfo || null}
49052
49199
  */
49053
49200
  this.MachineExtraInfo = null;
49054
49201
 
49055
49202
  /**
49056
- * Instance ID
49203
+ * <p>Instance ID.</p>
49057
49204
  * @type {string || null}
49058
49205
  */
49059
49206
  this.InstanceId = null;
49060
49207
 
49061
49208
  /**
49062
- * Remarks
49209
+ * <p>Remarks</p>
49063
49210
  * @type {string || null}
49064
49211
  */
49065
49212
  this.Remark = null;
49066
49213
 
49067
49214
  /**
49068
- * Host security agent version
49215
+ * <p>CWP agent version</p>
49069
49216
  * @type {string || null}
49070
49217
  */
49071
49218
  this.AgentVersion = null;
49072
49219
 
49073
49220
  /**
49074
- *
49221
+ * <p>APPID of the machine</p>
49075
49222
  * @type {number || null}
49076
49223
  */
49077
49224
  this.AppId = null;
49078
49225
 
49079
49226
  /**
49080
- *
49227
+ * <p>CSC paid edition</p>
49081
49228
  * @type {string || null}
49082
49229
  */
49083
49230
  this.CSIPProtectType = null;
@@ -50941,49 +51088,49 @@ class DescribeLoginTypeGlobalConfResponse extends AbstractModel {
50941
51088
  super();
50942
51089
 
50943
51090
  /**
50944
- * Whether anti-uninstall is enabled <li>0 No</li> <li>1 Yes</li> <li>9 Not set, same as 0 means not enabled</li>
51091
+ * <p>Whether uninstall protection is enabled <li>0: No</li> <li>1: Yes</li> <li>9: Not set, equivalent to 0 (disabled)</li></p>
50945
51092
  * @type {number || null}
50946
51093
  */
50947
51094
  this.Enable = null;
50948
51095
 
50949
51096
  /**
50950
- * Scope <li>0 Selected host</li> <li>1 All hosts</li>
51097
+ * <p>Scope <li>0: Selected hosts</li> <li>1: All hosts</li></p>
50951
51098
  * @type {number || null}
50952
51099
  */
50953
51100
  this.Scope = null;
50954
51101
 
50955
51102
  /**
50956
- * Selected host configuration count
51103
+ * <p>Number of selected host configurations</p>
50957
51104
  * @type {number || null}
50958
51105
  */
50959
51106
  this.IncludeHostCount = null;
50960
51107
 
50961
51108
  /**
50962
- * Deselect host configuration count
51109
+ * <p>Number of excluded host configurations</p>
50963
51110
  * @type {number || null}
50964
51111
  */
50965
51112
  this.ExcludeHostCount = null;
50966
51113
 
50967
51114
  /**
50968
- * Select quuid configuration list
51115
+ * <p>List of selected QUUID configurations</p>
50969
51116
  * @type {Array.<string> || null}
50970
51117
  */
50971
51118
  this.IncludeQuuid = null;
50972
51119
 
50973
51120
  /**
50974
- * Exclude quuid configuration list
51121
+ * <p>List of excluded QUUID configurations</p>
50975
51122
  * @type {Array.<string> || null}
50976
51123
  */
50977
51124
  this.ExcludeQuuid = null;
50978
51125
 
50979
51126
  /**
50980
- * Number of Machines Enabled
51127
+ * <p>Number of enabled machines</p>
50981
51128
  * @type {number || null}
50982
51129
  */
50983
51130
  this.EnableCount = null;
50984
51131
 
50985
51132
  /**
50986
- * Number of inactive machines
51133
+ * <p>Number of disabled machines</p>
50987
51134
  * @type {number || null}
50988
51135
  */
50989
51136
  this.DisableCount = null;
@@ -51431,17 +51578,23 @@ class ExportTasksResponse extends AbstractModel {
51431
51578
  super();
51432
51579
 
51433
51580
  /**
51434
- * PENDING: download URL being generated; FINISHED: download URL generated; ERROR: network error or other errors.
51581
+ * <p>PENDING: The download URL is being generated; FINISHED: The download URL has been generated; ERROR: A network error or another exception occurred</p>
51435
51582
  * @type {string || null}
51436
51583
  */
51437
51584
  this.Status = null;
51438
51585
 
51439
51586
  /**
51440
- * Download URL
51587
+ * <p>Download link</p>
51441
51588
  * @type {string || null}
51442
51589
  */
51443
51590
  this.DownloadUrl = null;
51444
51591
 
51592
+ /**
51593
+ * <p>File name.</p>
51594
+ * @type {string || null}
51595
+ */
51596
+ this.FileName = null;
51597
+
51445
51598
  /**
51446
51599
  * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
51447
51600
  * @type {string || null}
@@ -51459,6 +51612,7 @@ class ExportTasksResponse extends AbstractModel {
51459
51612
  }
51460
51613
  this.Status = 'Status' in params ? params.Status : null;
51461
51614
  this.DownloadUrl = 'DownloadUrl' in params ? params.DownloadUrl : null;
51615
+ this.FileName = 'FileName' in params ? params.FileName : null;
51462
51616
  this.RequestId = 'RequestId' in params ? params.RequestId : null;
51463
51617
 
51464
51618
  }
@@ -51820,13 +51974,13 @@ class DescribeBanModeResponse extends AbstractModel {
51820
51974
  super();
51821
51975
 
51822
51976
  /**
51823
- * Blocking mode. STANDARD_MODE: standard mode; DEEP_MODE: deep mode.
51977
+ * <p>Blocking mode. STANDARD_MODE: standard mode; DEEP_MODE: deep mode.</p>
51824
51978
  * @type {string || null}
51825
51979
  */
51826
51980
  this.Mode = null;
51827
51981
 
51828
51982
  /**
51829
- * Configuration of the standard blocking mode
51983
+ * <p>Configuration of the standard blocking mode</p>
51830
51984
  * @type {StandardModeConfig || null}
51831
51985
  */
51832
51986
  this.StandardModeConfig = null;
@@ -52614,19 +52768,19 @@ class Filter extends AbstractModel {
52614
52768
  super();
52615
52769
 
52616
52770
  /**
52617
- * Name of filter key
52771
+ * <p>Name of filter key.</p>
52618
52772
  * @type {string || null}
52619
52773
  */
52620
52774
  this.Name = null;
52621
52775
 
52622
52776
  /**
52623
- * One or more filter values
52777
+ * <p>One or more filter values.</p>
52624
52778
  * @type {Array.<string> || null}
52625
52779
  */
52626
52780
  this.Values = null;
52627
52781
 
52628
52782
  /**
52629
- * Fuzzy search
52783
+ * <p>Fuzzy search</p>
52630
52784
  * @type {boolean || null}
52631
52785
  */
52632
52786
  this.ExactMatch = null;
@@ -57018,7 +57172,7 @@ class DescribeBruteAttackRulesResponse extends AbstractModel {
57018
57172
  super();
57019
57173
 
57020
57174
  /**
57021
- * List of rules for blocking brute force cracking
57175
+ * <p>Rules for blocking brute-force attacks</p>
57022
57176
  * @type {Array.<BruteAttackRuleList> || null}
57023
57177
  */
57024
57178
  this.Rules = null;
@@ -57783,13 +57937,13 @@ class DescribeLoginWhiteCombinedListResponse extends AbstractModel {
57783
57937
  super();
57784
57938
 
57785
57939
  /**
57786
- * Total number
57940
+ * <p>Total quantity.</p>
57787
57941
  * @type {number || null}
57788
57942
  */
57789
57943
  this.TotalCount = null;
57790
57944
 
57791
57945
  /**
57792
- * List of allowlists after merge
57946
+ * <p>Merged allowlist</p>
57793
57947
  * @type {Array.<LoginWhiteCombinedInfo> || null}
57794
57948
  */
57795
57949
  this.LoginWhiteCombinedInfos = null;
@@ -57861,31 +58015,31 @@ class DescribeLicenseWhiteConfigResponse extends AbstractModel {
57861
58015
  super();
57862
58016
 
57863
58017
  /**
57864
- * Ultimate Edition configuration information
58018
+ * <p>Ultimate Edition configuration information</p>
57865
58019
  * @type {VersionWhiteConfig || null}
57866
58020
  */
57867
58021
  this.FlagShip = null;
57868
58022
 
57869
58023
  /**
57870
- * Pro Edition configuration information
58024
+ * <p>Pro Edition configuration information</p>
57871
58025
  * @type {VersionWhiteConfig || null}
57872
58026
  */
57873
58027
  this.Professional = null;
57874
58028
 
57875
58029
  /**
57876
- * Lightweight Edition configuration information
58030
+ * <p>Lightweight Edition configuration information</p>
57877
58031
  * @type {VersionWhiteConfig || null}
57878
58032
  */
57879
58033
  this.PrattWhitney = null;
57880
58034
 
57881
58035
  /**
57882
- * Authorization package configuration message
58036
+ * <p>License package configuration message</p>
57883
58037
  * @type {VersionWhiteConfig || null}
57884
58038
  */
57885
58039
  this.RASP = null;
57886
58040
 
57887
58041
  /**
57888
- *
58042
+ * <p>Log analysis configuration information</p>
57889
58043
  * @type {VersionWhiteConfig || null}
57890
58044
  */
57891
58045
  this.LOG = null;
@@ -59204,7 +59358,7 @@ class ModifyBruteAttackRulesRequest extends AbstractModel {
59204
59358
  super();
59205
59359
 
59206
59360
  /**
59207
- * Rule of determining brute force cracking
59361
+ * <p>Brute-force attack determination rule</p>
59208
59362
  * @type {Array.<BruteAttackRule> || null}
59209
59363
  */
59210
59364
  this.Rules = null;
@@ -60288,13 +60442,13 @@ class ModifyBanModeRequest extends AbstractModel {
60288
60442
  super();
60289
60443
 
60290
60444
  /**
60291
- * Blocking mode. STANDARD_MODE: standard mode; DEEP_MODE: deep mode.
60445
+ * <p>Blocking mode. STANDARD_MODE: standard mode; DEEP_MODE: deep mode.</p>
60292
60446
  * @type {string || null}
60293
60447
  */
60294
60448
  this.Mode = null;
60295
60449
 
60296
60450
  /**
60297
- * Blocking time. This parameter is valid in standard blocking mode.
60451
+ * <p>Blocking duration, used in standard blocking mode</p>
60298
60452
  * @type {number || null}
60299
60453
  */
60300
60454
  this.Ttl = null;
@@ -60952,151 +61106,151 @@ class DescribeLicenseGeneralResponse extends AbstractModel {
60952
61106
  super();
60953
61107
 
60954
61108
  /**
60955
- * Total number of authorizations (including those that are isolated, expired, and in other states)
61109
+ * <p>Total number of licenses (including unavailable licenses such as isolated and expired ones)</p>
60956
61110
  * @type {number || null}
60957
61111
  */
60958
61112
  this.LicenseCnt = null;
60959
61113
 
60960
61114
  /**
60961
- * Number of available authorizations
61115
+ * <p>Available licenses</p>
60962
61116
  * @type {number || null}
60963
61117
  */
60964
61118
  this.AvailableLicenseCnt = null;
60965
61119
 
60966
61120
  /**
60967
- * Number of available Professional Edition authorizations (including those in postpaid mode)
61121
+ * <p>Number of available Pro Edition licenses (including postpaid licenses)</p>
60968
61122
  * @type {number || null}
60969
61123
  */
60970
61124
  this.AvailableProVersionLicenseCnt = null;
60971
61125
 
60972
61126
  /**
60973
- * Number of available Ultimate Edition authorizations
61127
+ * <p>Number of available Ultimate Edition licenses</p>
60974
61128
  * @type {number || null}
60975
61129
  */
60976
61130
  this.AvailableFlagshipVersionLicenseCnt = null;
60977
61131
 
60978
61132
  /**
60979
- * Number of authorizations about to expire (no more than 15 days left)
61133
+ * <p>Number of licenses expiring within 15 days</p>
60980
61134
  * @type {number || null}
60981
61135
  */
60982
61136
  this.NearExpiryLicenseCnt = null;
60983
61137
 
60984
61138
  /**
60985
- * Number of expired authorizations (excluding deleted ones)
61139
+ * <p>Number of expired licenses (excluding deleted records)</p>
60986
61140
  * @type {number || null}
60987
61141
  */
60988
61142
  this.ExpireLicenseCnt = null;
60989
61143
 
60990
61144
  /**
60991
- * Automatic upgrade enabling status. True: enabled; false: disabled. Default value: false.
61145
+ * <p>Automatic upgrade switch status. Default value: false. true: enabled; false: disabled.</p>
60992
61146
  * @type {boolean || null}
60993
61147
  */
60994
61148
  this.AutoOpenStatus = null;
60995
61149
 
60996
61150
  /**
60997
- * PROVERSION_POSTPAY: Pro Edition - postpaid; PROVERSION_PREPAY: Pro edition - prepaid; FLAGSHIP_PREPAY: Ultimate Edition - prepaid.
61151
+ * <p>PROVERSION_POSTPAY: Pro Edition - postpaid; PROVERSION_PREPAY: Pro Edition - prepaid; FLAGSHIP_PREPAY: Ultimate Edition - prepaid.</p>
60998
61152
  * @type {string || null}
60999
61153
  */
61000
61154
  this.ProtectType = null;
61001
61155
 
61002
61156
  /**
61003
- * Whether automatic upgrade has been enabled before
61157
+ * <p>Whether automatic upgrade has been enabled before</p>
61004
61158
  * @type {boolean || null}
61005
61159
  */
61006
61160
  this.IsOpenStatusHistory = null;
61007
61161
 
61008
61162
  /**
61009
- * Number of used authorizations
61163
+ * <p>Number of used licenses</p>
61010
61164
  * @type {number || null}
61011
61165
  */
61012
61166
  this.UsedLicenseCnt = null;
61013
61167
 
61014
61168
  /**
61015
- * Number of authorizations that have not expired
61169
+ * <p>Number of unexpired licenses</p>
61016
61170
  * @type {number || null}
61017
61171
  */
61018
61172
  this.NotExpiredLicenseCnt = null;
61019
61173
 
61020
61174
  /**
61021
- * Total number of Ultimate Edition authorizations (valid orders)
61175
+ * <p>Total number of Ultimate Edition licenses (valid orders)</p>
61022
61176
  * @type {number || null}
61023
61177
  */
61024
61178
  this.FlagshipVersionLicenseCnt = null;
61025
61179
 
61026
61180
  /**
61027
- * Total number of Pro Edition authorizations (valid orders)
61181
+ * <p>Total number of Pro Edition licenses (valid orders)</p>
61028
61182
  * @type {number || null}
61029
61183
  */
61030
61184
  this.ProVersionLicenseCnt = null;
61031
61185
 
61032
61186
  /**
61033
- * Total number of Lite Edition authorizations (those of valid orders)
61187
+ * <p>Lightweight edition total number of licenses (valid order licenses count)</p>
61034
61188
  * @type {number || null}
61035
61189
  */
61036
61190
  this.CwpVersionLicenseCnt = null;
61037
61191
 
61038
61192
  /**
61039
- * Number of available Inclusive Edition authorizations
61193
+ * <p>Number of available Lightweight Edition licenses</p>
61040
61194
  * @type {number || null}
61041
61195
  */
61042
61196
  this.AvailableLHLicenseCnt = null;
61043
61197
 
61044
61198
  /**
61045
- * Auto-purchase switch, true for ON, false for OFF
61199
+ * <p>Auto-purchase switch. true: enabled; false: disabled.</p>
61046
61200
  * @type {boolean || null}
61047
61201
  */
61048
61202
  this.AutoRepurchaseSwitch = null;
61049
61203
 
61050
61204
  /**
61051
- * Is auto-renewal required for auto-purchase orders, true for ON, false for OFF
61205
+ * <p>Whether auto-purchase orders are automatically renewed. true: enabled; false: disabled.</p>
61052
61206
  * @type {boolean || null}
61053
61207
  */
61054
61208
  this.AutoRepurchaseRenewSwitch = null;
61055
61209
 
61056
61210
  /**
61057
- * Number of terminated orders
61211
+ * <p>Number of terminated orders</p>
61058
61212
  * @type {number || null}
61059
61213
  */
61060
61214
  this.DestroyOrderNum = null;
61061
61215
 
61062
61216
  /**
61063
- * Whether automatic renewal is enabled for additional purchase. true: enabled; false: disabled.
61217
+ * <p>Auto-renewal switch for auto-purchase. true: enabled; false: disabled.</p>
61064
61218
  * @type {boolean || null}
61065
61219
  */
61066
61220
  this.RepurchaseRenewSwitch = null;
61067
61221
 
61068
61222
  /**
61069
- * Whether to automatically bind new machines to rasp protection. false indicates disabled, enabled otherwise.
61223
+ * <p>Whether to automatically bind RASP protection to newly added machines. false: disabled; true: enabled.</p>
61070
61224
  * @type {boolean || null}
61071
61225
  */
61072
61226
  this.AutoBindRaspSwitch = null;
61073
61227
 
61074
61228
  /**
61075
- * Whether to enable automatic addition of machines for rasp protection. false indicates disabled, enabled.
61229
+ * <p>Whether to automatically enable RASP protection for newly added machines. false: disabled; true: enabled.</p>
61076
61230
  * @type {boolean || null}
61077
61231
  */
61078
61232
  this.AutoOpenRaspSwitch = null;
61079
61233
 
61080
61234
  /**
61081
- * Whether the automatic scaling down switch is on
61235
+ * <p>Whether the auto-downgrade switch is enabled</p>
61082
61236
  * @type {boolean || null}
61083
61237
  */
61084
61238
  this.AutoDowngradeSwitch = null;
61085
61239
 
61086
61240
  /**
61087
- *
61241
+ * <p>Number of available AI Protection Edition licenses</p>
61088
61242
  * @type {number || null}
61089
61243
  */
61090
61244
  this.AvailableAISecurityLicenseCnt = null;
61091
61245
 
61092
61246
  /**
61093
- *
61247
+ * <p>Total number of AI Protection Edition licenses</p>
61094
61248
  * @type {number || null}
61095
61249
  */
61096
61250
  this.AISecurityVersionLicenseCnt = null;
61097
61251
 
61098
61252
  /**
61099
- *
61253
+ * <p>Number of available licenses after combining application protection licenses with Ultimate Edition licenses</p>
61100
61254
  * @type {number || null}
61101
61255
  */
61102
61256
  this.ApplicationAvailableLicenseCnt = null;
@@ -61735,7 +61889,7 @@ class DescribeLicenseWhiteConfigRequest extends AbstractModel {
61735
61889
  super();
61736
61890
 
61737
61891
  /**
61738
- * Rule name. For example, cwp.
61892
+ * <p>Rule name, for example: cwp</p>
61739
61893
  * @type {string || null}
61740
61894
  */
61741
61895
  this.RuleName = null;
@@ -63773,39 +63927,37 @@ class DescribeLicenseBindListRequest extends AbstractModel {
63773
63927
  super();
63774
63928
 
63775
63929
  /**
63776
- * Authorization ID
63930
+ * <p>License ID. The value is the value of the LicenseId parameter under the List object of the DescribeLicenseList API.</p>
63777
63931
  * @type {number || null}
63778
63932
  */
63779
63933
  this.LicenseId = null;
63780
63934
 
63781
63935
  /**
63782
- * Authorization type
63936
+ * <p>License type</p><p>Valid values:</p><ul><li>0: Pro Edition - pay-as-you-go</li><li>1: Pro Edition - monthly subscription (CWP)</li><li>2: Ultimate Edition - monthly subscription (CWP)</li><li>3: Lightweight Edition - LH monthly subscription</li><li>6: Pro Edition - monthly subscription (CSC)</li><li>7: Ultimate Edition - monthly subscription (CSC)</li></ul>
63783
63937
  * @type {number || null}
63784
63938
  */
63785
63939
  this.LicenseType = null;
63786
63940
 
63787
63941
  /**
63788
- * Resource ID
63942
+ * <p>Resource ID. The value is the value of the ResourceId parameter under the List object of the DescribeLicenseList API.</p>
63789
63943
  * @type {string || null}
63790
63944
  */
63791
63945
  this.ResourceId = null;
63792
63946
 
63793
63947
  /**
63794
- * <li>InstanceID, IP,
63795
-
63796
- and MachineName for fuzzy search</li>
63948
+ * <li>Fuzzy search by InstanceID, IP, or <p>MachineName</p></li>
63797
63949
  * @type {Array.<Filters> || null}
63798
63950
  */
63799
63951
  this.Filters = null;
63800
63952
 
63801
63953
  /**
63802
- * Limit number, 10 by default.
63954
+ * <p>The maximum number of entries. Default value: 10.</p>
63803
63955
  * @type {number || null}
63804
63956
  */
63805
63957
  this.Limit = null;
63806
63958
 
63807
63959
  /**
63808
- * Offset. Default value: 0.
63960
+ * <p>Offset. Default value: 0.</p>
63809
63961
  * @type {number || null}
63810
63962
  */
63811
63963
  this.Offset = null;
@@ -65282,13 +65434,13 @@ class DescribeMachinesResponse extends AbstractModel {
65282
65434
  super();
65283
65435
 
65284
65436
  /**
65285
- * List of hosts
65437
+ * <p>Host list</p>
65286
65438
  * @type {Array.<Machine> || null}
65287
65439
  */
65288
65440
  this.Machines = null;
65289
65441
 
65290
65442
  /**
65291
- * Number of hosts
65443
+ * <p>Number of hosts</p>
65292
65444
  * @type {number || null}
65293
65445
  */
65294
65446
  this.TotalCount = null;
@@ -65654,20 +65806,19 @@ class AddLoginWhiteListsRequest extends AbstractModel {
65654
65806
  super();
65655
65807
 
65656
65808
  /**
65657
- * Cross-region log-in allowlist entity
65809
+ * <p>Unusual-login allowlist entry</p>
65658
65810
  * @type {HostLoginWhiteObj || null}
65659
65811
  */
65660
65812
  this.HostLoginWhiteObj = null;
65661
65813
 
65662
65814
  /**
65663
- * Synchronous event processing method:
65664
- "": do not process"All": add all events that match this configuration to the allowlist"Id": add the event corresponding to the event ID to the allowlist
65815
+ * <p>Event sync processing method:<br>"" -- No action<br>"All" -- Add all event records matching this configuration to the allowlist<br>"Id" -- Add the event record corresponding to EventId to the allowlist</p>
65665
65816
  * @type {string || null}
65666
65817
  */
65667
65818
  this.ProcessType = null;
65668
65819
 
65669
65820
  /**
65670
- * Cross-region log-in event ID. This parameter is required when ProcessType is set to Id.
65821
+ * <p>Unusual-login event ID. This parameter is required when ProcessType is Id.</p>
65671
65822
  * @type {number || null}
65672
65823
  */
65673
65824
  this.EventId = null;
@@ -66363,18 +66514,18 @@ class RansomDefenseBackup extends AbstractModel {
66363
66514
  }
66364
66515
 
66365
66516
  /**
66366
- * DescribeProVersionStatus response structure.
66517
+ * DescribeMachineInfo request structure.
66367
66518
  * @class
66368
66519
  */
66369
- class DescribeProVersionStatusResponse extends AbstractModel {
66520
+ class DescribeMachineInfoRequest extends AbstractModel {
66370
66521
  constructor(){
66371
66522
  super();
66372
66523
 
66373
66524
  /**
66374
- * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
66525
+ * CWP agent `Uuid`.
66375
66526
  * @type {string || null}
66376
66527
  */
66377
- this.RequestId = null;
66528
+ this.Uuid = null;
66378
66529
 
66379
66530
  }
66380
66531
 
@@ -66385,7 +66536,7 @@ class DescribeProVersionStatusResponse extends AbstractModel {
66385
66536
  if (!params) {
66386
66537
  return;
66387
66538
  }
66388
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
66539
+ this.Uuid = 'Uuid' in params ? params.Uuid : null;
66389
66540
 
66390
66541
  }
66391
66542
  }
@@ -67285,7 +67436,7 @@ class DescribeReverseShellSystemPolicyConfigRequest extends AbstractModel {
67285
67436
  super();
67286
67437
 
67287
67438
  /**
67288
- *
67439
+ * <p>Product type. 0:CWP (default); 1:CSC</p>
67289
67440
  * @type {number || null}
67290
67441
  */
67291
67442
  this.ProductType = null;
@@ -69892,6 +70043,7 @@ module.exports = {
69892
70043
  UntrustMalwaresResponse: UntrustMalwaresResponse,
69893
70044
  RiskDnsEvent: RiskDnsEvent,
69894
70045
  DescribeAccountStatisticsResponse: DescribeAccountStatisticsResponse,
70046
+ DescribeProVersionStatusResponse: DescribeProVersionStatusResponse,
69895
70047
  DescribeBashEventsInfoNewRequest: DescribeBashEventsInfoNewRequest,
69896
70048
  ScreenTrendsChart: ScreenTrendsChart,
69897
70049
  DescribeBaselineRuleResponse: DescribeBaselineRuleResponse,
@@ -70267,6 +70419,7 @@ module.exports = {
70267
70419
  DescribeBanRegionsResponse: DescribeBanRegionsResponse,
70268
70420
  DescribeLogStorageRecordResponse: DescribeLogStorageRecordResponse,
70269
70421
  DeletePrivilegeEventsResponse: DeletePrivilegeEventsResponse,
70422
+ DescribeMachineInfoResponse: DescribeMachineInfoResponse,
70270
70423
  VulHostTopInfo: VulHostTopInfo,
70271
70424
  OrderModifyObject: OrderModifyObject,
70272
70425
  DescribeRansomDefenseRollBackTaskListResponse: DescribeRansomDefenseRollBackTaskListResponse,
@@ -70690,7 +70843,7 @@ module.exports = {
70690
70843
  DescribeRecommendedProtectCpuRequest: DescribeRecommendedProtectCpuRequest,
70691
70844
  DescribeABTestConfigResponse: DescribeABTestConfigResponse,
70692
70845
  RansomDefenseBackup: RansomDefenseBackup,
70693
- DescribeProVersionStatusResponse: DescribeProVersionStatusResponse,
70846
+ DescribeMachineInfoRequest: DescribeMachineInfoRequest,
70694
70847
  SearchTemplate: SearchTemplate,
70695
70848
  DescribeVulFixStatusResponse: DescribeVulFixStatusResponse,
70696
70849
  DeleteMalwareWhiteListRequest: DeleteMalwareWhiteListRequest,