tencentcloud-sdk-gaap 3.0.804 → 3.0.806
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 +19 -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: a4c48bf7213ef354e979357a7f0682ea30abc7f8
|
4
|
+
data.tar.gz: 86ab1031eecb2387602296d11f81f886d33ca232
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ed1ccbce3945f839dd2c214905c19a33378bdc2d68c2bb603f7dd7c17cd83ec0e5adbf6b85e47f6e06aa060888977aeafbb33dfe962eb0cd21bdfd0dc75fbeb
|
7
|
+
data.tar.gz: 10e3b8031b9b3b0f0ba44d559b2810438dd49be56f6575a487fa4ffec084b3dfd38ed9b3ba1f7eeb3c6737839c00b883b7f0b359c110aee87d822e703f24a0b0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.806
|
data/lib/v20180529/models.rb
CHANGED
@@ -981,16 +981,19 @@ module TencentCloud
|
|
981
981
|
# 1,表示开启Http3。
|
982
982
|
# 默认不开启Http3。可以通过SetDomainHttp3开启。
|
983
983
|
# @type Http3Supported: Integer
|
984
|
+
# @param IsDefaultServer: 是否作为默认域名,默认为“否”
|
985
|
+
# @type IsDefaultServer: Boolean
|
984
986
|
|
985
|
-
attr_accessor :ListenerId, :Domain, :CertificateId, :ClientCertificateId, :PolyClientCertificateIds, :Http3Supported
|
987
|
+
attr_accessor :ListenerId, :Domain, :CertificateId, :ClientCertificateId, :PolyClientCertificateIds, :Http3Supported, :IsDefaultServer
|
986
988
|
|
987
|
-
def initialize(listenerid=nil, domain=nil, certificateid=nil, clientcertificateid=nil, polyclientcertificateids=nil, http3supported=nil)
|
989
|
+
def initialize(listenerid=nil, domain=nil, certificateid=nil, clientcertificateid=nil, polyclientcertificateids=nil, http3supported=nil, isdefaultserver=nil)
|
988
990
|
@ListenerId = listenerid
|
989
991
|
@Domain = domain
|
990
992
|
@CertificateId = certificateid
|
991
993
|
@ClientCertificateId = clientcertificateid
|
992
994
|
@PolyClientCertificateIds = polyclientcertificateids
|
993
995
|
@Http3Supported = http3supported
|
996
|
+
@IsDefaultServer = isdefaultserver
|
994
997
|
end
|
995
998
|
|
996
999
|
def deserialize(params)
|
@@ -1000,6 +1003,7 @@ module TencentCloud
|
|
1000
1003
|
@ClientCertificateId = params['ClientCertificateId']
|
1001
1004
|
@PolyClientCertificateIds = params['PolyClientCertificateIds']
|
1002
1005
|
@Http3Supported = params['Http3Supported']
|
1006
|
+
@IsDefaultServer = params['IsDefaultServer']
|
1003
1007
|
end
|
1004
1008
|
end
|
1005
1009
|
|
@@ -5045,10 +5049,13 @@ module TencentCloud
|
|
5045
5049
|
# 1表示启用。
|
5046
5050
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5047
5051
|
# @type Http3Supported: Integer
|
5052
|
+
# @param IsDefaultServer: 是否为默认域名
|
5053
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5054
|
+
# @type IsDefaultServer: Boolean
|
5048
5055
|
|
5049
|
-
attr_accessor :Domain, :RuleSet, :CertificateId, :CertificateAlias, :ClientCertificateId, :ClientCertificateAlias, :BasicAuthConfId, :BasicAuth, :BasicAuthConfAlias, :RealServerCertificateId, :RealServerAuth, :RealServerCertificateAlias, :GaapCertificateId, :GaapAuth, :GaapCertificateAlias, :RealServerCertificateDomain, :PolyClientCertificateAliasInfo, :PolyRealServerCertificateAliasInfo, :DomainStatus, :BanStatus, :Http3Supported
|
5056
|
+
attr_accessor :Domain, :RuleSet, :CertificateId, :CertificateAlias, :ClientCertificateId, :ClientCertificateAlias, :BasicAuthConfId, :BasicAuth, :BasicAuthConfAlias, :RealServerCertificateId, :RealServerAuth, :RealServerCertificateAlias, :GaapCertificateId, :GaapAuth, :GaapCertificateAlias, :RealServerCertificateDomain, :PolyClientCertificateAliasInfo, :PolyRealServerCertificateAliasInfo, :DomainStatus, :BanStatus, :Http3Supported, :IsDefaultServer
|
5050
5057
|
|
5051
|
-
def initialize(domain=nil, ruleset=nil, certificateid=nil, certificatealias=nil, clientcertificateid=nil, clientcertificatealias=nil, basicauthconfid=nil, basicauth=nil, basicauthconfalias=nil, realservercertificateid=nil, realserverauth=nil, realservercertificatealias=nil, gaapcertificateid=nil, gaapauth=nil, gaapcertificatealias=nil, realservercertificatedomain=nil, polyclientcertificatealiasinfo=nil, polyrealservercertificatealiasinfo=nil, domainstatus=nil, banstatus=nil, http3supported=nil)
|
5058
|
+
def initialize(domain=nil, ruleset=nil, certificateid=nil, certificatealias=nil, clientcertificateid=nil, clientcertificatealias=nil, basicauthconfid=nil, basicauth=nil, basicauthconfalias=nil, realservercertificateid=nil, realserverauth=nil, realservercertificatealias=nil, gaapcertificateid=nil, gaapauth=nil, gaapcertificatealias=nil, realservercertificatedomain=nil, polyclientcertificatealiasinfo=nil, polyrealservercertificatealiasinfo=nil, domainstatus=nil, banstatus=nil, http3supported=nil, isdefaultserver=nil)
|
5052
5059
|
@Domain = domain
|
5053
5060
|
@RuleSet = ruleset
|
5054
5061
|
@CertificateId = certificateid
|
@@ -5070,6 +5077,7 @@ module TencentCloud
|
|
5070
5077
|
@DomainStatus = domainstatus
|
5071
5078
|
@BanStatus = banstatus
|
5072
5079
|
@Http3Supported = http3supported
|
5080
|
+
@IsDefaultServer = isdefaultserver
|
5073
5081
|
end
|
5074
5082
|
|
5075
5083
|
def deserialize(params)
|
@@ -5115,6 +5123,7 @@ module TencentCloud
|
|
5115
5123
|
@DomainStatus = params['DomainStatus']
|
5116
5124
|
@BanStatus = params['BanStatus']
|
5117
5125
|
@Http3Supported = params['Http3Supported']
|
5126
|
+
@IsDefaultServer = params['IsDefaultServer']
|
5118
5127
|
end
|
5119
5128
|
end
|
5120
5129
|
|
@@ -5731,16 +5740,19 @@ module TencentCloud
|
|
5731
5740
|
# 携带该字段时并且ClientCertificateId=default,表示使用监听器证书;
|
5732
5741
|
# 其他情况,使用该ClientCertificateId或PolyClientCertificateIds指定的证书。
|
5733
5742
|
# @type PolyClientCertificateIds: Array
|
5743
|
+
# @param IsDefaultServer: 是否作为默认域名,默认为“否”
|
5744
|
+
# @type IsDefaultServer: Boolean
|
5734
5745
|
|
5735
|
-
attr_accessor :ListenerId, :OldDomain, :NewDomain, :CertificateId, :ClientCertificateId, :PolyClientCertificateIds
|
5746
|
+
attr_accessor :ListenerId, :OldDomain, :NewDomain, :CertificateId, :ClientCertificateId, :PolyClientCertificateIds, :IsDefaultServer
|
5736
5747
|
|
5737
|
-
def initialize(listenerid=nil, olddomain=nil, newdomain=nil, certificateid=nil, clientcertificateid=nil, polyclientcertificateids=nil)
|
5748
|
+
def initialize(listenerid=nil, olddomain=nil, newdomain=nil, certificateid=nil, clientcertificateid=nil, polyclientcertificateids=nil, isdefaultserver=nil)
|
5738
5749
|
@ListenerId = listenerid
|
5739
5750
|
@OldDomain = olddomain
|
5740
5751
|
@NewDomain = newdomain
|
5741
5752
|
@CertificateId = certificateid
|
5742
5753
|
@ClientCertificateId = clientcertificateid
|
5743
5754
|
@PolyClientCertificateIds = polyclientcertificateids
|
5755
|
+
@IsDefaultServer = isdefaultserver
|
5744
5756
|
end
|
5745
5757
|
|
5746
5758
|
def deserialize(params)
|
@@ -5750,6 +5762,7 @@ module TencentCloud
|
|
5750
5762
|
@CertificateId = params['CertificateId']
|
5751
5763
|
@ClientCertificateId = params['ClientCertificateId']
|
5752
5764
|
@PolyClientCertificateIds = params['PolyClientCertificateIds']
|
5765
|
+
@IsDefaultServer = params['IsDefaultServer']
|
5753
5766
|
end
|
5754
5767
|
end
|
5755
5768
|
|
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.806
|
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-04-
|
11
|
+
date: 2024-04-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|