tencentcloud-sdk-tse 3.0.1008 → 3.0.1009

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 +123 -62
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eae2abd9d074c8afe542c27ea89fdb73df198dbc
4
- data.tar.gz: f83b2cf02e0e48726747024e3fcb7cc8398b2e63
3
+ metadata.gz: 6d184795273464feabfdcc54495526e487a113ec
4
+ data.tar.gz: 4f8e6bcb7fc0dc56fee21c8a77eebe1350c998fe
5
5
  SHA512:
6
- metadata.gz: c73eba513e4a07ef30ccb37e07042ce26a5b9a457c580a8faed74927628123cfb7168d72ed1b6059d786a2a88b763db4a8f7267bd865c85c636990d715d9a848
7
- data.tar.gz: 5ff8f5693b43b15283aea6f83675a4d497c2cf79c045e39fe7f992bd1bc84d5e1bc1636ab5c473951edfbf9b2e9e369a83b595862a487a065c27ed14f81e86f0
6
+ metadata.gz: aaac88e23c644b036463de7867403577d5d60295e6cff879b51e1283dd3cf8e55a36ec9cbab3714e5caedea6721e525724f454b3a89e3cf5a7004c4b7b9b2256
7
+ data.tar.gz: 80cd1fb01745c60cb634bfebe32922d74cbdeff4552f55b6f637d0de06ef41f05c8fc4b5a3cae6ef10a50a67a8bf25cbe40c2ed5146859fbb8dc3f9c844d5733
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1008
1
+ 3.0.1009
@@ -271,6 +271,29 @@ module TencentCloud
271
271
  end
272
272
  end
273
273
 
274
+ # 灰度规则 Priority - Rule
275
+ class CanaryPriorityRule < TencentCloud::Common::AbstractModel
276
+ # @param Priority: 优先级
277
+ # @type Priority: Integer
278
+ # @param CanaryRule: 灰度规则配置
279
+ # @type CanaryRule: :class:`Tencentcloud::Tse.v20201207.models.CloudNativeAPIGatewayCanaryRule`
280
+
281
+ attr_accessor :Priority, :CanaryRule
282
+
283
+ def initialize(priority=nil, canaryrule=nil)
284
+ @Priority = priority
285
+ @CanaryRule = canaryrule
286
+ end
287
+
288
+ def deserialize(params)
289
+ @Priority = params['Priority']
290
+ unless params['CanaryRule'].nil?
291
+ @CanaryRule = CloudNativeAPIGatewayCanaryRule.new
292
+ @CanaryRule.deserialize(params['CanaryRule'])
293
+ end
294
+ end
295
+ end
296
+
274
297
  # 证书信息
275
298
  class CertificateInfo < TencentCloud::Common::AbstractModel
276
299
  # @param Id: 唯一id
@@ -878,8 +901,8 @@ module TencentCloud
878
901
 
879
902
  attr_accessor :StrategyId, :StrategyName, :CreateTime, :ModifyTime, :Description, :Config, :GatewayId, :CronConfig, :MaxReplicas
880
903
  extend Gem::Deprecate
881
- deprecate :MaxReplicas, :none, 2025, 2
882
- deprecate :MaxReplicas=, :none, 2025, 2
904
+ deprecate :MaxReplicas, :none, 2025, 3
905
+ deprecate :MaxReplicas=, :none, 2025, 3
883
906
 
884
907
  def initialize(strategyid=nil, strategyname=nil, createtime=nil, modifytime=nil, description=nil, config=nil, gatewayid=nil, cronconfig=nil, maxreplicas=nil)
885
908
  @StrategyId = strategyid
@@ -941,16 +964,16 @@ module TencentCloud
941
964
 
942
965
  attr_accessor :MaxReplicas, :Metrics, :Enabled, :CreateTime, :ModifyTime, :StrategyId, :AutoScalerId, :Behavior
