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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220901/models.rb +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d47935d40f73134a11c03cc88880c2fb21177513
|
4
|
+
data.tar.gz: 5e0f9e9e9475c167a5e3dde035996a2f543024dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7253ee1537a91980b87063ea51b07ab39df05aa083778abf9ddafce87a8c68919d009d5bb1b0721fee171f9a609622b9594b61b1c2e8eae116680f55c2327cb7
|
7
|
+
data.tar.gz: b5c4d985764bccb7d16a3d29f5f1d3a9aa307cb08d5c39569ac546d484a44db1b5f87db84f40a9be6be630476b6c4a5654e81dd7ec8d1b4cc3583ec715fa15b0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.771
|
data/lib/v20220901/models.rb
CHANGED
@@ -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.
|
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-
|
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
|