tencentcloud-sdk-tse 3.0.1125 → 3.0.1138

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: d4e98c2572185817339ce8b388cc62268f36131f
4
- data.tar.gz: f631aaf2117dc5d047dcf8fafdb1b0ddc8016673
3
+ metadata.gz: e4896ecdc65dc521ec5f3016074545cbecfef91f
4
+ data.tar.gz: c711576187d85980cf6604421f3bce1644b481c4
5
5
  SHA512:
6
- metadata.gz: 9a0b6cbab36508ca5fd8a2ca79c8e61e0249f292384c04807279e832d2f254a799820f96464441a9bcfed7441ba61df54c8332d473cb49567e22a7c05e2c4a22
7
- data.tar.gz: 74b3a9eace030e42f396ddbd091058c1172d033f93e558dd0f074773ebcdaef58ed24df1943a3cfb391a87294512876f2b59a2e7d915fb5fbd8bc4c3cc3f3e3a
6
+ metadata.gz: 8d65d97c61f94ec07ded168955c1324f695dc9991a992295515b8b66a3194481cfd80b3d99e7c6ccd304cb23157afe89f010722c45286aaa0794128b2883fa69
7
+ data.tar.gz: 48f5efde2cb4a31dd9799f4ad489e9850afe5c95026094ba5d3d4440071fe1017c93a35dd8c645fcf2ad277064eb4a9e4ffde78fb789a520d173842e62e31a2a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1125
1
+ 3.0.1138
@@ -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, 8
827
- deprecate :MaxReplicas=, :none, 2025, 8
826
+ deprecate :MaxReplicas, :none, 2025, 9
827
+ deprecate :MaxReplicas=, :none, 2025, 9
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, 8
889
- deprecate :Enabled=, :none, 2025, 8
890
- deprecate :CreateTime, :none, 2025, 8
891
- deprecate :CreateTime=, :none, 2025, 8
892
- deprecate :ModifyTime, :none, 2025, 8
893
- deprecate :ModifyTime=, :none, 2025, 8
894
- deprecate :StrategyId, :none, 2025, 8
895
- deprecate :StrategyId=, :none, 2025, 8
896
- deprecate :AutoScalerId, :none, 2025, 8
897
- deprecate :AutoScalerId=, :none, 2025, 8
888
+ deprecate :Enabled, :none, 2025, 9
889
+ deprecate :Enabled=, :none, 2025, 9
890
+ deprecate :CreateTime, :none, 2025, 9
891
+ deprecate :CreateTime=, :none, 2025, 9
892
+ deprecate :ModifyTime, :none, 2025, 9
893
+ deprecate :ModifyTime=, :none, 2025, 9
894
+ deprecate :StrategyId, :none, 2025, 9
895
+ deprecate :StrategyId=, :none, 2025, 9
896
+ deprecate :AutoScalerId, :none, 2025, 9
897
+ deprecate :AutoScalerId=, :none, 2025, 9
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, 8
1019
- deprecate :Enabled=, :none, 2025, 8
1020
- deprecate :CreateTime, :none, 2025, 8
1021
- deprecate :CreateTime=, :none, 2025, 8
1022
- deprecate :ModifyTime, :none, 2025, 8
1023
- deprecate :ModifyTime=, :none, 2025, 8
1024
- deprecate :StrategyId, :none, 2025, 8
1025
- deprecate :StrategyId=, :none, 2025, 8
1018
+ deprecate :Enabled, :none, 2025, 9
1019
+ deprecate :Enabled=, :none, 2025, 9
1020
+ deprecate :CreateTime, :none, 2025, 9
1021
+ deprecate :CreateTime=, :none, 2025, 9
1022
+ deprecate :ModifyTime, :none, 2025, 9
1023
+ deprecate :ModifyTime=, :none, 2025, 9
1024
+ deprecate :StrategyId, :none, 2025, 9
1025
+ deprecate :StrategyId=, :none, 2025, 9
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, 8
1704
- deprecate :CronScalerConfig=, :none, 2025, 8
1705
- deprecate :MaxReplicas, :none, 2025, 8
1706
- deprecate :MaxReplicas=, :none, 2025, 8
1703
+ deprecate :CronScalerConfig, :none, 2025, 9
1704
+ deprecate :CronScalerConfig=, :none, 2025, 9
1705
+ deprecate :MaxReplicas, :none, 2025, 9
1706
+ deprecate :MaxReplicas=, :none, 2025, 9
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, 8
1750
- deprecate :Result=, :none, 2025, 8
1749
+ deprecate :Result, :none, 2025, 9
1750
+ deprecate :Result=, :none, 2025, 9
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, 8
1837
- deprecate :Key=, :none, 2025, 8
1838
- deprecate :Crt, :none, 2025, 8
1839
- deprecate :Crt=, :none, 2025, 8
1836
+ deprecate :Key, :none, 2025, 9
1837
+ deprecate :Key=, :none, 2025, 9
1838
+ deprecate :Crt, :none, 2025, 9
1839
+ deprecate :Crt=, :none, 2025, 9
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, 8
2175
- deprecate :ForceHttps=, :none, 2025, 8
2174
+ deprecate :ForceHttps, :none, 2025, 9
2175
+ deprecate :ForceHttps=, :none, 2025, 9
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
@@ -7067,8 +7067,8 @@ module TencentCloud
7067
7067
 
7068
7068
  attr_accessor :GatewayId, :Type, :TypeList
7069
7069
  extend Gem::Deprecate
7070
- deprecate :Type, :none, 2025, 8
7071
- deprecate :Type=, :none, 2025, 8
7070
+ deprecate :Type, :none, 2025, 9
7071
+ deprecate :Type=, :none, 2025, 9
7072
7072
 
