tencentcloud-sdk-tse 3.0.1074 → 3.0.1083

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201207/models.rb +50 -50
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 91a76c5283bf25cc48a5edf4a914df5b26646a03
4
- data.tar.gz: 4bc5ed4fe38185230ea065f32a0e790bcb282609
3
+ metadata.gz: cb95a31ff05f6da11e4b9929a7a32baaa4747e7b
4
+ data.tar.gz: 6adae2b50f88b067a52712fe7e6d2237db83c74e
5
5
  SHA512:
6
- metadata.gz: f59ec958fae9c8b98433aed12497266f2a384caef439049b1f69cbcdc1bd0932d87659495d11f1157b332861b80b6c10fee5608ee128c53d3604897559c4a3a7
7
- data.tar.gz: b258f8b4d56a1468d9751f77b827e3ca90773970fe88ccf9076c83445b40f7540cd8652a487a39231b6fcb9628c6ac3893c85efc521268837547ce24a11ada2a
6
+ metadata.gz: 4cdd4d7a5a1d975bb46b08cb1220ef60f68014a1757b1209ec742666a722d01d4aec66938190c0f83bfeb42d2103298bfa25b47fa0d1bd48375a2fdd13ae900b
7
+ data.tar.gz: ca7053c4311f389b8142e2a2a12bacffd7d17c8f656cac929639d8d63e86c846aaf3383038fc694b37aab855d01a74fba5b1a4753d61bbdc9de7763da9362a04
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1074
1
+ 3.0.1083
@@ -823,8 +823,8 @@ module TencentCloud
823
823
 
824
824
  attr_accessor :StrategyId, :StrategyName, :CreateTime, :ModifyTime, :Description, :Config, :GatewayId, :CronConfig, :MaxReplicas
825
825
  extend Gem::Deprecate
826
- deprecate :MaxReplicas, :none, 2025, 5
827
- deprecate :MaxReplicas=, :none, 2025, 5
826
+ deprecate :MaxReplicas, :none, 2025, 6
827
+ deprecate :MaxReplicas=, :none, 2025, 6
828
828
 
829
829
  def initialize(strategyid=nil, strategyname=nil, createtime=nil, modifytime=nil, description=nil, config=nil, gatewayid=nil, cronconfig=nil, maxreplicas=nil)
830
830
  @StrategyId = strategyid
@@ -885,16 +885,16 @@ module TencentCloud
885
885
 
886
886
  attr_accessor :MaxReplicas, :Metrics, :Enabled, :CreateTime, :ModifyTime, :StrategyId, :AutoScalerId, :Behavior
887
887
  extend Gem::Deprecate
888
- deprecate :Enabled, :none, 2025, 5
889
- deprecate :Enabled=, :none, 2025, 5
890
- deprecate :CreateTime, :none, 2025, 5
891
- deprecate :CreateTime=, :none, 2025, 5
892
- deprecate :ModifyTime, :none, 2025, 5
893
- deprecate :ModifyTime=, :none, 2025, 5
894
- deprecate :StrategyId, :none, 2025, 5
895
- deprecate :StrategyId=, :none, 2025, 5
896
- deprecate :AutoScalerId, :none, 2025, 5
897
- deprecate :AutoScalerId=, :none, 2025, 5
888
+ deprecate :Enabled, :none, 2025, 6
889
+ deprecate :Enabled=, :none, 2025, 6
890
+ deprecate :CreateTime, :none, 2025, 6
891
+ deprecate :CreateTime=, :none, 2025, 6
892
+ deprecate :ModifyTime, :none, 2025, 6
893
+ deprecate :ModifyTime=, :none, 2025, 6
894
+ deprecate :StrategyId, :none, 2025, 6
895
+ deprecate :StrategyId=, :none, 2025, 6
896
+ deprecate :AutoScalerId, :none, 2025, 6
897
+ deprecate :AutoScalerId=, :none, 2025, 6
898
898
 
