tencentcloud-sdk-tse 3.0.899 → 3.0.900

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 +52 -51
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a11bfa367e261d54a444b80afd6f1c4ab142e028
4
- data.tar.gz: b4dc8953f15d7883afd7c1e51cf13bb16f7d9f80
3
+ metadata.gz: 8a302e9161616028ab873926fc7242a7801463f2
4
+ data.tar.gz: a19e20bfe40bb1ab3958a9400bac08fe2a8b77fd
5
5
  SHA512:
6
- metadata.gz: 96175f923cf7756c31a661d539017c45e2c0cbcd609a835bb4aa8f110c0713f9cab3372ae1ab8383586831aa841e9e0224c277369ec5a71ea18561d67dbdb07a
7
- data.tar.gz: d72aa3ba81633fdc6e89bd85511dfbe695329ed139a74794d352082e0b244ba8e9ce4b6533c6c04127071d8b31e3d303d37b51167c11a51e7f2031a8d1de802d
6
+ metadata.gz: ec233e0ba3d1b68af1ec7201aaaf757076129a5950f27e8cb63ecc970e67c9f8b7d85897c232d5265f86a0959eb20693be38bdf109eb5900697ca69b16b22ed6
7
+ data.tar.gz: a23072b7a5d5a268abd2b9e890c435a36214fd40aae5478b14d0d7c8bb81f58069e88e2ca6944cfc90e9c964b6999a58f233526c466bbf1bd99db147ff27d322
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.899
1
+ 3.0.900
@@ -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, 2024, 8
882
- deprecate :MaxReplicas=, :none, 2024, 8
881
+ deprecate :MaxReplicas, :none, 2024, 9
882
+ deprecate :MaxReplicas=, :none, 2024, 9
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, 2024, 8
945
- deprecate :Enabled=, :none, 2024, 8
946
- deprecate :CreateTime, :none, 2024, 8
947
- deprecate :CreateTime=, :none, 2024, 8
948
- deprecate :ModifyTime, :none, 2024, 8
949
- deprecate :ModifyTime=, :none, 2024, 8
950
- deprecate :StrategyId, :none, 2024, 8
951
- deprecate :StrategyId=, :none, 2024, 8
952
- deprecate :AutoScalerId, :none, 2024, 8
953
- deprecate :AutoScalerId=, :none, 2024, 8
944
+ deprecate :Enabled, :none, 2024, 9
945
+ deprecate :Enabled=, :none, 2024, 9
946
+ deprecate :CreateTime, :none, 2024, 9
947
+ deprecate :CreateTime=, :none, 2024, 9
948
+ deprecate :ModifyTime, :none, 2024, 9
949
+ deprecate :ModifyTime=, :none, 2024, 9
950
+ deprecate :StrategyId, :none, 2024, 9
951
+ deprecate :StrategyId=, :none, 2024, 9
952
+ deprecate :AutoScalerId, :none, 2024, 9
953
+ deprecate :AutoScalerId=, :none, 2024, 9
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, 2024, 8
1083
- deprecate :Enabled=, :none, 2024, 8
1084
- deprecate :CreateTime, :none, 2024, 8
1085
- deprecate :CreateTime=, :none, 2024, 8
1086
- deprecate :ModifyTime, :none, 2024, 8
1087
- deprecate :ModifyTime=, :none, 2024, 8
1088
- deprecate :StrategyId, :none, 2024, 8
1089
- deprecate :StrategyId=, :none, 2024, 8
1082
+ deprecate :Enabled, :none, 2024, 9
1083
+ deprecate :Enabled=, :none, 2024, 9
1084
+ deprecate :CreateTime, :none, 2024, 9
1085
+ deprecate :CreateTime=, :none, 2024, 9
1086
+ deprecate :ModifyTime, :none, 2024, 9
1087
+ deprecate :ModifyTime=, :none, 2024, 9
1088
+ deprecate :StrategyId, :none, 2024, 9
1089
+ deprecate :StrategyId=, :none, 2024, 9
1090
1090
 
1091
1091
  def initialize(enabled=nil, params=nil, createtime=nil, modifytime=nil, strategyid=nil)
1092
1092
  @Enabled = enabled
@@ -1781,10 +1781,10 @@ module TencentCloud
1781
1781
 
1782
1782
  attr_accessor :GatewayId, :StrategyName, :Description, :Config, :CronScalerConfig, :MaxReplicas, :CronConfig
1783
1783
  extend Gem::Deprecate