943
966
  extend Gem::Deprecate
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
967
+ deprecate :Enabled, :none, 2025, 3
968
+ deprecate :Enabled=, :none, 2025, 3
969
+ deprecate :CreateTime, :none, 2025, 3
970
+ deprecate :CreateTime=, :none, 2025, 3
971
+ deprecate :ModifyTime, :none, 2025, 3
972
+ deprecate :ModifyTime=, :none, 2025, 3
973
+ deprecate :StrategyId, :none, 2025, 3
974
+ deprecate :StrategyId=, :none, 2025, 3
975
+ deprecate :AutoScalerId, :none, 2025, 3
976
+ deprecate :AutoScalerId=, :none, 2025, 3
954
977
 
955
978
  def initialize(maxreplicas=nil, metrics=nil, enabled=nil, createtime=nil, modifytime=nil, strategyid=nil, autoscalerid=nil, behavior=nil)
956
979
  @MaxReplicas = maxreplicas
@@ -1079,14 +1102,14 @@ module TencentCloud
1079
1102
 
1080
1103
  attr_accessor :Enabled, :Params, :CreateTime, :ModifyTime, :StrategyId
1081
1104
  extend Gem::Deprecate
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
1105
+ deprecate :Enabled, :none, 2025, 3
1106
+ deprecate :Enabled=, :none, 2025, 3
1107
+ deprecate :CreateTime, :none, 2025, 3
1108
+ deprecate :CreateTime=, :none, 2025, 3
1109
+ deprecate :ModifyTime, :none, 2025, 3
1110
+ deprecate :ModifyTime=, :none, 2025, 3
1111
+ deprecate :StrategyId, :none, 2025, 3
1112
+ deprecate :StrategyId=, :none, 2025, 3
1090
1113
 
1091
1114
  def initialize(enabled=nil, params=nil, createtime=nil, modifytime=nil, strategyid=nil)
1092
1115
  @Enabled = enabled
@@ -1791,10 +1814,10 @@ module TencentCloud
1791
1814
 
1792
1815
  attr_accessor :GatewayId, :StrategyName, :Description, :Config, :CronScalerConfig, :MaxReplicas, :CronConfig
1793
1816
  extend Gem::Deprecate
1794
- deprecate :CronScalerConfig, :none, 2025, 2
1795
- deprecate :CronScalerConfig=, :none, 2025, 2
1796
- deprecate :MaxReplicas, :none, 2025, 2
1797
- deprecate :MaxReplicas=, :none, 2025, 2
1817
+ deprecate :CronScalerConfig, :none, 2025, 3
1818
+ deprecate :CronScalerConfig=, :none, 2025, 3
1819
+ deprecate :MaxReplicas, :none, 2025, 3
1820
+ deprecate :MaxReplicas=, :none, 2025, 3
1798
1821
 
1799
1822
  def initialize(gatewayid=nil, strategyname=nil, description=nil, config=nil, cronscalerconfig=nil, maxreplicas=nil, cronconfig=nil)
1800
1823
  @GatewayId = gatewayid
@@ -1838,8 +1861,8 @@ module TencentCloud
1838
1861
 
1839
1862
  attr_accessor :Result, :StrategyId, :RequestId
1840
1863
  extend Gem::Deprecate
1841
- deprecate :Result, :none, 2025, 2
1842
- deprecate :Result=, :none, 2025, 2
1864
+ deprecate :Result, :none, 2025, 3
1865
+ deprecate :Result=, :none, 2025, 3
1843
1866
 
1844
1867
  def initialize(result=nil, strategyid=nil, requestid=nil)
1845
1868
  @Result = result
@@ -1862,13 +1885,16 @@ module TencentCloud
1862
1885
  # @type ServiceId: String
1863
1886
  # @param CanaryRule: 灰度规则配置
1864
1887
  # @type CanaryRule: :class:`Tencentcloud::Tse.v20201207.models.CloudNativeAPIGatewayCanaryRule`
1888
+ # @param CanaryRuleList: 灰度规则配置列表,如果配置了此参数,将以此参数为准,忽略CanaryRule参数
1889
+ # @type CanaryRuleList: Array
1865
1890
 
