tencentcloud-sdk-tse 3.0.996 → 3.0.998

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: e976731b6c27003efc01f225c0ce788c99114a13
4
- data.tar.gz: f0a61b8cbcfec2f12f297cc749a601e9bb3cacd7
3
+ metadata.gz: 247f04359e0a2c53f252bf139ddcedc2361ee786
4
+ data.tar.gz: 829f6289a9ad17fbd94cee6d811e847a6847d9e7
5
5
  SHA512:
6
- metadata.gz: f96afce04d53ddd8da98ee963508fed56e0676800e0dbfc3f69678d65cec4092746609db712849c6e81d3ce14c682e03cee86ffbcde000d96652c203c39fb4a4
7
- data.tar.gz: 3be10c5c2e6f96b7b2d4555ab33b20f3ea061715ac06936c0a96940243639988aca6f32a29193f97aca1ec7cc775f305abd289698cb33931da81d461e19a4abc
6
+ metadata.gz: 9e27174f9b0007d36e72895c31bcc7683adb6e9310e756f1db8dd2f12c8c15fcd94830c32ad2b0f95141fd3fc2ea5e240892ba16d8d831fbb7eb941557ea981b
7
+ data.tar.gz: efc6b922c6ad8322eed0efb893bd41c6cfda9fa652e5aceaf2438ab856bdcb87541f53c7cf2ad5a34be05664d46536f4a6fbeaeb423469e4c7c166e3861c144d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.996
1
+ 3.0.998
@@ -878,8 +878,8 @@ module TencentCloud
878
878
 
879
879
  attr_accessor :StrategyId, :StrategyName, :CreateTime, :ModifyTime, :Description, :Config, :GatewayId, :CronConfig, :MaxReplicas
880
880
  extend Gem::Deprecate
881
- deprecate :MaxReplicas, :none, 2025, 1
882
- deprecate :MaxReplicas=, :none, 2025, 1
881
+ deprecate :MaxReplicas, :none, 2025, 2
882
+ deprecate :MaxReplicas=, :none, 2025, 2
883
883
 
884
884
  def initialize(strategyid=nil, strategyname=nil, createtime=nil, modifytime=nil, description=nil, config=nil, gatewayid=nil, cronconfig=nil, maxreplicas=nil)
885
885
  @StrategyId = strategyid
@@ -941,16 +941,16 @@ module TencentCloud
941
941
 
942
942
  attr_accessor :MaxReplicas, :Metrics, :Enabled, :CreateTime, :ModifyTime, :StrategyId, :AutoScalerId, :Behavior
943
943
  extend Gem::Deprecate
944
- deprecate :Enabled, :none, 2025, 1
945
- deprecate :Enabled=, :none, 2025, 1
946
- deprecate :CreateTime, :none, 2025, 1
947
- deprecate :CreateTime=, :none, 2025, 1
948
- deprecate :ModifyTime, :none, 2025, 1
949
- deprecate :ModifyTime=, :none, 2025, 1
950
- deprecate :StrategyId, :none, 2025, 1
951
- deprecate :StrategyId=, :none, 2025, 1
952
- deprecate :AutoScalerId, :none, 2025, 1
953
- deprecate :AutoScalerId=, :none, 2025, 1
944
+ deprecate :Enabled, :none, 2025, 2
945
+ deprecate :Enabled=, :none, 2025, 2
946
+ deprecate :CreateTime, :none, 2025, 2
947
+ deprecate :CreateTime=, :none, 2025, 2
948
+ deprecate :ModifyTime, :none, 2025, 2
949
+ deprecate :ModifyTime=, :none, 2025, 2
950
+ deprecate :StrategyId, :none, 2025, 2
951
+ deprecate :StrategyId=, :none, 2025, 2
952
+ deprecate :AutoScalerId, :none, 2025, 2
953
+ deprecate :AutoScalerId=, :none, 2025, 2
954
954
 
955
955
  def initialize(maxreplicas=nil, metrics=nil, enabled=nil, createtime=nil, modifytime=nil, strategyid=nil, autoscalerid=nil, behavior=nil)
956
956
  @MaxReplicas = maxreplicas
@@ -1079,14 +1079,14 @@ module TencentCloud
1079
1079
 
1080
1080
  attr_accessor :Enabled, :Params, :CreateTime, :ModifyTime, :StrategyId
1081
1081
  extend Gem::Deprecate
1082
- deprecate :Enabled, :none, 2025, 1
1083
- deprecate :Enabled=, :none, 2025, 1
1084
- deprecate :CreateTime, :none, 2025, 1
1085
- deprecate :CreateTime=, :none, 2025, 1
1086
- deprecate :ModifyTime, :none, 2025, 1
1087
- deprecate :ModifyTime=, :none, 2025, 1
1088
- deprecate :StrategyId, :none, 2025, 1
1089
- deprecate :StrategyId=, :none, 2025, 1
1082
+ deprecate :Enabled, :none, 2025, 2
1083
+ deprecate :Enabled=, :none, 2025, 2
1084
+ deprecate :CreateTime, :none, 2025, 2
1085
+ deprecate :CreateTime=, :none, 2025, 2
1086
+ deprecate :ModifyTime, :none, 2025, 2
1087
+ deprecate :ModifyTime=, :none, 2025, 2
1088
+ deprecate :StrategyId, :none, 2025, 2
1089
+ deprecate :StrategyId=, :none, 2025, 2
1090
1090
 
