tencentcloud-sdk-antiddos 1.0.354 → 1.0.357

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: e6e3a171aad755b75633fe77677915c9e539d3ce
4
- data.tar.gz: 9e94934edebae1e24f6baf33eeb634f4e532e099
3
+ metadata.gz: 002a443eca2417d95a78c4ecd4a42bb56e12423f
4
+ data.tar.gz: caa19a95d415ee0e71debc4dda67a9bac8415507
5
5
  SHA512:
6
- metadata.gz: 15d876665a313ebde333d6c3b8e3e065ba5afa02be4ae5fbbab725218f8fcfe92959856c19a3f36820bb1fc1ced47d09b252a567a4f6d3c189d229b51de7fd82
7
- data.tar.gz: bb2dbc7b25932300d8396bdb84900883eb97704d40838a1b739c462d491a05be49dfd4646107f82ad8538eabc956df888480f0635b2b40d83df08a03f70df846
6
+ metadata.gz: 4e7fd94dc694dd6586ed3328a6e73f8371a6580a137cd6715e76cbf14db958c20de2e5843b22b63901497631f7b9780f9c9b8b0045c8d026c791d75bd551eb53
7
+ data.tar.gz: 678c673c6a23080a38fc0336f12862b480eedaa80acbc4ffd5d03b153170998092cfb61db30fd6819d3e0099e7ef750f936a547b96a809cb25da4e1694324d2e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.354
1
+ 1.0.357
@@ -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.354
4
+ version: 1.0.357
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-12 00:00:00.000000000 Z
11
+ date: 2022-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common