1866
- attr_accessor :GatewayId, :ServiceId, :CanaryRule
1891
+ attr_accessor :GatewayId, :ServiceId, :CanaryRule, :CanaryRuleList
1867
1892
 
1868
- def initialize(gatewayid=nil, serviceid=nil, canaryrule=nil)
1893
+ def initialize(gatewayid=nil, serviceid=nil, canaryrule=nil, canaryrulelist=nil)
1869
1894
  @GatewayId = gatewayid
1870
1895
  @ServiceId = serviceid
1871
1896
  @CanaryRule = canaryrule
1897
+ @CanaryRuleList = canaryrulelist
1872
1898
  end
1873
1899
 
1874
1900
  def deserialize(params)
@@ -1878,6 +1904,14 @@ module TencentCloud
1878
1904
  @CanaryRule = CloudNativeAPIGatewayCanaryRule.new
1879
1905
  @CanaryRule.deserialize(params['CanaryRule'])
1880
1906
  end
1907
+ unless params['CanaryRuleList'].nil?
1908
+ @CanaryRuleList = []
1909
+ params['CanaryRuleList'].each do |i|
1910
+ cloudnativeapigatewaycanaryrule_tmp = CloudNativeAPIGatewayCanaryRule.new
1911
+ cloudnativeapigatewaycanaryrule_tmp.deserialize(i)
1912
+ @CanaryRuleList << cloudnativeapigatewaycanaryrule_tmp
1913
+ end
1914
+ end
1881
1915
  end
1882
1916
  end
1883
1917
 
@@ -1914,10 +1948,10 @@ module TencentCloud
1914
1948
 
1915
1949
  attr_accessor :GatewayId, :BindDomains, :CertId, :Name, :Key, :Crt
1916
1950
  extend Gem::Deprecate
1917
- deprecate :Key, :none, 2025, 2
1918
- deprecate :Key=, :none, 2025, 2
1919
- deprecate :Crt, :none, 2025, 2
1920
- deprecate :Crt=, :none, 2025, 2
1951
+ deprecate :Key, :none, 2025, 3
1952
+ deprecate :Key=, :none, 2025, 3
1953
+ deprecate :Crt, :none, 2025, 3
1954
+ deprecate :Crt=, :none, 2025, 3
1921
1955
 
1922
1956
  def initialize(gatewayid=nil, binddomains=nil, certid=nil, name=nil, key=nil, crt=nil)
1923
1957
  @GatewayId = gatewayid
@@ -2250,13 +2284,15 @@ module TencentCloud
2250
2284
  # @type RequestBuffering: Boolean
2251
2285
  # @param ResponseBuffering: 是否缓存响应body,默认true
2252
2286
  # @type ResponseBuffering: Boolean
2287
+ # @param RegexPriority: 正则优先级
2288
+ # @type RegexPriority: Integer
2253
2289
 
2254
- attr_accessor :GatewayId, :ServiceID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering
2290
+ attr_accessor :GatewayId, :ServiceID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering, :RegexPriority
2255
2291
  extend Gem::Deprecate
2256
- deprecate :ForceHttps, :none, 2025, 2
2257
- deprecate :ForceHttps=, :none, 2025, 2
2292
+ deprecate :ForceHttps, :none, 2025, 3
2293
+ deprecate :ForceHttps=, :none, 2025, 3
2258
2294
 
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)
2295
+ 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)
2260
2296
  @GatewayId = gatewayid
2261
2297
  @ServiceID = serviceid
2262
2298
  @RouteName = routename
@@ -2272,6 +2308,7 @@ module TencentCloud
2272
2308
  @Headers = headers
2273
2309
  @RequestBuffering = requestbuffering
2274
2310
  @ResponseBuffering = responsebuffering
2311
+ @RegexPriority = regexpriority
2275
2312
  end
2276
2313
 
