tencentcloud-sdk-gaap 3.0.788 → 3.0.789
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/v20180529/models.rb +30 -6
- 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: 9d3d4dac606bd7821820a71f2c4b02442d33ffa2
|
4
|
+
data.tar.gz: 6e6868c3c2f931e97a592578fef75a58666e5f42
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e76241d248d286203317d24bbb5efad21767db2d8520ee2d1b71793e0ae91d027070d5324fa2e2d851b9997213e57895fc5746e8f6b61e3d98fca83182ff4bd
|
7
|
+
data.tar.gz: 48d3ef7bdd56383a3d4c9a392a315504adf669e6cca6f08a1a90cd950972b515573aa2873d68678f957c1d4e7286c7c99631c63cb895c8fd9145f5df1b8fd7bf
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.789
|
data/lib/v20180529/models.rb
CHANGED
@@ -5346,10 +5346,16 @@ module TencentCloud
|
|
5346
5346
|
# @param GroupId: 监听器的通道组ID,如果监听器属于通道,则为null
|
5347
5347
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5348
5348
|
# @type GroupId: String
|
5349
|
+
# @param TLSSupportVersion: 支持的TLS版本
|
5350
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5351
|
+
# @type TLSSupportVersion: Array
|
5352
|
+
# @param TLSCiphers: 支持的TLS密码套件
|
5353
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5354
|
+
# @type TLSCiphers: String
|
5349
5355
|
|
5350
|
-
attr_accessor :ListenerId, :ListenerName, :Port, :Protocol, :ListenerStatus, :CertificateId, :ForwardProtocol, :CreateTime, :CertificateAlias, :ClientCertificateId, :AuthType, :ClientCertificateAlias, :PolyClientCertificateAliasInfo, :Http3Supported, :ProxyId, :GroupId
|
5356
|
+
attr_accessor :ListenerId, :ListenerName, :Port, :Protocol, :ListenerStatus, :CertificateId, :ForwardProtocol, :CreateTime, :CertificateAlias, :ClientCertificateId, :AuthType, :ClientCertificateAlias, :PolyClientCertificateAliasInfo, :Http3Supported, :ProxyId, :GroupId, :TLSSupportVersion, :TLSCiphers
|
5351
5357
|
|
5352
|
-
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, proxyid=nil, groupid=nil)
|
5358
|
+
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, proxyid=nil, groupid=nil, tlssupportversion=nil, tlsciphers=nil)
|
5353
5359
|
@ListenerId = listenerid
|
5354
5360
|
@ListenerName = listenername
|
5355
5361
|
@Port = port
|
@@ -5366,6 +5372,8 @@ module TencentCloud
|
|
5366
5372
|
@Http3Supported = http3supported
|
5367
5373
|
@ProxyId = proxyid
|
5368
5374
|
@GroupId = groupid
|
5375
|
+
@TLSSupportVersion = tlssupportversion
|
5376
|
+
@TLSCiphers = tlsciphers
|
5369
5377
|
end
|
5370
5378
|
|
5371
5379
|
def deserialize(params)
|
@@ -5392,6 +5400,8 @@ module TencentCloud
|
|
5392
5400
|
@Http3Supported = params['Http3Supported']
|
5393
5401
|
@ProxyId = params['ProxyId']
|
5394
5402
|
@GroupId = params['GroupId']
|
5403
|
+
@TLSSupportVersion = params['TLSSupportVersion']
|
5404
|
+
@TLSCiphers = params['TLSCiphers']
|
5395
5405
|
end
|
5396
5406
|
end
|
5397
5407
|
|
@@ -6801,10 +6811,15 @@ module TencentCloud
|
|
6801
6811
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6802
6812
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6803
6813
|
# @type FeatureBitmap: Integer
|
6814
|
+
# @param IsSupportTLSChoice: 是否支持设置TSL设置
|
6815
|
+
# 0表示不支持;
|
6816
|
+
# 1表示支持。
|
6817
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6818
|
+
# @type IsSupportTLSChoice: Integer
|
6804
6819
|
|
6805
|
-
attr_accessor :CreateTime, :ProjectId, :ProxyNum, :Status, :OwnerUin, :CreateUin, :GroupName, :DnsDefaultIp, :Domain, :RealServerRegionInfo, :IsOldGroup, :GroupId, :TagSet, :PolicyId, :Version, :ClientIPMethod, :IPAddressVersion, :PackageType, :Http3Supported, :FeatureBitmap
|
6820
|
+
attr_accessor :CreateTime, :ProjectId, :ProxyNum, :Status, :OwnerUin, :CreateUin, :GroupName, :DnsDefaultIp, :Domain, :RealServerRegionInfo, :IsOldGroup, :GroupId, :TagSet, :PolicyId, :Version, :ClientIPMethod, :IPAddressVersion, :PackageType, :Http3Supported, :FeatureBitmap, :IsSupportTLSChoice
|
6806
6821
|
|
6807
|
-
def initialize(createtime=nil, projectid=nil, proxynum=nil, status=nil, owneruin=nil, createuin=nil, groupname=nil, dnsdefaultip=nil, domain=nil, realserverregioninfo=nil, isoldgroup=nil, groupid=nil, tagset=nil, policyid=nil, version=nil, clientipmethod=nil, ipaddressversion=nil, packagetype=nil, http3supported=nil, featurebitmap=nil)
|
6822
|
+
def initialize(createtime=nil, projectid=nil, proxynum=nil, status=nil, owneruin=nil, createuin=nil, groupname=nil, dnsdefaultip=nil, domain=nil, realserverregioninfo=nil, isoldgroup=nil, groupid=nil, tagset=nil, policyid=nil, version=nil, clientipmethod=nil, ipaddressversion=nil, packagetype=nil, http3supported=nil, featurebitmap=nil, issupporttlschoice=nil)
|
6808
6823
|
@CreateTime = createtime
|
6809
6824
|
@ProjectId = projectid
|
6810
6825
|
@ProxyNum = proxynum
|
@@ -6825,6 +6840,7 @@ module TencentCloud
|
|
6825
6840
|
@PackageType = packagetype
|
6826
6841
|
@Http3Supported = http3supported
|
6827
6842
|
@FeatureBitmap = featurebitmap
|
6843
|
+
@IsSupportTLSChoice = issupporttlschoice
|
6828
6844
|
end
|
6829
6845
|
|
6830
6846
|
def deserialize(params)
|
@@ -6858,6 +6874,7 @@ module TencentCloud
|
|
6858
6874
|
@PackageType = params['PackageType']
|
6859
6875
|
@Http3Supported = params['Http3Supported']
|
6860
6876
|
@FeatureBitmap = params['FeatureBitmap']
|
6877
|
+
@IsSupportTLSChoice = params['IsSupportTLSChoice']
|
6861
6878
|
end
|
6862
6879
|
end
|
6863
6880
|
|
@@ -7095,10 +7112,15 @@ module TencentCloud
|
|
7095
7112
|
# @param IsAutoScaleProxy: 是否是开启了auto scale的通道,0表示否,1表示是。
|
7096
7113
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7097
7114
|
# @type IsAutoScaleProxy: Integer
|
7115
|
+
# @param IsSupportTLSChoice: 是否允许设置TLS配置
|
7116
|
+
# 0表示不支持;
|
7117
|
+
# 1表示支持。
|
7118
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7119
|
+
# @type IsSupportTLSChoice: Integer
|
7098
7120
|
|
7099
|
-
attr_accessor :InstanceId, :CreateTime, :ProjectId, :ProxyName, :AccessRegion, :RealServerRegion, :Bandwidth, :Concurrent, :Status, :Domain, :IP, :Version, :ProxyId, :Scalarable, :SupportProtocols, :GroupId, :PolicyId, :AccessRegionInfo, :RealServerRegionInfo, :ForwardIP, :TagSet, :SupportSecurity, :BillingType, :RelatedGlobalDomains, :ModifyConfigTime, :ProxyType, :ClientIPMethod, :IPAddressVersion, :NetworkType, :PackageType, :BanStatus, :IPList, :Http3Supported, :InBanBlacklist, :FeatureBitmap, :IsAutoScaleProxy
|
7121
|
+
attr_accessor :InstanceId, :CreateTime, :ProjectId, :ProxyName, :AccessRegion, :RealServerRegion, :Bandwidth, :Concurrent, :Status, :Domain, :IP, :Version, :ProxyId, :Scalarable, :SupportProtocols, :GroupId, :PolicyId, :AccessRegionInfo, :RealServerRegionInfo, :ForwardIP, :TagSet, :SupportSecurity, :BillingType, :RelatedGlobalDomains, :ModifyConfigTime, :ProxyType, :ClientIPMethod, :IPAddressVersion, :NetworkType, :PackageType, :BanStatus, :IPList, :Http3Supported, :InBanBlacklist, :FeatureBitmap, :IsAutoScaleProxy, :IsSupportTLSChoice
|
7100
7122
|
|
7101
|
-
def initialize(instanceid=nil, createtime=nil, projectid=nil, proxyname=nil, accessregion=nil, realserverregion=nil, bandwidth=nil, concurrent=nil, status=nil, domain=nil, ip=nil, version=nil, proxyid=nil, scalarable=nil, supportprotocols=nil, groupid=nil, policyid=nil, accessregioninfo=nil, realserverregioninfo=nil, forwardip=nil, tagset=nil, supportsecurity=nil, billingtype=nil, relatedglobaldomains=nil, modifyconfigtime=nil, proxytype=nil, clientipmethod=nil, ipaddressversion=nil, networktype=nil, packagetype=nil, banstatus=nil, iplist=nil, http3supported=nil, inbanblacklist=nil, featurebitmap=nil, isautoscaleproxy=nil)
|
7123
|
+
def initialize(instanceid=nil, createtime=nil, projectid=nil, proxyname=nil, accessregion=nil, realserverregion=nil, bandwidth=nil, concurrent=nil, status=nil, domain=nil, ip=nil, version=nil, proxyid=nil, scalarable=nil, supportprotocols=nil, groupid=nil, policyid=nil, accessregioninfo=nil, realserverregioninfo=nil, forwardip=nil, tagset=nil, supportsecurity=nil, billingtype=nil, relatedglobaldomains=nil, modifyconfigtime=nil, proxytype=nil, clientipmethod=nil, ipaddressversion=nil, networktype=nil, packagetype=nil, banstatus=nil, iplist=nil, http3supported=nil, inbanblacklist=nil, featurebitmap=nil, isautoscaleproxy=nil, issupporttlschoice=nil)
|
7102
7124
|
@InstanceId = instanceid
|
7103
7125
|
@CreateTime = createtime
|
7104
7126
|
@ProjectId = projectid
|
@@ -7135,6 +7157,7 @@ module TencentCloud
|
|
7135
7157
|
@InBanBlacklist = inbanblacklist
|
7136
7158
|
@FeatureBitmap = featurebitmap
|
7137
7159
|
@IsAutoScaleProxy = isautoscaleproxy
|
7160
|
+
@IsSupportTLSChoice = issupporttlschoice
|
7138
7161
|
end
|
7139
7162
|
|
7140
7163
|
def deserialize(params)
|
@@ -7194,6 +7217,7 @@ module TencentCloud
|
|
7194
7217
|
@InBanBlacklist = params['InBanBlacklist']
|
7195
7218
|
@FeatureBitmap = params['FeatureBitmap']
|
7196
7219
|
@IsAutoScaleProxy = params['IsAutoScaleProxy']
|
7220
|
+
@IsSupportTLSChoice = params['IsSupportTLSChoice']
|
7197
7221
|
end
|
7198
7222
|
end
|
7199
7223
|
|
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.789
|
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-03-
|
11
|
+
date: 2024-03-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|