tencentcloud-sdk-antiddos 1.0.353 → 1.0.356

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d4fbaacaa1d6869fb5890d606d07f7a54ee8c0fd
4
- data.tar.gz: 1686ba60ba2b70a4a767fe66e7ab2544eb934311
3
+ metadata.gz: d4d3a533e19f20e2068d350c6ec78739a90d1fa7
4
+ data.tar.gz: 1541b436151fb5426a1fd6e1e7f9ebdd9a0da3e3
5
5
  SHA512:
6
- metadata.gz: beed55c4513e10f9e8b13e1e21bbe3e5c9ff9bd0c10f32653194578dbd0bfd2f71397596cb46633fb4b4f8cb9db6219fcbe2d2c8b064dd464e4b6e39dc9bbf7d
7
- data.tar.gz: 84ef347c32346ab7da8e71f7a0b5b66541effe9ea659b55ef10c8747064777a8654a6bd31ce6835283cd14f2b4654fc7714ca7ad6b71cf22d30dbcee0e00ab49
6
+ metadata.gz: 1f274affe7e1049fe476cccaa4c368990f27a5982337f98ee2306b926a9d3d7fad621026e9cd8fc146105c5f52719f769e296057bf3a275b33241b2bdca83385
7
+ data.tar.gz: 84a4728093e00c0037e7e0f6ac287227c12155c3023036ea187b1072617ef2dc1171ce41a57fd0e67a6f2d555da3f999490d7063d0e175266c588b56104da860
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.353
1
+ 1.0.356
@@ -5725,10 +5725,12 @@ module TencentCloud
5725
5725
  # @type SSLId: String
5726
5726
  # @param Id: 同ruleId
5727
5727
  # @type Id: String
5728
+ # @param CCAIEnable: 智能cc开关,取值[0(关闭), 1(开启)]
5729
+ # @type CCAIEnable: Integer
5728
5730
 
5729
- attr_accessor :KeepTime, :Domain, :Protocol, :SourceType, :LbType, :SourceList, :KeepEnable, :Status, :RuleId, :CCThreshold, :PrivateKey, :CCEnable, :HttpsToHttpEnable, :CertType, :Cert, :CCLevel, :RuleName, :CCStatus, :VirtualPort, :SSLId, :Id
5731
+ attr_accessor :KeepTime, :Domain, :Protocol, :SourceType, :LbType, :SourceList, :KeepEnable, :Status, :RuleId, :CCThreshold, :PrivateKey, :CCEnable, :HttpsToHttpEnable, :CertType, :Cert, :CCLevel, :RuleName, :CCStatus, :VirtualPort, :SSLId, :Id, :CCAIEnable
5730
5732
 
5731
- def initialize(keeptime=nil, domain=nil, protocol=nil, sourcetype=nil, lbtype=nil, sourcelist=nil, keepenable=nil, status=nil, ruleid=nil, ccthreshold=nil, privatekey=nil, ccenable=nil, httpstohttpenable=nil, certtype=nil, cert=nil, cclevel=nil, rulename=nil, ccstatus=nil, virtualport=nil, sslid=nil, id=nil)
5733
+ def initialize(keeptime=nil, domain=nil, protocol=nil, sourcetype=nil, lbtype=nil, sourcelist=nil, keepenable=nil, status=nil, ruleid=nil, ccthreshold=nil, privatekey=nil, ccenable=nil, httpstohttpenable=nil, certtype=nil, cert=nil, cclevel=nil, rulename=nil, ccstatus=nil, virtualport=nil, sslid=nil, id=nil, ccaienable=nil)
5732
5734
  @KeepTime = keeptime
5733
5735
  @Domain = domain
5734
5736
  @Protocol = protocol
@@ -5750,6 +5752,7 @@ module TencentCloud
5750
5752
  @VirtualPort = virtualport
5751
5753
  @SSLId = sslid
5752
5754
  @Id = id
5755
+ @CCAIEnable = ccaienable
5753
5756
  end
5754
5757
 
5755
5758
  def deserialize(params)
@@ -5781,6 +5784,7 @@ module TencentCloud
5781
5784
  @VirtualPort = params['VirtualPort']
5782
5785
  @SSLId = params['SSLId']
5783
5786
  @Id = params['Id']
5787
+ @CCAIEnable = params['CCAIEnable']
5784
5788
  end
5785
5789
  end
5786
5790
 
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: 1.0.353
4
+ version: 1.0.356
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-11 00:00:00.000000000 Z
11
+ date: 2022-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common