tencentcloud-sdk-teo 3.0.770 → 3.0.772

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: c24df5798ac5e03aa8557caa0d8d8bdb83b648ed
4
- data.tar.gz: 369fdb0458430b21f4184f3dd3896ebe8644a959
3
+ metadata.gz: 2a6de815878966ca11efe777759fd03c2a3dbe8e
4
+ data.tar.gz: f4599b6e8b43c5c4694012239517964659cabead
5
5
  SHA512:
6
- metadata.gz: 81a5124c343ea120b40dc8132c45422ba405daa153556adb1b5345a047527eeb2f43c12d3a3a62931bb798083e76946c2ddedca211791b63236215187de1b8e8
7
- data.tar.gz: 6ddee8fc25a4c7661a526b4d1b5d32597251919a2ee61bd4e7abe49e0718717b073b3a949c8655e5587ae07b17ef46dd7fc8eb79c9950bb7c31ccf0fc31bc3e9
6
+ metadata.gz: cdde00b56f2f389a4a9dea59a3575e584c3992cba8ce337a0fc3bd4996e9ee260577fcecdcbac673a35ba15daa863be275a8029305f20dd3cb06290a192019ed
7
+ data.tar.gz: c13e051e2b70d277c519a2611048fbe24ea2674c1d068752e43d3b80495a18e49898fc767d1ec7e98a6b184a3f23e02a2e1e8462e83616fe26fcad40af48f0c5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.770
1
+ 3.0.772
@@ -7603,10 +7603,12 @@ module TencentCloud
7603
7603
  # <li>fail:部署失败/停用失败。</li>
7604
7604
  # 注意:L4ProxyRule 在 CreateL4ProxyRules、ModifyL4ProxyRules 作为入参使用时,该参数请勿填写。
7605
7605
  # @type Status: String
7606
+ # @param BuId: BuID。
7607
+ # @type BuId: String
7606
7608
 
7607
- attr_accessor :RuleId, :Protocol, :PortRange, :OriginType, :OriginValue, :OriginPortRange, :ClientIPPassThroughMode, :SessionPersist, :SessionPersistTime, :RuleTag, :Status
7609
+ attr_accessor :RuleId, :Protocol, :PortRange, :OriginType, :OriginValue, :OriginPortRange, :ClientIPPassThroughMode, :SessionPersist, :SessionPersistTime, :RuleTag, :Status, :BuId
7608
7610
 
7609
- def initialize(ruleid=nil, protocol=nil, portrange=nil, origintype=nil, originvalue=nil, originportrange=nil, clientippassthroughmode=nil, sessionpersist=nil, sessionpersisttime=nil, ruletag=nil, status=nil)
7611
+ def initialize(ruleid=nil, protocol=nil, portrange=nil, origintype=nil, originvalue=nil, originportrange=nil, clientippassthroughmode=nil, sessionpersist=nil, sessionpersisttime=nil, ruletag=nil, status=nil, buid=nil)
7610
7612
  @RuleId = ruleid
7611
7613
  @Protocol = protocol
7612
7614
  @PortRange = portrange
@@ -7618,6 +7620,7 @@ module TencentCloud
7618
7620
  @SessionPersistTime = sessionpersisttime
7619
7621
  @RuleTag = ruletag
7620
7622
  @Status = status
7623
+ @BuId = buid
7621
7624
  end
7622
7625
 
7623
7626
  def deserialize(params)
@@ -7632,6 +7635,7 @@ module TencentCloud
7632
7635
  @SessionPersistTime = params['SessionPersistTime']
7633
7636
  @RuleTag = params['RuleTag']
7634
7637
  @Status = params['Status']
7638
+ @BuId = params['BuId']
7635
7639
  end
7636
7640
  end
7637
7641
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-teo
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.770
4
+ version: 3.0.772
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-02-27 00:00:00.000000000 Z
11
+ date: 2024-02-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common