899
899
  def initialize(maxreplicas=nil, metrics=nil, enabled=nil, createtime=nil, modifytime=nil, strategyid=nil, autoscalerid=nil, behavior=nil)
900
900
  @MaxReplicas = maxreplicas
@@ -1015,14 +1015,14 @@ module TencentCloud
1015
1015
 
1016
1016
  attr_accessor :Enabled, :Params, :CreateTime, :ModifyTime, :StrategyId
1017
1017
  extend Gem::Deprecate
1018
- deprecate :Enabled, :none, 2025, 5
1019
- deprecate :Enabled=, :none, 2025, 5
1020
- deprecate :CreateTime, :none, 2025, 5
1021
- deprecate :CreateTime=, :none, 2025, 5
1022
- deprecate :ModifyTime, :none, 2025, 5
1023
- deprecate :ModifyTime=, :none, 2025, 5
1024
- deprecate :StrategyId, :none, 2025, 5
1025
- deprecate :StrategyId=, :none, 2025, 5
1018
+ deprecate :Enabled, :none, 2025, 6
1019
+ deprecate :Enabled=, :none, 2025, 6
1020
+ deprecate :CreateTime, :none, 2025, 6
1021
+ deprecate :CreateTime=, :none, 2025, 6
1022
+ deprecate :ModifyTime, :none, 2025, 6
1023
+ deprecate :ModifyTime=, :none, 2025, 6
1024
+ deprecate :StrategyId, :none, 2025, 6
1025
+ deprecate :StrategyId=, :none, 2025, 6
1026
1026
 
1027
1027
  def initialize(enabled=nil, params=nil, createtime=nil, modifytime=nil, strategyid=nil)
1028
1028
  @Enabled = enabled
@@ -1700,10 +1700,10 @@ module TencentCloud
1700
1700
 
1701
1701
  attr_accessor :GatewayId, :StrategyName, :Description, :Config, :CronScalerConfig, :MaxReplicas, :CronConfig
1702
1702
  extend Gem::Deprecate
1703
- deprecate :CronScalerConfig, :none, 2025, 5
1704
- deprecate :CronScalerConfig=, :none, 2025, 5
1705
- deprecate :MaxReplicas, :none, 2025, 5
1706
- deprecate :MaxReplicas=, :none, 2025, 5
1703
+ deprecate :CronScalerConfig, :none, 2025, 6
1704
+ deprecate :CronScalerConfig=, :none, 2025, 6
1705
+ deprecate :MaxReplicas, :none, 2025, 6
1706
+ deprecate :MaxReplicas=, :none, 2025, 6
1707
1707
 
1708
1708
  def initialize(gatewayid=nil, strategyname=nil, description=nil, config=nil, cronscalerconfig=nil, maxreplicas=nil, cronconfig=nil)
1709
1709
  @GatewayId = gatewayid
@@ -1746,8 +1746,8 @@ module TencentCloud
1746
1746
 
1747
1747
  attr_accessor :Result, :StrategyId, :RequestId
1748
1748
  extend Gem::Deprecate
1749
- deprecate :Result, :none, 2025, 5
1750
- deprecate :Result=, :none, 2025, 5
1749
+ deprecate :Result, :none, 2025, 6
1750
+ deprecate :Result=, :none, 2025, 6
1751
1751
 
1752
1752
  def initialize(result=nil, strategyid=nil, requestid=nil)
1753
1753
  @Result = result
@@ -1833,10 +1833,10 @@ module TencentCloud
1833
1833
 
1834
1834
  attr_accessor :GatewayId, :BindDomains, :CertId, :Name, :Key, :Crt
1835
1835
  extend Gem::Deprecate
1836
- deprecate :Key, :none, 2025, 5
1837
- deprecate :Key=, :none, 2025, 5
1838
- deprecate :Crt, :none, 2025, 5
1839
- deprecate :Crt=, :none, 2025, 5
1836
+ deprecate :Key, :none, 2025, 6
1837
+ deprecate :Key=, :none, 2025, 6
1838
+ deprecate :Crt, :none, 2025, 6
1839
+ deprecate :Crt=, :none, 2025, 6
1840
1840
 
