tencentcloud-sdk-tse 3.0.680 → 3.0.682
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/v20201207/models.rb +12 -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: 92e2f8ead515545f23960769e9955c0c66f47523
|
|
4
|
+
data.tar.gz: 7cad8fb43dde170643ba1f1559a0f89164eb4404
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ffd0559ed97c63cccd989d95b291e3eb938501512119720c9d0600d64a1a7b5d46ec53f972376ec9474f4632f0d819ef369e71722898984ea53166abbb8200f4
|
|
7
|
+
data.tar.gz: 71f3d3de5aa22085145d563f8e3a808404bd68978e9631467da9d7f7cff2ddc6d1bdae40a76166cfad33550debbf2f6f073a9ad7410fce12877f982bb7e26215
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.682
|
data/lib/v20201207/models.rb
CHANGED
|
@@ -3830,17 +3830,27 @@ module TencentCloud
|
|
|
3830
3830
|
# @param HttpsPort: 监听的 https 端口范围。
|
|
3831
3831
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3832
3832
|
# @type HttpsPort: String
|
|
3833
|
+
# @param TcpPort: 监听的 tcp 端口范围。
|
|
3834
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3835
|
+
# @type TcpPort: String
|
|
3836
|
+
# @param UdpPort: 监听的 udp 端口范围。
|
|
3837
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3838
|
+
# @type UdpPort: String
|
|
3833
3839
|
|
|
3834
|
-
attr_accessor :HttpPort, :HttpsPort
|
|
3840
|
+
attr_accessor :HttpPort, :HttpsPort, :TcpPort, :UdpPort
|
|
3835
3841
|
|
|
3836
|
-
def initialize(httpport=nil, httpsport=nil)
|
|
3842
|
+
def initialize(httpport=nil, httpsport=nil, tcpport=nil, udpport=nil)
|
|
3837
3843
|
@HttpPort = httpport
|
|
3838
3844
|
@HttpsPort = httpsport
|
|
3845
|
+
@TcpPort = tcpport
|
|
3846
|
+
@UdpPort = udpport
|
|
3839
3847
|
end
|
|
3840
3848
|
|
|
3841
3849
|
def deserialize(params)
|
|
3842
3850
|
@HttpPort = params['HttpPort']
|
|
3843
3851
|
@HttpsPort = params['HttpsPort']
|
|
3852
|
+
@TcpPort = params['TcpPort']
|
|
3853
|
+
@UdpPort = params['UdpPort']
|
|
3844
3854
|
end
|
|
3845
3855
|
end
|
|
3846
3856
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-tse
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.682
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-10-
|
|
11
|
+
date: 2023-10-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|