tencentcloud-sdk-antiddos 1.0.355 → 1.0.356

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: 1d72cff83379a4ff86196b199fd4565cc88b4b32
4
- data.tar.gz: df5302a3d1ec1647d4e179f4ce2ed97ff4adb652
3
+ metadata.gz: d4d3a533e19f20e2068d350c6ec78739a90d1fa7
4
+ data.tar.gz: 1541b436151fb5426a1fd6e1e7f9ebdd9a0da3e3
5
5
  SHA512:
6
- metadata.gz: 42d541ef4d97b46320e3c147bf1298f3f4416aa6ba13dc6173c64ced6c1ef906aa4260a2c8a969a9df0a636bf0ad370d4c79959b0243a366efe31fd8735345d1
7
- data.tar.gz: 8d1a34b52700149b49308c08d04a9d238ea2fcdf5ae849e4bf6b53f81d9b839b9bd39c79ae4965b8f4718ad61ce7b8830b3f4cf271be11ae33db0dd581471c11
6
+ metadata.gz: 1f274affe7e1049fe476cccaa4c368990f27a5982337f98ee2306b926a9d3d7fad621026e9cd8fc146105c5f52719f769e296057bf3a275b33241b2bdca83385
7
+ data.tar.gz: 84a4728093e00c0037e7e0f6ac287227c12155c3023036ea187b1072617ef2dc1171ce41a57fd0e67a6f2d555da3f999490d7063d0e175266c588b56104da860
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.355
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.355
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-13 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