1091
1091
  def initialize(enabled=nil, params=nil, createtime=nil, modifytime=nil, strategyid=nil)
1092
1092
  @Enabled = enabled
@@ -1791,10 +1791,10 @@ module TencentCloud
1791
1791
 
1792
1792
  attr_accessor :GatewayId, :StrategyName, :Description, :Config, :CronScalerConfig, :MaxReplicas, :CronConfig
1793
1793
  extend Gem::Deprecate
1794
- deprecate :CronScalerConfig, :none, 2025, 1
1795
- deprecate :CronScalerConfig=, :none, 2025, 1
1796
- deprecate :MaxReplicas, :none, 2025, 1
1797
- deprecate :MaxReplicas=, :none, 2025, 1
1794
+ deprecate :CronScalerConfig, :none, 2025, 2
1795
+ deprecate :CronScalerConfig=, :none, 2025, 2
1796
+ deprecate :MaxReplicas, :none, 2025, 2
1797
+ deprecate :MaxReplicas=, :none, 2025, 2
1798
1798
 
1799
1799
  def initialize(gatewayid=nil, strategyname=nil, description=nil, config=nil, cronscalerconfig=nil, maxreplicas=nil, cronconfig=nil)
1800
1800
  @GatewayId = gatewayid
@@ -1838,8 +1838,8 @@ module TencentCloud
1838
1838
 
1839
1839
  attr_accessor :Result, :StrategyId, :RequestId
1840
1840
  extend Gem::Deprecate
1841
- deprecate :Result, :none, 2025, 1
1842
- deprecate :Result=, :none, 2025, 1
1841
+ deprecate :Result, :none, 2025, 2
1842
+ deprecate :Result=, :none, 2025, 2
1843
1843
 
1844
1844
  def initialize(result=nil, strategyid=nil, requestid=nil)
1845
1845
  @Result = result
@@ -1914,10 +1914,10 @@ module TencentCloud
1914
1914
 
1915
1915
  attr_accessor :GatewayId, :BindDomains, :CertId, :Name, :Key, :Crt
1916
1916
  extend Gem::Deprecate
1917
- deprecate :Key, :none, 2025, 1
1918
- deprecate :Key=, :none, 2025, 1
1919
- deprecate :Crt, :none, 2025, 1
1920
- deprecate :Crt=, :none, 2025, 1
1917
+ deprecate :Key, :none, 2025, 2
1918
+ deprecate :Key=, :none, 2025, 2
1919
+ deprecate :Crt, :none, 2025, 2
1920
+ deprecate :Crt=, :none, 2025, 2
1921
1921
 
1922
1922
  def initialize(gatewayid=nil, binddomains=nil, certid=nil, name=nil, key=nil, crt=nil)
1923
1923
  @GatewayId = gatewayid
@@ -2253,8 +2253,8 @@ module TencentCloud
2253
2253
 
2254
2254
  attr_accessor :GatewayId, :ServiceID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering
2255
2255
  extend Gem::Deprecate
2256
- deprecate :ForceHttps, :none, 2025, 1
2257
- deprecate :ForceHttps=, :none, 2025, 1
2256
+ deprecate :ForceHttps, :none, 2025, 2
2257
+ deprecate :ForceHttps=, :none, 2025, 2
2258
2258
 
2259
2259
  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)
2260
2260
  @GatewayId = gatewayid
@@ -7135,8 +7135,8 @@ module TencentCloud
7135
7135
 
7136
7136
  attr_accessor :GatewayId, :Type, :TypeList
7137
7137
  extend Gem::Deprecate
7138
- deprecate :Type, :none, 2025, 1
7139
- deprecate :Type=, :none, 2025, 1
7138
+ deprecate :Type, :none, 2025, 2
7139
+ deprecate :Type=, :none, 2025, 2
7140
7140
 
7141
7141
  def initialize(gatewayid=nil, type=nil, typelist=nil)
7142
7142
  @GatewayId = gatewayid
@@ -8578,8 +8578,8 @@ module TencentCloud
8578
8578
 
8579
8579
  attr_accessor :Total, :CertificatesList, :Pages
8580
8580
  extend Gem::Deprecate
8581
- deprecate :Pages, :none, 2025, 1
8582
- deprecate :Pages=, :none, 2025, 1
8581
+ deprecate :Pages, :none, 2025, 2
8582
+ deprecate :Pages=, :none, 2025, 2
8583
8583
 