7073
7073
  def initialize(gatewayid=nil, type=nil, typelist=nil)
7074
7074
  @GatewayId = gatewayid
@@ -8469,8 +8469,8 @@ module TencentCloud
8469
8469
 
8470
8470
  attr_accessor :Total, :CertificatesList, :Pages
8471
8471
  extend Gem::Deprecate
8472
- deprecate :Pages, :none, 2025, 8
8473
- deprecate :Pages=, :none, 2025, 8
8472
+ deprecate :Pages, :none, 2025, 9
8473
+ deprecate :Pages=, :none, 2025, 9
8474
8474
 
8475
8475
  def initialize(total=nil, certificateslist=nil, pages=nil)
8476
8476
  @Total = total
@@ -8611,8 +8611,8 @@ module TencentCloud
8611
8611
 
8612
8612
  attr_accessor :ID, :Name, :Methods, :Paths, :Hosts, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :CreatedTime, :ForceHttps, :ServiceName, :ServiceID, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering, :RegexPriority
8613
8613
  extend Gem::Deprecate
8614
- deprecate :ForceHttps, :none, 2025, 8
8615
- deprecate :ForceHttps=, :none, 2025, 8
8614
+ deprecate :ForceHttps, :none, 2025, 9
8615
+ deprecate :ForceHttps=, :none, 2025, 9
8616
8616
 
8617
8617
  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)
8618
8618
  @ID = id
@@ -9315,10 +9315,10 @@ module TencentCloud
9315
9315
 
9316
9316
  attr_accessor :GatewayId, :StrategyId, :StrategyName, :Description, :Config, :CronScalerConfig, :MaxReplicas, :CronConfig
9317
9317
  extend Gem::Deprecate
9318
- deprecate :CronScalerConfig, :none, 2025, 8
9319
- deprecate :CronScalerConfig=, :none, 2025, 8
9320
- deprecate :MaxReplicas, :none, 2025, 8
9321
- deprecate :MaxReplicas=, :none, 2025, 8
9318
+ deprecate :CronScalerConfig, :none, 2025, 9
9319
+ deprecate :CronScalerConfig=, :none, 2025, 9
9320
+ deprecate :MaxReplicas, :none, 2025, 9
9321
+ deprecate :MaxReplicas=, :none, 2025, 9
9322
9322
 
9323
9323
  def initialize(gatewayid=nil, strategyid=nil, strategyname=nil, description=nil, config=nil, cronscalerconfig=nil, maxreplicas=nil, cronconfig=nil)
9324
9324
  @GatewayId = gatewayid
@@ -9453,10 +9453,10 @@ module TencentCloud
9453
9453
 
9454
9454
  attr_accessor :GatewayId, :Id, :Name, :Key, :Crt, :BindDomains, :CertId, :CertSource
9455
9455
  extend Gem::Deprecate
9456
- deprecate :Name, :none, 2025, 8
9457
- deprecate :Name=, :none, 2025, 8
9458
- deprecate :BindDomains, :none, 2025, 8
9459
- deprecate :BindDomains=, :none, 2025, 8
9456
+ deprecate :Name, :none, 2025, 9
9457
+ deprecate :Name=, :none, 2025, 9
9458
+ deprecate :BindDomains, :none, 2025, 9
9459
+ deprecate :BindDomains=, :none, 2025, 9
9460
9460
 
9461
9461
  def initialize(gatewayid=nil, id=nil, name=nil, key=nil, crt=nil, binddomains=nil, certid=nil, certsource=nil)
9462
9462
  @GatewayId = gatewayid
@@ -9650,8 +9650,8 @@ module TencentCloud
9650
9650
 
9651
9651
  attr_accessor :GatewayId, :ServiceID, :RouteID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering, :RegexPriority
9652
9652
  extend Gem::Deprecate
9653
- deprecate :ForceHttps, :none, 2025, 8
9654
- deprecate :ForceHttps=, :none, 2025, 8
9653
+ deprecate :ForceHttps, :none, 2025, 9
9654
+ deprecate :ForceHttps=, :none, 2025, 9
9655
9655
 
9656
9656
  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)
9657
9657
  @GatewayId = gatewayid
@@ -11840,8 +11840,8 @@ module TencentCloud
11840
11840
 
11841
11841
  attr_accessor :EnableActiveHealthCheck, :ActiveHealthCheck, :EnablePassiveHealthCheck, :PassiveHealthCheck, :Successes, :Failures, :Timeouts, :HealthyHttpStatuses, :UnhealthyHttpStatuses, :IgnoreZeroWeightNodes, :ZeroWeightHeathCheck
11842
11842
  extend Gem::Deprecate
11843
- deprecate :IgnoreZeroWeightNodes, :none, 2025, 8
11844
- deprecate :IgnoreZeroWeightNodes=, :none, 2025, 8
11843
+ deprecate :IgnoreZeroWeightNodes, :none, 2025, 9
11844
+ deprecate :IgnoreZeroWeightNodes=, :none, 2025, 9
11845
11845
 
11846
11846
  def initialize(enableactivehealthcheck=nil, activehealthcheck=nil, enablepassivehealthcheck=nil, passivehealthcheck=nil, successes=nil, failures=nil, timeouts=nil, healthyhttpstatuses=nil, unhealthyhttpstatuses=nil, ignorezeroweightnodes=nil, zeroweightheathcheck=nil)
11847
11847
  @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.1125
4
+ version: 3.0.1138
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-08-18 00:00:00.000000000 Z
11
+ date: 2025-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common