tencentcloud-sdk-cfw 3.0.1185 → 3.0.1191

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: 4b01a8772bdd10ce470053d6d65d476db391bcc3
4
- data.tar.gz: af492c06cd2a7844a5233030a1af19286b7a6455
3
+ metadata.gz: 9665c56283b01e3ebe0a0f50a31b0f07b2abedff
4
+ data.tar.gz: 397fb96aa38954186e2b6564c960cb5ffa036ee9
5
5
  SHA512:
6
- metadata.gz: 1039853f77a6cc75c1283ec986fcddedda4aea08fbfb8acffd5156e444d437982d08ed7a304ccdc06f565e24d4de3d18999d43a3c57dd20be943b49d57d70932
7
- data.tar.gz: b1f9dc12c87192446fe412f74e145ec5f4d706bf230da9f5baa9ac22fc193f545899a0eb0200e4f56062d32b7cc7b6e8db3bee0b58e0cd3352cc972d1e7639b1
6
+ metadata.gz: 6088591719afefba27e1f709faa16b06e86c0460c9c6e701c383879d11fecce36684f94bd7b7bd1d156443a6bb59d2bb8e1e119f8ad1af61cb714362b820b7f1
7
+ data.tar.gz: 72a2f11b360a841e288caca732e97008026e49134046fd57140ca952e31d0245e93207d95637818e887c8913347f0d79a08b665d48b54714bc623fc18cefa64c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1185
1
+ 3.0.1191
@@ -485,32 +485,6 @@ module TencentCloud
485
485
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
486
486
  end
487
487
 
488
- # 业务废弃
489
-
490
- # 全部删除规则
491
-
492
- # @param request: Request instance for DeleteAllAccessControlRule.
493
- # @type request: :class:`Tencentcloud::cfw::V20190904::DeleteAllAccessControlRuleRequest`
494
- # @rtype: :class:`Tencentcloud::cfw::V20190904::DeleteAllAccessControlRuleResponse`
495
- def DeleteAllAccessControlRule(request)
496
- body = send_request('DeleteAllAccessControlRule', request.serialize)
497
- response = JSON.parse(body)
498
- if response['Response'].key?('Error') == false
499
- model = DeleteAllAccessControlRuleResponse.new
500
- model.deserialize(response['Response'])
501
- model
502
- else
503
- code = response['Response']['Error']['Code']
504
- message = response['Response']['Error']['Message']
505
- reqid = response['Response']['RequestId']
506
- raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
507
- end
508
- rescue TencentCloud::Common::TencentCloudSDKException => e
509
- raise e
510
- rescue StandardError => e
511
- raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
512
- end
513
-
514
488
  # 批量删除入侵防御封禁列表、放通列表规则
515
489
 
516
490
  # @param request: Request instance for DeleteBlockIgnoreRuleList.
@@ -1982,54 +1982,6 @@ module TencentCloud
1982
1982
  end
1983
1983
  end
1984
1984
 
1985
- # DeleteAllAccessControlRule请求参数结构体
1986
- class DeleteAllAccessControlRuleRequest < TencentCloud::Common::AbstractModel
1987
- # @param Direction: 方向,0:出站,1:入站 默认值是 0
1988
- # @type Direction: Integer
1989
- # @param EdgeId: VPC间防火墙开关ID 全部删除 EdgeId和Area只填写一个,不填写则不删除vpc间防火墙开关 ,默认值为‘’
1990
- # @type EdgeId: String
1991
- # @param Area: nat地域 全部删除 EdgeId和Area只填写一个,不填写则不删除nat防火墙开关 默认值为‘’
1992
- # @type Area: String
1993
-
1994
- attr_accessor :Direction, :EdgeId, :Area
1995
-
1996
- def initialize(direction=nil, edgeid=nil, area=nil)
1997
- @Direction = direction
1998
- @EdgeId = edgeid
1999
- @Area = area
2000
- end
2001
-
2002
- def deserialize(params)
2003
- @Direction = params['Direction']
2004
- @EdgeId = params['EdgeId']
2005
- @Area = params['Area']
2006
- end
2007
- end
2008
-
2009
- # DeleteAllAccessControlRule返回参数结构体
2010
- class DeleteAllAccessControlRuleResponse < TencentCloud::Common::AbstractModel
2011
- # @param Status: 状态值 0: 修改成功, 非0: 修改失败
2012
- # @type Status: Integer
2013
- # @param Info: 删除了几条访问控制规则
2014
- # @type Info: Integer
2015
- # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2016
- # @type RequestId: String
2017
-
2018
- attr_accessor :Status, :Info, :RequestId
2019
-
2020
- def initialize(status=nil, info=nil, requestid=nil)
2021
- @Status = status
2022
- @Info = info
2023
- @RequestId = requestid
2024
- end
2025
-
2026
- def deserialize(params)
2027
- @Status = params['Status']
2028
- @Info = params['Info']
2029
- @RequestId = params['RequestId']
2030
- end
2031
- end
2032
-
2033
1985
  # DeleteBlockIgnoreRuleList请求参数结构体
2034
1986
  class DeleteBlockIgnoreRuleListRequest < TencentCloud::Common::AbstractModel
2035
1987
  # @param Rules: 规则列表
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cfw
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1185
4
+ version: 3.0.1191
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-12-19 00:00:00.000000000 Z
11
+ date: 2025-12-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common