tencentcloud-sdk-cwp 3.0.787 → 3.0.788

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 +36 -8
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 78377386ef18d114beca0134a532659205e7b4d3
4
- data.tar.gz: 923b8cc1bfcb3fa7233b186926c78a82d15af9d4
3
+ metadata.gz: 14dfef2ad2909da07aed6accfeed12efc2635771
4
+ data.tar.gz: 5cb951e772042b617a88132daa312428d6f989bb
5
5
  SHA512:
6
- metadata.gz: cecbe0287099d4e7396d31c79874bc1fed7da632dcd1d3f7174f6100a6c5ebac7a8c57d1a026994e0e6a56553067edd921d0a7f756f9f0cc1f980cb0bc51233c
7
- data.tar.gz: 9bd200cee699e0e1fee05d91ce19790b1395a1aa59e43d390f000fbb30a7e1c196dc4fd3628451f2007152562dbca38c790d9600f04b5ce755b4b0fdc7e58c07
6
+ metadata.gz: ef2dc6c5499637df6f46aa7f3d867ad449df103cc6621385a3e52ab5de567746ab6f071ab84b9b9f66f8b2ba54297c9517fbd8b52159073556b269fcbff0a5ba
7
+ data.tar.gz: 9a6d0902bf75529579b88d268387e1e7164e124b1d418c70175c5347479de9a1c2b1e4980bdb085ccd51dd8d273d6e8c529c9f98ca69935e10172ad51e40abfc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.787
1
+ 3.0.788
@@ -4867,7 +4867,17 @@ module TencentCloud
4867
4867
  # @param CreateTime: 创建时间
4868
4868
  # 注意:此字段可能返回 null,表示取不到有效值。
4869
4869
  # @type CreateTime: String
4870
- # @param BanStatus: 阻断状态:1-阻断成功;非1-阻断失败
4870
+ # @param BanStatus: 0 -不阻断(客户端版本不支持)
4871
+ # 1 -已阻断
4872
+ # 2 -阻断失败(程序异常)
4873
+ # 3 -不阻断(内网不阻断)
4874
+ # 4 -可用区不支持阻断
4875
+ # 10-阻断中
4876
+ # 81-不阻断(未开启阻断)
4877
+ # 82-不阻断(非专业版)
4878
+ # 83-不阻断(已加白名单)
4879
+ # 86-不阻断(系统白名单)
4880
+ # 87-不阻断(客户端离线)
4871
4881
  # 注意:此字段可能返回 null,表示取不到有效值。
4872
4882
  # @type BanStatus: Integer
4873
4883
  # @param EventType: 事件类型:200-暴力破解事件,300-暴力破解成功事件(页面展示),400-暴力破解不存在的帐号事件
@@ -4909,10 +4919,16 @@ module TencentCloud
4909
4919
  # @param DataFrom: 事件来源:0--阻断规则,1--威胁情报
4910
4920
  # 注意:此字段可能返回 null,表示取不到有效值。
4911
4921
  # @type DataFrom: Integer
4922
+ # @param AttackStatusDesc: 破解状态说明
4923
+ # 注意:此字段可能返回 null,表示取不到有效值。
4924
+ # @type AttackStatusDesc: String
4925
+ # @param BanExpiredTime: 阻断过期时间(仅阻断中事件有效)
4926
+ # 注意:此字段可能返回 null,表示取不到有效值。
4927
+ # @type BanExpiredTime: String
4912
4928
 
4913
- attr_accessor :Id, :Uuid, :MachineIp, :MachineName, :UserName, :SrcIp, :Status, :Country, :City, :Province, :CreateTime, :BanStatus, :EventType, :Count, :Quuid, :IsProVersion, :Protocol, :Port, :ModifyTime, :InstanceId, :DataStatus, :MachineExtraInfo, :Location, :RiskLevel, :DataFrom
4929
+ attr_accessor :Id, :Uuid, :MachineIp, :MachineName, :UserName, :SrcIp, :Status, :Country, :City, :Province, :CreateTime, :BanStatus, :EventType, :Count, :Quuid, :IsProVersion, :Protocol, :Port, :ModifyTime, :InstanceId, :DataStatus, :MachineExtraInfo, :Location, :RiskLevel, :DataFrom, :AttackStatusDesc, :BanExpiredTime
4914
4930
 