8584
8584
  def initialize(total=nil, certificateslist=nil, pages=nil)
8585
8585
  @Total = total
@@ -8741,8 +8741,8 @@ module TencentCloud
8741
8741
 
8742
8742
  attr_accessor :ID, :Name, :Methods, :Paths, :Hosts, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :CreatedTime, :ForceHttps, :ServiceName, :ServiceID, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering
8743
8743
  extend Gem::Deprecate
8744
- deprecate :ForceHttps, :none, 2025, 1
8745
- deprecate :ForceHttps=, :none, 2025, 1
8744
+ deprecate :ForceHttps, :none, 2025, 2
8745
+ deprecate :ForceHttps=, :none, 2025, 2
8746
8746
 
8747
8747
  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)
8748
8748
  @ID = id
@@ -9455,10 +9455,10 @@ module TencentCloud
9455
9455
 
9456
9456
  attr_accessor :GatewayId, :StrategyId, :StrategyName, :Description, :Config, :CronScalerConfig, :MaxReplicas, :CronConfig
9457
9457
  extend Gem::Deprecate
9458
- deprecate :CronScalerConfig, :none, 2025, 1
9459
- deprecate :CronScalerConfig=, :none, 2025, 1
9460
- deprecate :MaxReplicas, :none, 2025, 1
9461
- deprecate :MaxReplicas=, :none, 2025, 1
9458
+ deprecate :CronScalerConfig, :none, 2025, 2
9459
+ deprecate :CronScalerConfig=, :none, 2025, 2
9460
+ deprecate :MaxReplicas, :none, 2025, 2
9461
+ deprecate :MaxReplicas=, :none, 2025, 2
9462
9462
 
9463
9463
  def initialize(gatewayid=nil, strategyid=nil, strategyname=nil, description=nil, config=nil, cronscalerconfig=nil, maxreplicas=nil, cronconfig=nil)
9464
9464
  @GatewayId = gatewayid
@@ -9582,10 +9582,10 @@ module TencentCloud
9582
9582
 
9583
9583
  attr_accessor :GatewayId, :Id, :Name, :Key, :Crt, :BindDomains, :CertId, :CertSource
9584
9584
  extend Gem::Deprecate
9585
- deprecate :Name, :none, 2025, 1
9586
- deprecate :Name=, :none, 2025, 1
9587
- deprecate :BindDomains, :none, 2025, 1
9588
- deprecate :BindDomains=, :none, 2025, 1
9585
+ deprecate :Name, :none, 2025, 2
9586
+ deprecate :Name=, :none, 2025, 2
9587
+ deprecate :BindDomains, :none, 2025, 2
9588
+ deprecate :BindDomains=, :none, 2025, 2
9589
9589
 
9590
9590
  def initialize(gatewayid=nil, id=nil, name=nil, key=nil, crt=nil, binddomains=nil, certid=nil, certsource=nil)
9591
9591
  @GatewayId = gatewayid
@@ -9773,8 +9773,8 @@ module TencentCloud
9773
9773
 
9774
9774
  attr_accessor :GatewayId, :ServiceID, :RouteID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering
9775
9775
  extend Gem::Deprecate
9776
- deprecate :ForceHttps, :none, 2025, 1
9777
- deprecate :ForceHttps=, :none, 2025, 1
9776
+ deprecate :ForceHttps, :none, 2025, 2
9777
+ deprecate :ForceHttps=, :none, 2025, 2
9778
9778
 
9779
9779
  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)
9780
9780
  @GatewayId = gatewayid
@@ -12034,8 +12034,8 @@ module TencentCloud
12034
12034
 
12035
12035
  attr_accessor :EnableActiveHealthCheck, :ActiveHealthCheck, :EnablePassiveHealthCheck, :PassiveHealthCheck, :Successes, :Failures, :Timeouts, :HealthyHttpStatuses, :UnhealthyHttpStatuses, :IgnoreZeroWeightNodes, :ZeroWeightHeathCheck
12036
12036
  extend Gem::Deprecate
12037
- deprecate :IgnoreZeroWeightNodes, :none, 2025, 1
12038
- deprecate :IgnoreZeroWeightNodes=, :none, 2025, 1
12037
+ deprecate :IgnoreZeroWeightNodes, :none, 2025, 2
12038
+ deprecate :IgnoreZeroWeightNodes=, :none, 2025, 2
12039
12039
 
12040
12040
  def initialize(enableactivehealthcheck=nil, activehealthcheck=nil, enablepassivehealthcheck=nil, passivehealthcheck=nil, successes=nil, failures=nil, timeouts=nil, healthyhttpstatuses=nil, unhealthyhttpstatuses=nil, ignorezeroweightnodes=nil, zeroweightheathcheck=nil)
12041
12041
  @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.996
4
+ version: 3.0.998
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-02-11 00:00:00.000000000 Z
11
+ date: 2025-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common