2277
2314
  def deserialize(params)
@@ -2297,6 +2334,7 @@ module TencentCloud
2297
2334
  end
2298
2335
  @RequestBuffering = params['RequestBuffering']
2299
2336
  @ResponseBuffering = params['ResponseBuffering']
2337
+ @RegexPriority = params['RegexPriority']
2300
2338
  end
2301
2339
  end
2302
2340
 
@@ -3286,19 +3324,23 @@ module TencentCloud
3286
3324
  # @type ServiceId: String
3287
3325
  # @param Priority: 优先级
3288
3326
  # @type Priority: Integer
3327
+ # @param PriorityList: 优先级列表,如果配置了此参数,将以此参数为准,忽略Priority参数
3328
+ # @type PriorityList: Array
3289
3329
 
3290
- attr_accessor :GatewayId, :ServiceId, :Priority
3330
+ attr_accessor :GatewayId, :ServiceId, :Priority, :PriorityList
3291
3331
 
3292
- def initialize(gatewayid=nil, serviceid=nil, priority=nil)
3332
+ def initialize(gatewayid=nil, serviceid=nil, priority=nil, prioritylist=nil)
3293
3333
  @GatewayId = gatewayid
3294
3334
  @ServiceId = serviceid
3295
3335
  @Priority = priority
3336
+ @PriorityList = prioritylist
3296
3337
  end
3297
3338
 
3298
3339
  def deserialize(params)
3299
3340
  @GatewayId = params['GatewayId']
3300
3341
  @ServiceId = params['ServiceId']
3301
3342
  @Priority = params['Priority']
3343
+ @PriorityList = params['PriorityList']
3302
3344
  end
3303
3345
  end
3304
3346
 
@@ -7135,8 +7177,8 @@ module TencentCloud
7135
7177
 
7136
7178
  attr_accessor :GatewayId, :Type, :TypeList
7137
7179
  extend Gem::Deprecate
7138
- deprecate :Type, :none, 2025, 2
7139
- deprecate :Type=, :none, 2025, 2
7180
+ deprecate :Type, :none, 2025, 3
7181
+ deprecate :Type=, :none, 2025, 3
7140
7182
 
7141
7183
  def initialize(gatewayid=nil, type=nil, typelist=nil)
7142
7184
  @GatewayId = gatewayid
@@ -8578,8 +8620,8 @@ module TencentCloud
8578
8620
 
8579
8621
  attr_accessor :Total, :CertificatesList, :Pages
8580
8622
  extend Gem::Deprecate
8581
- deprecate :Pages, :none, 2025, 2
8582
- deprecate :Pages=, :none, 2025, 2
8623
+ deprecate :Pages, :none, 2025, 3
8624
+ deprecate :Pages=, :none, 2025, 3
8583
8625
 
8584
8626
  def initialize(total=nil, certificateslist=nil, pages=nil)
8585
8627
  @Total = total
@@ -8738,13 +8780,15 @@ module TencentCloud
8738
8780
  # @type RequestBuffering: Boolean
8739
8781
  # @param ResponseBuffering: 是否缓存响应body,默认true
8740
8782
  # @type ResponseBuffering: Boolean
8783
+ # @param RegexPriority: 正则优先级
8784
+ # @type RegexPriority: Integer
8741
8785
 
8742
- attr_accessor :ID, :Name, :Methods, :Paths, :Hosts, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :CreatedTime, :ForceHttps, :ServiceName, :ServiceID, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering
8786
+ attr_accessor :ID, :Name, :Methods, :Paths, :Hosts, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :CreatedTime, :ForceHttps, :ServiceName, :ServiceID, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering, :RegexPriority
8743
8787
  extend Gem::Deprecate
8744
- deprecate :ForceHttps, :none, 2025, 2
8745
- deprecate :ForceHttps=, :none, 2025, 2
8788
+ deprecate :ForceHttps, :none, 2025, 3
8789
+ deprecate :ForceHttps=, :none, 2025, 3
8746
8790
 
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)
8791
+ 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)
8748
8792
  @ID = id
