tencentcloud-sdk-antiddos 3.0.725 → 3.0.727

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3fb23d0fca01c4444ef1813d06b902621af48588
4
- data.tar.gz: dd154090751fbd5df6e8c7fda48e7ea424f3768d
3
+ metadata.gz: 2a591e3f0fe4ac06c1f2779087ea422e51e3f216
4
+ data.tar.gz: 7ed48a7061410088ef78c7555dbb09a05fc22420
5
5
  SHA512:
6
- metadata.gz: 107f38b480c1b5db3c31c3555cd8c3883b2891fb3938971905ad77652c275a68de41002ca19cea86c5a96b1477b6b8c6b7588eed343a0543cf092fd8d7e47f97
7
- data.tar.gz: 0a18738edf94e128b7f86a1240781757a0451aa6168794ff33c75c3292b976b8e91c2c645a3d8ac622c66d223d6ef2c2b8036ecbf05391f1686a6b7a1c4f3396
6
+ metadata.gz: bd75c94d7ebbdc98028981c246acbf1db7c9918146081c8c71fa77dcb49ee813265ea06e5a75c6fa596a5507c3a6768393052ee2a2f8be74f68f1c3251eed575
7
+ data.tar.gz: 9473d474a3bcc4f2e55a3e187db3f207542a687fea10f64afe5a37b95e8b417740ead26449b649e966c4c2b30664a751d706b6573164ef209149deb13bf134fb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.725
1
+ 3.0.727
@@ -197,7 +197,7 @@ module TencentCloud
197
197
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
198
198
  end
199
199
 
200
- # 新建cc防护的地域封禁配置
200
+ # 新建CC防护的地域封禁配置
201
201
 
202
202
  # @param request: Request instance for CreateCcGeoIPBlockConfig.
203
203
  # @type request: :class:`Tencentcloud::antiddos::V20200309::CreateCcGeoIPBlockConfigRequest`
@@ -1351,6 +1351,30 @@ module TencentCloud
1351
1351
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1352
1352
  end
1353
1353
 
1354
+ # 获取IP封堵列表
1355
+
1356
+ # @param request: Request instance for DescribeIpBlockList.
1357
+ # @type request: :class:`Tencentcloud::antiddos::V20200309::DescribeIpBlockListRequest`
1358
+ # @rtype: :class:`Tencentcloud::antiddos::V20200309::DescribeIpBlockListResponse`
1359
+ def DescribeIpBlockList(request)
1360
+ body = send_request('DescribeIpBlockList', request.serialize)
1361
+ response = JSON.parse(body)
1362
+ if response['Response'].key?('Error') == false
1363
+ model = DescribeIpBlockListResponse.new
1364
+ model.deserialize(response['Response'])
1365
+ model
1366
+ else
1367
+ code = response['Response']['Error']['Code']
1368
+ message = response['Response']['Error']['Message']
1369
+ reqid = response['Response']['RequestId']
1370
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
1371
+ end
1372
+ rescue TencentCloud::Common::TencentCloudSDKException => e
1373
+ raise e
1374
+ rescue StandardError => e
1375
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1376
+ end
1377
+
1354
1378
  # 查询与证书ID对于域名匹配的七层规则
1355
1379
 
1356
1380
  # @param request: Request instance for DescribeL7RulesBySSLCertId.
@@ -4213,6 +4213,44 @@ module TencentCloud
4213
4213
  end
4214
4214
  end
4215
4215
 
4216
+ # DescribeIpBlockList请求参数结构体
4217
+ class DescribeIpBlockListRequest < TencentCloud::Common::AbstractModel
4218
+
4219
+
4220
+ def initialize()
4221
+ end
4222
+
4223
+ def deserialize(params)
4224
+ end
4225
+ end
4226
+
4227
+ # DescribeIpBlockList返回参数结构体
4228
+ class DescribeIpBlockListResponse < TencentCloud::Common::AbstractModel
4229
+ # @param List: IP封堵列表
4230
+ # @type List: Array
4231
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4232
+ # @type RequestId: String
4233
+
4234
+ attr_accessor :List, :RequestId
4235
+
4236
+ def initialize(list=nil, requestid=nil)
4237
+ @List = list
4238
+ @RequestId = requestid
4239
+ end
4240
+
4241
+ def deserialize(params)
4242
+ unless params['List'].nil?
4243
+ @List = []
4244
+ params['List'].each do |i|
4245
+ ipblockdata_tmp = IpBlockData.new
4246
+ ipblockdata_tmp.deserialize(i)
4247
+ @List << ipblockdata_tmp
4248
+ end
4249
+ end
4250
+ @RequestId = params['RequestId']
4251
+ end
4252
+ end
4253
+
4216
4254
  # DescribeL7RulesBySSLCertId请求参数结构体
4217
4255
  class DescribeL7RulesBySSLCertIdRequest < TencentCloud::Common::AbstractModel
4218
4256
  # @param Status: 域名状态,可取bindable, binded, opened, closed, all,all表示全部状态
@@ -6095,6 +6133,42 @@ module TencentCloud
6095
6133
  end
6096
6134
  end
6097
6135
 
6136
+ # IP封堵记录
6137
+ class IpBlockData < TencentCloud::Common::AbstractModel
6138
+ # @param Status: 状态(Blocked:被封堵;UnBlocking:解封中;UnBlockFailed:解封失败)
6139
+ # @type Status: String
6140
+ # @param Ip: 资源IP
6141
+ # @type Ip: String
6142
+ # @param BlockTime: 封堵时间
6143
+ # @type BlockTime: String
6144
+ # @param UnBlockTime: 解封时间(预计解封时间)
6145
+ # @type UnBlockTime: String
6146
+ # @param ActionType: 解封类型(user:自助解封;auto:自动解封; update:升级解封;bind:绑定高防包解封)
6147
+ # @type ActionType: String
6148
+ # @param ProtectFlag: 高防标记,0:非高防,1:高防
6149
+ # @type ProtectFlag: Integer
6150
+
6151
+ attr_accessor :Status, :Ip, :BlockTime, :UnBlockTime, :ActionType, :ProtectFlag
6152
+
6153
+ def initialize(status=nil, ip=nil, blocktime=nil, unblocktime=nil, actiontype=nil, protectflag=nil)
6154
+ @Status = status
6155
+ @Ip = ip
6156
+ @BlockTime = blocktime
6157
+ @UnBlockTime = unblocktime
6158
+ @ActionType = actiontype
6159
+ @ProtectFlag = protectflag
6160
+ end
6161
+
6162
+ def deserialize(params)
6163
+ @Status = params['Status']
6164
+ @Ip = params['Ip']
6165
+ @BlockTime = params['BlockTime']
6166
+ @UnBlockTime = params['UnBlockTime']
6167
+ @ActionType = params['ActionType']
6168
+ @ProtectFlag = params['ProtectFlag']
6169
+ end
6170
+ end
6171
+
6098
6172
  # ip段数据结构
6099
6173
  class IpSegment < TencentCloud::Common::AbstractModel
6100
6174
  # @param Ip: ip地址
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-antiddos
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.725
4
+ version: 3.0.727
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-11 00:00:00.000000000 Z
11
+ date: 2023-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common