4915
- def initialize(id=nil, uuid=nil, machineip=nil, machinename=nil, username=nil, srcip=nil, status=nil, country=nil, city=nil, province=nil, createtime=nil, banstatus=nil, eventtype=nil, count=nil, quuid=nil, isproversion=nil, protocol=nil, port=nil, modifytime=nil, instanceid=nil, datastatus=nil, machineextrainfo=nil, location=nil, risklevel=nil, datafrom=nil)
4931
+ def initialize(id=nil, uuid=nil, machineip=nil, machinename=nil, username=nil, srcip=nil, status=nil, country=nil, city=nil, province=nil, createtime=nil, banstatus=nil, eventtype=nil, count=nil, quuid=nil, isproversion=nil, protocol=nil, port=nil, modifytime=nil, instanceid=nil, datastatus=nil, machineextrainfo=nil, location=nil, risklevel=nil, datafrom=nil, attackstatusdesc=nil, banexpiredtime=nil)
4916
4932
  @Id = id
4917
4933
  @Uuid = uuid
4918
4934
  @MachineIp = machineip
@@ -4938,6 +4954,8 @@ module TencentCloud
4938
4954
  @Location = location
4939
4955
  @RiskLevel = risklevel
4940
4956
  @DataFrom = datafrom
4957
+ @AttackStatusDesc = attackstatusdesc
4958
+ @BanExpiredTime = banexpiredtime
4941
4959
  end
4942
4960
 
4943
4961
  def deserialize(params)
@@ -4969,6 +4987,8 @@ module TencentCloud
4969
4987
  @Location = params['Location']
4970
4988
  @RiskLevel = params['RiskLevel']
4971
4989
  @DataFrom = params['DataFrom']
4990
+ @AttackStatusDesc = params['AttackStatusDesc']
4991
+ @BanExpiredTime = params['BanExpiredTime']
4972
4992
  end
4973
4993
  end
4974
4994
 
@@ -12288,20 +12308,24 @@ module TencentCloud
12288
12308
  # @type Status: Integer
12289
12309
  # @param ShowTips: 是否弹窗提示信息 false: 关闭,true: 开启
12290
12310
  # @type ShowTips: Boolean
12311
+ # @param OpenSmartMode: 是否开启智能过白模式
12312
+ # @type OpenSmartMode: Boolean
12291
12313
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12292
12314
  # @type RequestId: String
12293
12315
 
12294
- attr_accessor :Status, :ShowTips, :RequestId
12316
+ attr_accessor :Status, :ShowTips, :OpenSmartMode, :RequestId
12295
12317
 
12296
- def initialize(status=nil, showtips=nil, requestid=nil)
12318
+ def initialize(status=nil, showtips=nil, opensmartmode=nil, requestid=nil)
12297
12319
  @Status = status
12298
12320
  @ShowTips = showtips
12321
+ @OpenSmartMode = opensmartmode
12299
12322
  @RequestId = requestid
12300
12323
  end
12301
12324
 
12302
12325
  def deserialize(params)
12303
12326
  @Status = params['Status']
12304
12327
  @ShowTips = params['ShowTips']
12328
+ @OpenSmartMode = params['OpenSmartMode']
12305
12329
  @RequestId = params['RequestId']
12306
12330
  end
12307
12331
  end
@@ -33197,17 +33221,21 @@ module TencentCloud
33197
33221
 
33198
33222
  # ModifyBanStatus请求参数结构体
33199
33223
  class ModifyBanStatusRequest < TencentCloud::Common::AbstractModel
33200
- # @param Status: 阻断状态 0:关闭 1:开启
33224
+ # @param Status: 阻断开关状态: 0 -- 关闭 1 -- 高级阻断 2 -- 基础阻断(只阻断情报库黑ip)
33201
33225
  # @type Status: Integer
33226
+ # @param OpenSmartMode: 是否开启智能过白模式
33227
+ # @type OpenSmartMode: Boolean
33202
33228
 
33203
- attr_accessor :Status
33229
+ attr_accessor :Status, :OpenSmartMode
33204
33230
 
33205
- def initialize(status=nil)
33231
+ def initialize(status=nil, opensmartmode=nil)
33206
33232
  @Status = status
33233
+ @OpenSmartMode = opensmartmode
33207
33234
  end
33208
33235
 
33209
33236
  def deserialize(params)
33210
33237
  @Status = params['Status']
33238
+ @OpenSmartMode = params['OpenSmartMode']
33211
33239
  end
33212
33240
  end
33213
33241
 
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.787
4
+ version: 3.0.788
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-20 00:00:00.000000000 Z
11
+ date: 2024-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common