1784
- deprecate :CronScalerConfig, :none, 2024, 8
1785
- deprecate :CronScalerConfig=, :none, 2024, 8
1786
- deprecate :MaxReplicas, :none, 2024, 8
1787
- deprecate :MaxReplicas=, :none, 2024, 8
1784
+ deprecate :CronScalerConfig, :none, 2024, 9
1785
+ deprecate :CronScalerConfig=, :none, 2024, 9
1786
+ deprecate :MaxReplicas, :none, 2024, 9
1787
+ deprecate :MaxReplicas=, :none, 2024, 9
1788
1788
 
1789
1789
  def initialize(gatewayid=nil, strategyname=nil, description=nil, config=nil, cronscalerconfig=nil, maxreplicas=nil, cronconfig=nil)
1790
1790
  @GatewayId = gatewayid
@@ -1828,8 +1828,8 @@ module TencentCloud
1828
1828
 
1829
1829
  attr_accessor :Result, :StrategyId, :RequestId
1830
1830
  extend Gem::Deprecate
1831
- deprecate :Result, :none, 2024, 8
1832
- deprecate :Result=, :none, 2024, 8
1831
+ deprecate :Result, :none, 2024, 9
1832
+ deprecate :Result=, :none, 2024, 9
1833
1833
 
1834
1834
  def initialize(result=nil, strategyid=nil, requestid=nil)
1835
1835
  @Result = result
@@ -1904,10 +1904,10 @@ module TencentCloud
1904
1904
 
1905
1905
  attr_accessor :GatewayId, :BindDomains, :CertId, :Name, :Key, :Crt
1906
1906
  extend Gem::Deprecate
1907
- deprecate :Key, :none, 2024, 8
1908
- deprecate :Key=, :none, 2024, 8
1909
- deprecate :Crt, :none, 2024, 8
1910
- deprecate :Crt=, :none, 2024, 8
1907
+ deprecate :Key, :none, 2024, 9
1908
+ deprecate :Key=, :none, 2024, 9
1909
+ deprecate :Crt, :none, 2024, 9
1910
+ deprecate :Crt=, :none, 2024, 9
1911
1911
 
1912
1912
  def initialize(gatewayid=nil, binddomains=nil, certid=nil, name=nil, key=nil, crt=nil)
1913
1913
  @GatewayId = gatewayid
@@ -2239,8 +2239,8 @@ module TencentCloud
2239
2239
 
2240
2240
  attr_accessor :GatewayId, :ServiceID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers
2241
2241
  extend Gem::Deprecate
2242
- deprecate :ForceHttps, :none, 2024, 8
2243
- deprecate :ForceHttps=, :none, 2024, 8
2242
+ deprecate :ForceHttps, :none, 2024, 9
2243
+ deprecate :ForceHttps=, :none, 2024, 9
2244
2244
 
2245
2245
  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)
2246
2246
  @GatewayId = gatewayid
@@ -2581,7 +2581,8 @@ module TencentCloud
2581
2581
  # - ap-jakarta:雅加达
2582
2582
  # - ap-singapore:新加坡
2583
2583
  # 北美区 参考值
2584
- # - na-toronto:多伦多
2584
+ # - na-siliconvalley:硅谷
2585
+ # - na-ashburn: 弗吉尼亚
2585
2586
  # 金融专区 参考值
2586
2587
  # - ap-beijing-fsi:北京金融
2587
2588
  # - ap-shanghai-fsi:上海金融
@@ -6775,8 +6776,8 @@ module TencentCloud
6775
6776
 
6776
6777
  attr_accessor :GatewayId, :Type, :TypeList
6777
6778
  extend Gem::Deprecate
6778
- deprecate :Type, :none, 2024, 8
6779
- deprecate :Type=, :none, 2024, 8
6779
+ deprecate :Type, :none, 2024, 9
6780
+ deprecate :Type=, :none, 2024, 9
6780
6781
 
6781
6782
  def initialize(gatewayid=nil, type=nil, typelist=nil)
6782
6783
  @GatewayId = gatewayid
@@ -8189,8 +8190,8 @@ module TencentCloud
8189
8190
 
8190
8191
  attr_accessor :Total, :CertificatesList, :Pages
8191
8192
  extend Gem::Deprecate
8192
- deprecate :Pages, :none, 2024, 8
8193
- deprecate :Pages=, :none, 2024, 8
8193
+ deprecate :Pages, :none, 2024, 9
8194
+ deprecate :Pages=, :none, 2024, 9
8194
8195
 
8195
8196
  def initialize(total=nil, certificateslist=nil, pages=nil)
8196
8197
  @Total = total
@@ -8348,8 +8349,8 @@ module TencentCloud
8348
8349
 