1841
1841
  def initialize(gatewayid=nil, binddomains=nil, certid=nil, name=nil, key=nil, crt=nil)
1842
1842
  @GatewayId = gatewayid
@@ -2171,8 +2171,8 @@ module TencentCloud
2171
2171
 
2172
2172
  attr_accessor :GatewayId, :ServiceID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering, :RegexPriority
2173
2173
  extend Gem::Deprecate
2174
- deprecate :ForceHttps, :none, 2025, 5
2175
- deprecate :ForceHttps=, :none, 2025, 5
2174
+ deprecate :ForceHttps, :none, 2025, 6
2175
+ deprecate :ForceHttps=, :none, 2025, 6
2176
2176
 
2177
2177
  def initialize(gatewayid=nil, serviceid=nil, routename=nil, methods=nil, hosts=nil, paths=nil, protocols=nil, preservehost=nil, httpsredirectstatuscode=nil, strippath=nil, forcehttps=nil, destinationports=nil, headers=nil, requestbuffering=nil, responsebuffering=nil, regexpriority=nil)
2178
2178
  @GatewayId = gatewayid
@@ -6993,8 +6993,8 @@ module TencentCloud
6993
6993
 
6994
6994
  attr_accessor :GatewayId, :Type, :TypeList
6995
6995
  extend Gem::Deprecate
6996
- deprecate :Type, :none, 2025, 5
6997
- deprecate :Type=, :none, 2025, 5
6996
+ deprecate :Type, :none, 2025, 6
6997
+ deprecate :Type=, :none, 2025, 6
6998
6998
 
6999
6999
  def initialize(gatewayid=nil, type=nil, typelist=nil)
7000
7000
  @GatewayId = gatewayid
@@ -8368,8 +8368,8 @@ module TencentCloud
8368
8368
 
8369
8369
  attr_accessor :Total, :CertificatesList, :Pages
8370
8370
  extend Gem::Deprecate
8371
- deprecate :Pages, :none, 2025, 5
8372
- deprecate :Pages=, :none, 2025, 5
8371
+ deprecate :Pages, :none, 2025, 6
8372
+ deprecate :Pages=, :none, 2025, 6
8373
8373
 
8374
8374
  def initialize(total=nil, certificateslist=nil, pages=nil)
8375
8375
  @Total = total
@@ -8510,8 +8510,8 @@ module TencentCloud
8510
8510
 
8511
8511
  attr_accessor :ID, :Name, :Methods, :Paths, :Hosts, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :CreatedTime, :ForceHttps, :ServiceName, :ServiceID, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering, :RegexPriority
8512
8512
  extend Gem::Deprecate
8513
- deprecate :ForceHttps, :none, 2025, 5
8514
- deprecate :ForceHttps=, :none, 2025, 5
8513
+ deprecate :ForceHttps, :none, 2025, 6
8514
+ deprecate :ForceHttps=, :none, 2025, 6
8515
8515
 
8516
8516
  def initialize(id=nil, name=nil, methods=nil, paths=nil, hosts=nil, protocols=nil, preservehost=nil, httpsredirectstatuscode=nil, strippath=nil, createdtime=nil, forcehttps=nil, servicename=nil, serviceid=nil, destinationports=nil, headers=nil, requestbuffering=nil, responsebuffering=nil, regexpriority=nil)
8517
8517
  @ID = id
@@ -9162,10 +9162,10 @@ module TencentCloud
9162
9162
 
9163
9163
  attr_accessor :GatewayId, :StrategyId, :StrategyName, :Description, :Config, :CronScalerConfig, :MaxReplicas, :CronConfig
9164
9164
  extend Gem::Deprecate
