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 +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: 2a6de815878966ca11efe777759fd03c2a3dbe8e
|
|
4
|
+
data.tar.gz: f4599b6e8b43c5c4694012239517964659cabead
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cdde00b56f2f389a4a9dea59a3575e584c3992cba8ce337a0fc3bd4996e9ee260577fcecdcbac673a35ba15daa863be275a8029305f20dd3cb06290a192019ed
|
|
7
|
+
data.tar.gz: c13e051e2b70d277c519a2611048fbe24ea2674c1d068752e43d3b80495a18e49898fc767d1ec7e98a6b184a3f23e02a2e1e8462e83616fe26fcad40af48f0c5
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.772
|
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.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-
|
|
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
|