8349
8350
  attr_accessor :ID, :Name, :Methods, :Paths, :Hosts, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :CreatedTime, :ForceHttps, :ServiceName, :ServiceID, :DestinationPorts, :Headers
8350
8351
  extend Gem::Deprecate
8351
- deprecate :ForceHttps, :none, 2024, 8
8352
- deprecate :ForceHttps=, :none, 2024, 8
8352
+ deprecate :ForceHttps, :none, 2024, 9
8353
+ deprecate :ForceHttps=, :none, 2024, 9
8353
8354
 
8354
8355
  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)
8355
8356
  @ID = id
@@ -9058,10 +9059,10 @@ module TencentCloud
9058
9059
 
9059
9060
  attr_accessor :GatewayId, :StrategyId, :StrategyName, :Description, :Config, :CronScalerConfig, :MaxReplicas, :CronConfig
9060
9061
  extend Gem::Deprecate
9061
- deprecate :CronScalerConfig, :none, 2024, 8
9062
- deprecate :CronScalerConfig=, :none, 2024, 8
9063
- deprecate :MaxReplicas, :none, 2024, 8
9064
- deprecate :MaxReplicas=, :none, 2024, 8
9062
+ deprecate :CronScalerConfig, :none, 2024, 9
9063
+ deprecate :CronScalerConfig=, :none, 2024, 9
9064
+ deprecate :MaxReplicas, :none, 2024, 9
9065
+ deprecate :MaxReplicas=, :none, 2024, 9
9065
9066
 
9066
9067
  def initialize(gatewayid=nil, strategyid=nil, strategyname=nil, description=nil, config=nil, cronscalerconfig=nil, maxreplicas=nil, cronconfig=nil)
9067
9068
  @GatewayId = gatewayid
@@ -9185,10 +9186,10 @@ module TencentCloud
9185
9186
 
9186
9187
  attr_accessor :GatewayId, :Id, :Name, :Key, :Crt, :BindDomains, :CertId, :CertSource
9187
9188
  extend Gem::Deprecate
9188
- deprecate :Name, :none, 2024, 8
9189
- deprecate :Name=, :none, 2024, 8
9190
- deprecate :BindDomains, :none, 2024, 8
9191
- deprecate :BindDomains=, :none, 2024, 8
9189
+ deprecate :Name, :none, 2024, 9
9190
+ deprecate :Name=, :none, 2024, 9
9191
+ deprecate :BindDomains, :none, 2024, 9
9192
+ deprecate :BindDomains=, :none, 2024, 9
9192
9193
 
9193
9194
  def initialize(gatewayid=nil, id=nil, name=nil, key=nil, crt=nil, binddomains=nil, certid=nil, certsource=nil)
9194
9195
  @GatewayId = gatewayid
@@ -9372,8 +9373,8 @@ module TencentCloud
9372
9373
 
9373
9374
  attr_accessor :GatewayId, :ServiceID, :RouteID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers
9374
9375
  extend Gem::Deprecate
9375
- deprecate :ForceHttps, :none, 2024, 8
9376
- deprecate :ForceHttps=, :none, 2024, 8
9376
+ deprecate :ForceHttps, :none, 2024, 9
9377
+ deprecate :ForceHttps=, :none, 2024, 9
9377
9378
 
9378
9379
  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)
9379
9380
  @GatewayId = gatewayid
@@ -11370,8 +11371,8 @@ module TencentCloud
11370
11371
 
11371
11372
  attr_accessor :EnableActiveHealthCheck, :ActiveHealthCheck, :EnablePassiveHealthCheck, :PassiveHealthCheck, :Successes, :Failures, :Timeouts, :HealthyHttpStatuses, :UnhealthyHttpStatuses, :IgnoreZeroWeightNodes, :ZeroWeightHeathCheck
11372
11373
  extend Gem::Deprecate
11373
- deprecate :IgnoreZeroWeightNodes, :none, 2024, 8
11374
- deprecate :IgnoreZeroWeightNodes=, :none, 2024, 8
11374
+ deprecate :IgnoreZeroWeightNodes, :none, 2024, 9
11375
+ deprecate :IgnoreZeroWeightNodes=, :none, 2024, 9
11375
11376
 
11376
11377
  def initialize(enableactivehealthcheck=nil, activehealthcheck=nil, enablepassivehealthcheck=nil, passivehealthcheck=nil, successes=nil, failures=nil, timeouts=nil, healthyhttpstatuses=nil, unhealthyhttpstatuses=nil, ignorezeroweightnodes=nil, zeroweightheathcheck=nil)
11377
11378
  @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.899
4
+ version: 3.0.900
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-09-04 00:00:00.000000000 Z
11
+ date: 2024-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common