8749
8793
  @Name = name
8750
8794
  @Methods = methods
@@ -8762,6 +8806,7 @@ module TencentCloud
8762
8806
  @Headers = headers
8763
8807
  @RequestBuffering = requestbuffering
8764
8808
  @ResponseBuffering = responsebuffering
8809
+ @RegexPriority = regexpriority
8765
8810
  end
8766
8811
 
8767
8812
  def deserialize(params)
@@ -8789,6 +8834,7 @@ module TencentCloud
8789
8834
  end
8790
8835
  @RequestBuffering = params['RequestBuffering']
8791
8836
  @ResponseBuffering = params['ResponseBuffering']
8837
+ @RegexPriority = params['RegexPriority']
8792
8838
  end
8793
8839
  end
8794
8840
 
@@ -9455,10 +9501,10 @@ module TencentCloud
9455
9501
 
9456
9502
  attr_accessor :GatewayId, :StrategyId, :StrategyName, :Description, :Config, :CronScalerConfig, :MaxReplicas, :CronConfig
9457
9503
  extend Gem::Deprecate
9458
- deprecate :CronScalerConfig, :none, 2025, 2
9459
- deprecate :CronScalerConfig=, :none, 2025, 2
9460
- deprecate :MaxReplicas, :none, 2025, 2
9461
- deprecate :MaxReplicas=, :none, 2025, 2
9504
+ deprecate :CronScalerConfig, :none, 2025, 3
9505
+ deprecate :CronScalerConfig=, :none, 2025, 3
9506
+ deprecate :MaxReplicas, :none, 2025, 3
9507
+ deprecate :MaxReplicas=, :none, 2025, 3
9462
9508
 
9463
9509
  def initialize(gatewayid=nil, strategyid=nil, strategyname=nil, description=nil, config=nil, cronscalerconfig=nil, maxreplicas=nil, cronconfig=nil)
9464
9510
  @GatewayId = gatewayid
@@ -9522,14 +9568,17 @@ module TencentCloud
9522
9568
  # @type Priority: Integer
9523
9569
  # @param CanaryRule: 灰度规则配置
9524
9570
  # @type CanaryRule: :class:`Tencentcloud::Tse.v20201207.models.CloudNativeAPIGatewayCanaryRule`
9571
+ # @param CanaryRuleList: 灰度规则配置列表,如果配置了此参数,将以此参数为准,忽略Priority和CanaryRule参数
9572
+ # @type CanaryRuleList: Array
9525
9573
 
9526
- attr_accessor :GatewayId, :ServiceId, :Priority, :CanaryRule
9574
+ attr_accessor :GatewayId, :ServiceId, :Priority, :CanaryRule, :CanaryRuleList
9527
9575
 
9528
- def initialize(gatewayid=nil, serviceid=nil, priority=nil, canaryrule=nil)
9576
+ def initialize(gatewayid=nil, serviceid=nil, priority=nil, canaryrule=nil, canaryrulelist=nil)
9529
9577
  @GatewayId = gatewayid
9530
9578
  @ServiceId = serviceid
9531
9579
  @Priority = priority
9532
9580
  @CanaryRule = canaryrule
9581
+ @CanaryRuleList = canaryrulelist
9533
9582
  end
9534
9583
 
9535
9584
  def deserialize(params)
@@ -9540,6 +9589,14 @@ module TencentCloud
9540
9589
  @CanaryRule = CloudNativeAPIGatewayCanaryRule.new
9541
9590
  @CanaryRule.deserialize(params['CanaryRule'])
9542
9591
  end
9592
+ unless params['CanaryRuleList'].nil?
9593
+ @CanaryRuleList = []
9594
+ params['CanaryRuleList'].each do |i|
9595
+ canarypriorityrule_tmp = CanaryPriorityRule.new
9596
+ canarypriorityrule_tmp.deserialize(i)
9597
+ @CanaryRuleList << canarypriorityrule_tmp
9598
+ end
9599
+ end
9543
9600
  end
