tencentcloud-sdk-gaap 3.0.398 → 3.0.402
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/v20180529/models.rb +10 -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: 41f50f3999fa83b0a82afc57357fd045ca8aaf21
|
4
|
+
data.tar.gz: 8b6e7bcc877c0aa0e489e2dcd96e5153a5602874
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd64a52d8b1cd242ff8e37531f7e7369b45b5a1cecd226916bd98b6d25cde42083d14a62a0869375ab41e5988fdb37376f69a949422ea2f9ff40fa1aa95ae803
|
7
|
+
data.tar.gz: fec253f17028087a4e7d46e96476b62b635fadd644f07cf6f003a2ccb6122267f55af2349942220bb0d0ddd750f4c558f9c57d86c6684edfb7151cfc44b56903
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.402
|
data/lib/v20180529/models.rb
CHANGED
@@ -5292,10 +5292,16 @@ module TencentCloud
|
|
5292
5292
|
# @param PolyClientCertificateAliasInfo: 多客户端CA证书别名信息
|
5293
5293
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5294
5294
|
# @type PolyClientCertificateAliasInfo: Array
|
5295
|
+
# @param Http3Supported: 是否支持Http3,其中:
|
5296
|
+
# 0,不支持Http3接入;
|
5297
|
+
# 1,持Http3接入。
|
5298
|
+
# 注意:如果支持了Http3的功能,那么该监听器会占用对应的UDP接入端口,不可再创建相同端口的UDP监听器。
|
5299
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5300
|
+
# @type Http3Supported: Integer
|
5295
5301
|
|
5296
|
-
attr_accessor :ListenerId, :ListenerName, :Port, :Protocol, :ListenerStatus, :CertificateId, :ForwardProtocol, :CreateTime, :CertificateAlias, :ClientCertificateId, :AuthType, :ClientCertificateAlias, :PolyClientCertificateAliasInfo
|
5302
|
+
attr_accessor :ListenerId, :ListenerName, :Port, :Protocol, :ListenerStatus, :CertificateId, :ForwardProtocol, :CreateTime, :CertificateAlias, :ClientCertificateId, :AuthType, :ClientCertificateAlias, :PolyClientCertificateAliasInfo, :Http3Supported
|
5297
5303
|
|
5298
|
-
def initialize(listenerid=nil, listenername=nil, port=nil, protocol=nil, listenerstatus=nil, certificateid=nil, forwardprotocol=nil, createtime=nil, certificatealias=nil, clientcertificateid=nil, authtype=nil, clientcertificatealias=nil, polyclientcertificatealiasinfo=nil)
|
5304
|
+
def initialize(listenerid=nil, listenername=nil, port=nil, protocol=nil, listenerstatus=nil, certificateid=nil, forwardprotocol=nil, createtime=nil, certificatealias=nil, clientcertificateid=nil, authtype=nil, clientcertificatealias=nil, polyclientcertificatealiasinfo=nil, http3supported=nil)
|
5299
5305
|
@ListenerId = listenerid
|
5300
5306
|
@ListenerName = listenername
|
5301
5307
|
@Port = port
|
@@ -5309,6 +5315,7 @@ module TencentCloud
|
|
5309
5315
|
@AuthType = authtype
|
5310
5316
|
@ClientCertificateAlias = clientcertificatealias
|
5311
5317
|
@PolyClientCertificateAliasInfo = polyclientcertificatealiasinfo
|
5318
|
+
@Http3Supported = http3supported
|
5312
5319
|
end
|
5313
5320
|
|
5314
5321
|
def deserialize(params)
|
@@ -5332,6 +5339,7 @@ module TencentCloud
|
|
5332
5339
|
@PolyClientCertificateAliasInfo << certificatealiasinfo_tmp
|
5333
5340
|
end
|
5334
5341
|
end
|
5342
|
+
@Http3Supported = params['Http3Supported']
|
5335
5343
|
end
|
5336
5344
|
end
|
5337
5345
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-gaap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.402
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-09-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|