9165
- deprecate :CronScalerConfig, :none, 2025, 5
9166
- deprecate :CronScalerConfig=, :none, 2025, 5
9167
- deprecate :MaxReplicas, :none, 2025, 5
9168
- deprecate :MaxReplicas=, :none, 2025, 5
9165
+ deprecate :CronScalerConfig, :none, 2025, 6
9166
+ deprecate :CronScalerConfig=, :none, 2025, 6
9167
+ deprecate :MaxReplicas, :none, 2025, 6
9168
+ deprecate :MaxReplicas=, :none, 2025, 6
9169
9169
 
9170
9170
  def initialize(gatewayid=nil, strategyid=nil, strategyname=nil, description=nil, config=nil, cronscalerconfig=nil, maxreplicas=nil, cronconfig=nil)
9171
9171
  @GatewayId = gatewayid
@@ -9300,10 +9300,10 @@ module TencentCloud
9300
9300
 
9301
9301
  attr_accessor :GatewayId, :Id, :Name, :Key, :Crt, :BindDomains, :CertId, :CertSource
9302
9302
  extend Gem::Deprecate
9303
- deprecate :Name, :none, 2025, 5
9304
- deprecate :Name=, :none, 2025, 5
9305
- deprecate :BindDomains, :none, 2025, 5
9306
- deprecate :BindDomains=, :none, 2025, 5
9303
+ deprecate :Name, :none, 2025, 6
9304
+ deprecate :Name=, :none, 2025, 6
9305
+ deprecate :BindDomains, :none, 2025, 6
9306
+ deprecate :BindDomains=, :none, 2025, 6
9307
9307
 
9308
9308
  def initialize(gatewayid=nil, id=nil, name=nil, key=nil, crt=nil, binddomains=nil, certid=nil, certsource=nil)
9309
9309
  @GatewayId = gatewayid
@@ -9493,8 +9493,8 @@ module TencentCloud
9493
9493
 
9494
9494
  attr_accessor :GatewayId, :ServiceID, :RouteID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering, :RegexPriority
9495
9495
  extend Gem::Deprecate
9496
- deprecate :ForceHttps, :none, 2025, 5
9497
- deprecate :ForceHttps=, :none, 2025, 5
9496
+ deprecate :ForceHttps, :none, 2025, 6
9497
+ deprecate :ForceHttps=, :none, 2025, 6
9498
9498
 
9499
9499
  def initialize(gatewayid=nil, serviceid=nil, routeid=nil, routename=nil, methods=nil, hosts=nil, paths=nil, protocols=nil, preservehost=nil, httpsredirectstatuscode=nil, strippath=nil, forcehttps=nil, destinationports=nil, headers=nil, requestbuffering=nil, responsebuffering=nil, regexpriority=nil)
9500
9500
  @GatewayId = gatewayid
@@ -11683,8 +11683,8 @@ module TencentCloud
11683
11683
 
11684
11684
  attr_accessor :EnableActiveHealthCheck, :ActiveHealthCheck, :EnablePassiveHealthCheck, :PassiveHealthCheck, :Successes, :Failures, :Timeouts, :HealthyHttpStatuses, :UnhealthyHttpStatuses, :IgnoreZeroWeightNodes, :ZeroWeightHeathCheck
11685
11685
  extend Gem::Deprecate
11686
- deprecate :IgnoreZeroWeightNodes, :none, 2025, 5
11687
- deprecate :IgnoreZeroWeightNodes=, :none, 2025, 5
11686
+ deprecate :IgnoreZeroWeightNodes, :none, 2025, 6
11687
+ deprecate :IgnoreZeroWeightNodes=, :none, 2025, 6
11688
11688
 
11689
11689
  def initialize(enableactivehealthcheck=nil, activehealthcheck=nil, enablepassivehealthcheck=nil, passivehealthcheck=nil, successes=nil, failures=nil, timeouts=nil, healthyhttpstatuses=nil, unhealthyhttpstatuses=nil, ignorezeroweightnodes=nil, zeroweightheathcheck=nil)
11690
11690
  @EnableActiveHealthCheck = enableactivehealthcheck
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.1074
4
+ version: 3.0.1083
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-04 00:00:00.000000000 Z
11
+ date: 2025-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common