9544
9601
  end
9545
9602
 
@@ -9582,10 +9639,10 @@ module TencentCloud
9582
9639
 
9583
9640
  attr_accessor :GatewayId, :Id, :Name, :Key, :Crt, :BindDomains, :CertId, :CertSource
9584
9641
  extend Gem::Deprecate
9585
- deprecate :Name, :none, 2025, 2
9586
- deprecate :Name=, :none, 2025, 2
9587
- deprecate :BindDomains, :none, 2025, 2
9588
- deprecate :BindDomains=, :none, 2025, 2
9642
+ deprecate :Name, :none, 2025, 3
9643
+ deprecate :Name=, :none, 2025, 3
9644
+ deprecate :BindDomains, :none, 2025, 3
9645
+ deprecate :BindDomains=, :none, 2025, 3
9589
9646
 
9590
9647
  def initialize(gatewayid=nil, id=nil, name=nil, key=nil, crt=nil, binddomains=nil, certid=nil, certsource=nil)
9591
9648
  @GatewayId = gatewayid
@@ -9770,13 +9827,15 @@ module TencentCloud
9770
9827
  # @type RequestBuffering: Boolean
9771
9828
  # @param ResponseBuffering: 是否缓存响应body,默认true
9772
9829
  # @type ResponseBuffering: Boolean
9830
+ # @param RegexPriority: 增加优先级
9831
+ # @type RegexPriority: Integer
9773
9832
 
9774
- attr_accessor :GatewayId, :ServiceID, :RouteID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering
9833
+ attr_accessor :GatewayId, :ServiceID, :RouteID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering, :RegexPriority
9775
9834
  extend Gem::Deprecate
9776
- deprecate :ForceHttps, :none, 2025, 2
9777
- deprecate :ForceHttps=, :none, 2025, 2
9835
+ deprecate :ForceHttps, :none, 2025, 3
9836
+ deprecate :ForceHttps=, :none, 2025, 3
9778
9837
 
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)
9838
+ 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)
9780
9839
  @GatewayId = gatewayid
9781
9840
  @ServiceID = serviceid
9782
9841
  @RouteID = routeid
@@ -9793,6 +9852,7 @@ module TencentCloud
9793
9852
  @Headers = headers
9794
9853
  @RequestBuffering = requestbuffering
9795
9854
  @ResponseBuffering = responsebuffering
9855
+ @RegexPriority = regexpriority
9796
9856
  end
9797
9857
 
9798
9858
  def deserialize(params)
@@ -9819,6 +9879,7 @@ module TencentCloud
9819
9879
  end
9820
9880
  @RequestBuffering = params['RequestBuffering']
9821
9881
  @ResponseBuffering = params['ResponseBuffering']
9882
+ @RegexPriority = params['RegexPriority']
9822
9883
  end
9823
9884
  end
9824
9885
 
@@ -12034,8 +12095,8 @@ module TencentCloud
12034
12095
 
12035
12096
  attr_accessor :EnableActiveHealthCheck, :ActiveHealthCheck, :EnablePassiveHealthCheck, :PassiveHealthCheck, :Successes, :Failures, :Timeouts, :HealthyHttpStatuses, :UnhealthyHttpStatuses, :IgnoreZeroWeightNodes, :ZeroWeightHeathCheck
12036
12097
  extend Gem::Deprecate
12037
- deprecate :IgnoreZeroWeightNodes, :none, 2025, 2
12038
- deprecate :IgnoreZeroWeightNodes=, :none, 2025, 2
12098
+ deprecate :IgnoreZeroWeightNodes, :none, 2025, 3
12099
+ deprecate :IgnoreZeroWeightNodes=, :none, 2025, 3
12039
12100
 
12040
12101
  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
12102
  @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.1008
4
+ version: 3.0.1009
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-27 00:00:00.000000000 Z
11
+ date: 2025-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common