tencentcloud-sdk-antiddos 3.0.890 → 3.0.891

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: 31cd342b547b5ad6f222fefe7292defdb3d585a5
4
- data.tar.gz: 9aab42d57b17436eaadd539939e65c9a327d1195
3
+ metadata.gz: 0dc0403d5deb042ea6ca510f3c7b9e5bbd9fe50d
4
+ data.tar.gz: 746e55a1c3603bdae2b7fe99c1f73545b51692dd
5
5
  SHA512:
6
- metadata.gz: f07c0db15050789fcc7b3f4e1b9fbbcf59c159629043e00d7559936438a0f61d920d20cbb27046df161685704e15dd917cb1507e9f1dd565e64a38fbca324484
7
- data.tar.gz: 378194a5ce8b4244278ee9e4486606a9588d99d18fbb3541adf70009e117b5711ef3095994f7aff9145445fdd6fb7fb77a87b74d3ae41320f22a5e848b497310
6
+ metadata.gz: cb2d3a62b65a9b10ea6e44aa350e6038d52b03c0dc76df2fe488bdd378a74f56dec6a5c82d378ab5daa3eebb12f08c065cc52c11a625e80c14b32ee83e81c659
7
+ data.tar.gz: 087ed63916ed4c7d1352b4063c76a60973dc7705598823c45475aa5845e848e7c9d4983dc078105d07e941e2d29e9cb30cdb283aa25fa1343ad37e5a109569ff
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.890
1
+ 3.0.891
@@ -654,7 +654,7 @@ module TencentCloud
654
654
  # @param BasicPlusFlag: 是否是基础防护加强版 0: 不是 1: 是
655
655
  # 注意:此字段可能返回 null,表示取不到有效值。
656
656
  # @type BasicPlusFlag: Integer
657
- # @param PlanCntFlag: 是否是商业模式优化-普惠版
657
+ # @param PlanCntFlag: 是否标准版2.0 0: 包含标准版2.0 1: 只查询标准版2.0 2: 不查标准版2.0
658
658
  # 注意:此字段可能返回 null,表示取不到有效值。
659
659
  # @type PlanCntFlag: Integer
660
660
  # @param TransRegionFlag: 是否跨区域产品 0: 不包含跨区域产品 1: 中国大陆跨区域产品 2: 非中国大陆跨区域产品
@@ -3149,10 +3149,12 @@ module TencentCloud
3149
3149
  # @type Cname: String
3150
3150
  # @param Export: 默认为false,当为true时,将不对各个规则做策略检查,直接导出所有规则
3151
3151
  # @type Export: Boolean
3152
+ # @param Source: 源站,模糊查询
3153
+ # @type Source: String
3152
3154
 
3153
- attr_accessor :Business, :StatusList, :Domain, :Ip, :Limit, :Offset, :ProtocolList, :Cname, :Export
3155
+ attr_accessor :Business, :StatusList, :Domain, :Ip, :Limit, :Offset, :ProtocolList, :Cname, :Export, :Source
3154
3156
 
3155
- def initialize(business=nil, statuslist=nil, domain=nil, ip=nil, limit=nil, offset=nil, protocollist=nil, cname=nil, export=nil)
3157
+ def initialize(business=nil, statuslist=nil, domain=nil, ip=nil, limit=nil, offset=nil, protocollist=nil, cname=nil, export=nil, source=nil)
3156
3158
  @Business = business
3157
3159
  @StatusList = statuslist
3158
3160
  @Domain = domain
@@ -3162,6 +3164,7 @@ module TencentCloud
3162
3164
  @ProtocolList = protocollist
3163
3165
  @Cname = cname
3164
3166
  @Export = export
3167
+ @Source = source
3165
3168
  end
3166
3169
 
3167
3170
  def deserialize(params)
@@ -3174,6 +3177,7 @@ module TencentCloud
3174
3177
  @ProtocolList = params['ProtocolList']
3175
3178
  @Cname = params['Cname']
3176
3179
  @Export = params['Export']
3180
+ @Source = params['Source']
3177
3181
  end
3178
3182
  end
3179
3183
 
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.890
4
+ version: 3.0.891
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-08-20 00:00:00.000000000 Z
11
+ date: 2024-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common