tencentcloud-sdk-teo 3.0.770 → 3.0.771

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: c24df5798ac5e03aa8557caa0d8d8bdb83b648ed
4
- data.tar.gz: 369fdb0458430b21f4184f3dd3896ebe8644a959
3
+ metadata.gz: d47935d40f73134a11c03cc88880c2fb21177513
4
+ data.tar.gz: 5e0f9e9e9475c167a5e3dde035996a2f543024dd
5
5
  SHA512:
6
- metadata.gz: 81a5124c343ea120b40dc8132c45422ba405daa153556adb1b5345a047527eeb2f43c12d3a3a62931bb798083e76946c2ddedca211791b63236215187de1b8e8
7
- data.tar.gz: 6ddee8fc25a4c7661a526b4d1b5d32597251919a2ee61bd4e7abe49e0718717b073b3a949c8655e5587ae07b17ef46dd7fc8eb79c9950bb7c31ccf0fc31bc3e9
6
+ metadata.gz: 7253ee1537a91980b87063ea51b07ab39df05aa083778abf9ddafce87a8c68919d009d5bb1b0721fee171f9a609622b9594b61b1c2e8eae116680f55c2327cb7
7
+ data.tar.gz: b5c4d985764bccb7d16a3d29f5f1d3a9aa307cb08d5c39569ac546d484a44db1b5f87db84f40a9be6be630476b6c4a5654e81dd7ec8d1b4cc3583ec715fa15b0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.770
1
+ 3.0.771
@@ -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.771
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-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common