tencentcloud-sdk-cwp 3.0.1117 → 3.0.1127

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180228/models.rb +18 -9
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2b5df03f998a2282122a1cf3cdc75340591029d4
4
- data.tar.gz: 0953da1965009ef9e5fd046c04b5190786e34b4c
3
+ metadata.gz: f18b3d2507e3bedb3d52439077b40738f2ddfb5a
4
+ data.tar.gz: 82bf839d4f10c99ed8d183d758584f01048d03c6
5
5
  SHA512:
6
- metadata.gz: efa640b726491a73a3d75c9baa5c44fbb1050e4db5d767438af9a8e74e059d95f064f135e5c386913b995dc8f1c7970e79ec6193d2cd43262eb2b94d2cfd8a4a
7
- data.tar.gz: 8684540c585abcc4155b9597c4c0a51ce48ec4b5e40b0533516f3bfa99e17dfa39f2e538c0b77ae375f333b2000f6ce67b5426eec6aebb9fa94660cba9ffd9c9
6
+ metadata.gz: 1b86fb61a1e42773f2e694daef949380e992e6af9dfb5a600417f6319f1194506460d94d037f270daed2c0c1780bcc19e6ec68e1194924471f570553568629c3
7
+ data.tar.gz: d2715b9a0ac800d3e16cb8c0c9173d9f52a8105c5c3c69e592b675cef834e443cf37aca63543803c511c660fa1d4a4af6454ac84a76aa1a0216f6097399d741d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1117
1
+ 3.0.1127
@@ -11557,24 +11557,30 @@ module TencentCloud
11557
11557
 
11558
11558
  # DescribeBanStatus返回参数结构体
11559
11559
  class DescribeBanStatusResponse < TencentCloud::Common::AbstractModel
11560
- # @param Status: 阻断开关状态:
11561
- # 0 -- 关闭
11562
- # 1 -- 高级阻断
11563
- # 2 -- 基础阻断(只阻断情报库黑ip)
11560
+ # @param Status: (已废弃) 阻断开关状态: 0 -- 关闭 1 -- 高级阻断 2 -- 基础阻断(只阻断情报库黑ip)
11564
11561
  # @type Status: Integer
11565
11562
  # @param ShowTips: 是否弹窗提示信息 false: 关闭,true: 开启
11566
11563
  # @type ShowTips: Boolean
11567
11564
  # @param OpenSmartMode: 是否开启智能过白模式
11568
11565
  # @type OpenSmartMode: Boolean
11566
+ # @param BanBlackIp: 是否开启情报IP阻断
11567
+ # @type BanBlackIp: Boolean
11568
+ # @param BanVulIp: 是否开启漏洞IP阻断
11569
+ # @type BanVulIp: Boolean
11570
+ # @param BanByRule: 是否开启规则阻断
11571
+ # @type BanByRule: Boolean
11569
11572
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11570
11573
  # @type RequestId: String
11571
11574
 
11572
- attr_accessor :Status, :ShowTips, :OpenSmartMode, :RequestId
11575
+ attr_accessor :Status, :ShowTips, :OpenSmartMode, :BanBlackIp, :BanVulIp, :BanByRule, :RequestId
11573
11576
 
11574
- def initialize(status=nil, showtips=nil, opensmartmode=nil, requestid=nil)
11577
+ def initialize(status=nil, showtips=nil, opensmartmode=nil, banblackip=nil, banvulip=nil, banbyrule=nil, requestid=nil)
11575
11578
  @Status = status
11576
11579
  @ShowTips = showtips
11577
11580
  @OpenSmartMode = opensmartmode
11581
+ @BanBlackIp = banblackip
11582
+ @BanVulIp = banvulip
11583
+ @BanByRule = banbyrule
11578
11584
  @RequestId = requestid
11579
11585
  end
11580
11586
 
@@ -11582,6 +11588,9 @@ module TencentCloud
11582
11588
  @Status = params['Status']
11583
11589
  @ShowTips = params['ShowTips']
11584
11590
  @OpenSmartMode = params['OpenSmartMode']
11591
+ @BanBlackIp = params['BanBlackIp']
11592
+ @BanVulIp = params['BanVulIp']
11593
+ @BanByRule = params['BanByRule']
11585
11594
  @RequestId = params['RequestId']
11586
11595
  end
11587
11596
  end
@@ -30013,7 +30022,7 @@ module TencentCloud
30013
30022
  # @param Quuid: 主机quuid
30014
30023
  # @type Quuid: String
30015
30024
  # @param Desc: 高危信息说明:
30016
- # ABROAD - 海外IP;
30025
+ # ABROAD - 境外IP;
30017
30026
  # XTI - 威胁情报
30018
30027
  # @type Desc: String
30019
30028
  # @param MachineExtraInfo: 附加信息
@@ -31107,7 +31116,7 @@ module TencentCloud
31107
31116
  # @type ModifyTime: String
31108
31117
  # @param Uuid: 服务器Uuid
31109
31118
  # @type Uuid: String
31110
- # @param Locations: 登陆地
31119
+ # @param Locations: 登录地
31111
31120
  # @type Locations: String
31112
31121
 
31113
31122
  attr_accessor :Places, :UserName, :SrcIp, :Locale, :Remark, :StartTime, :EndTime, :IsGlobal, :Name, :Desc, :Id, :CreateTime, :ModifyTime, :Uuid, :Locations
@@ -35390,7 +35399,7 @@ module TencentCloud
35390
35399
  # @type CityId: Integer
35391
35400
  # @param ProvinceId: 省份 ID。
35392
35401
  # @type ProvinceId: Integer
35393
- # @param CountryId: 国家ID,暂只支持国内:1。
35402
+ # @param CountryId: 国家ID,暂只支持境内:1。
35394
35403
  # @type CountryId: Integer
35395
35404
  # @param Location: 位置名称
35396
35405
  # @type Location: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cwp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1117
4
+ version: 3.0.1127
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-08-05 00:00:00.000000000 Z
11
+ date: 2025-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common