tencentcloud-sdk-tse 3.0.1101 → 3.0.1122

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 +60 -52
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 476dd8c7820cf0ab78fde624cf3fd56543a6e788
4
- data.tar.gz: a32ef670384ff281c1e2125e9d91519489e26f1a
3
+ metadata.gz: 7542835064412f8b7df025f83bdd2518ae66f695
4
+ data.tar.gz: edaa344b20332ccba420b02811a17c5c704e2e9e
5
5
  SHA512:
6
- metadata.gz: 41f23eaabb7ae89d3ba322c748cddac194d4bcf588bef7c0bbab8b029e8438902485f407ca8070c970bb7e40d2c60450bbb215a4247b7277c46a56c294cdef2e
7
- data.tar.gz: 72c56a9a9df86de9ae8163b2dace84658da1d03f177d3f043ed0930ade25d26827ab08027458831904a1117eb016184be7dcdbd4e7569d6757eb315b8dace1b4
6
+ metadata.gz: 973d304a026680eeb00e4f505fa68ed8c0a809ebe53637fe2c5b9d6840f197d7829e6991583a9d99d9f9932550401f0589bb71b967760e65b643f68acdfd7f63
7
+ data.tar.gz: 420a6bd6e10e5efa8a160793b2e9eba80f60f2112f1674643dbba64d0045523532cc6359dfac11098040f7fd9ec483b540fe3bdbf1252ee129d423f452118e81
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1101
1
+ 3.0.1122
@@ -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, 7
827
- deprecate :MaxReplicas=, :none, 2025, 7
826
+ deprecate :MaxReplicas, :none, 2025, 8
827
+ deprecate :MaxReplicas=, :none, 2025, 8
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, 7
889
- deprecate :Enabled=, :none, 2025, 7
890
- deprecate :CreateTime, :none, 2025, 7
891
- deprecate :CreateTime=, :none, 2025, 7
892
- deprecate :ModifyTime, :none, 2025, 7
893
- deprecate :ModifyTime=, :none, 2025, 7
894
- deprecate :StrategyId, :none, 2025, 7
895
- deprecate :StrategyId=, :none, 2025, 7
896
- deprecate :AutoScalerId, :none, 2025, 7
897
- deprecate :AutoScalerId=, :none, 2025, 7
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
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, 7
1019
- deprecate :Enabled=, :none, 2025, 7
1020
- deprecate :CreateTime, :none, 2025, 7
1021
- deprecate :CreateTime=, :none, 2025, 7
1022
- deprecate :ModifyTime, :none, 2025, 7
1023
- deprecate :ModifyTime=, :none, 2025, 7
1024
- deprecate :StrategyId, :none, 2025, 7
1025
- deprecate :StrategyId=, :none, 2025, 7
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
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, 7
1704
- deprecate :CronScalerConfig=, :none, 2025, 7
1705
- deprecate :MaxReplicas, :none, 2025, 7
1706
- deprecate :MaxReplicas=, :none, 2025, 7
1703
+ deprecate :CronScalerConfig, :none, 2025, 8
1704
+ deprecate :CronScalerConfig=, :none, 2025, 8
1705
+ deprecate :MaxReplicas, :none, 2025, 8
1706
+ deprecate :MaxReplicas=, :none, 2025, 8
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, 7
1750
- deprecate :Result=, :none, 2025, 7
1749
+ deprecate :Result, :none, 2025, 8
1750
+ deprecate :Result=, :none, 2025, 8
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, 7
1837
- deprecate :Key=, :none, 2025, 7
1838
- deprecate :Crt, :none, 2025, 7
1839
- deprecate :Crt=, :none, 2025, 7
1836
+ deprecate :Key, :none, 2025, 8
1837
+ deprecate :Key=, :none, 2025, 8
1838
+ deprecate :Crt, :none, 2025, 8
1839
+ deprecate :Crt=, :none, 2025, 8
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, 7
2175
- deprecate :ForceHttps=, :none, 2025, 7
2174
+ deprecate :ForceHttps, :none, 2025, 8
2175
+ deprecate :ForceHttps=, :none, 2025, 8
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
@@ -2582,10 +2582,14 @@ module TencentCloud
2582
2582
  # @type StorageOption: Array
2583
2583
  # @param AffinityConstraint: ZK引擎实例,可用区分布约束,STRICT:强约束,PERMISSIVE: 弱约束
2584
2584
  # @type AffinityConstraint: String
2585
+ # @param ZoneIds: 指定zone id列表
2586
+ # @type ZoneIds: Array
2587
+ # @param EngineRegionTag: 地域特殊标签,用于区分相同地域,不通的业务属性
2588
+ # @type EngineRegionTag: String
2585
2589
 
2586
- attr_accessor :EngineType, :EngineVersion, :EngineProductVersion, :EngineRegion, :EngineName, :TradeType, :EngineResourceSpec, :EngineNodeNum, :VpcId, :SubnetId, :ApolloEnvParams, :EngineTags, :EngineAdmin, :PrepaidPeriod, :PrepaidRenewFlag, :EngineRegionInfos, :StorageType, :StorageCapacity, :StorageOption, :AffinityConstraint
2590
+ attr_accessor :EngineType, :EngineVersion, :EngineProductVersion, :EngineRegion, :EngineName, :TradeType, :EngineResourceSpec, :EngineNodeNum, :VpcId, :SubnetId, :ApolloEnvParams, :EngineTags, :EngineAdmin, :PrepaidPeriod, :PrepaidRenewFlag, :EngineRegionInfos, :StorageType, :StorageCapacity, :StorageOption, :AffinityConstraint, :ZoneIds, :EngineRegionTag
2587
2591
 
2588
- def initialize(enginetype=nil, engineversion=nil, engineproductversion=nil, engineregion=nil, enginename=nil, tradetype=nil, engineresourcespec=nil, enginenodenum=nil, vpcid=nil, subnetid=nil, apolloenvparams=nil, enginetags=nil, engineadmin=nil, prepaidperiod=nil, prepaidrenewflag=nil, engineregioninfos=nil, storagetype=nil, storagecapacity=nil, storageoption=nil, affinityconstraint=nil)
2592
+ def initialize(enginetype=nil, engineversion=nil, engineproductversion=nil, engineregion=nil, enginename=nil, tradetype=nil, engineresourcespec=nil, enginenodenum=nil, vpcid=nil, subnetid=nil, apolloenvparams=nil, enginetags=nil, engineadmin=nil, prepaidperiod=nil, prepaidrenewflag=nil, engineregioninfos=nil, storagetype=nil, storagecapacity=nil, storageoption=nil, affinityconstraint=nil, zoneids=nil, engineregiontag=nil)
2589
2593
  @EngineType = enginetype
2590
2594
  @EngineVersion = engineversion
2591
2595
  @EngineProductVersion = engineproductversion
@@ -2606,6 +2610,8 @@ module TencentCloud
2606
2610
  @StorageCapacity = storagecapacity
2607
2611
  @StorageOption = storageoption
2608
2612
  @AffinityConstraint = affinityconstraint
2613
+ @ZoneIds = zoneids
2614
+ @EngineRegionTag = engineregiontag
2609
2615
  end
2610
2616
 
2611
2617
  def deserialize(params)
@@ -2660,6 +2666,8 @@ module TencentCloud
2660
2666
  end
2661
2667
  end
2662
2668
  @AffinityConstraint = params['AffinityConstraint']
2669
+ @ZoneIds = params['ZoneIds']
2670
+ @EngineRegionTag = params['EngineRegionTag']
2663
2671
  end
2664
2672
  end
2665
2673
 
@@ -7055,8 +7063,8 @@ module TencentCloud
7055
7063
 
7056
7064
  attr_accessor :GatewayId, :Type, :TypeList
7057
7065
  extend Gem::Deprecate
7058
- deprecate :Type, :none, 2025, 7
7059
- deprecate :Type=, :none, 2025, 7
7066
+ deprecate :Type, :none, 2025, 8
7067
+ deprecate :Type=, :none, 2025, 8
7060
7068
 
7061
7069
  def initialize(gatewayid=nil, type=nil, typelist=nil)
7062
7070
  @GatewayId = gatewayid
@@ -8457,8 +8465,8 @@ module TencentCloud
8457
8465
 
8458
8466
  attr_accessor :Total, :CertificatesList, :Pages
8459
8467
  extend Gem::Deprecate
8460
- deprecate :Pages, :none, 2025, 7
8461
- deprecate :Pages=, :none, 2025, 7
8468
+ deprecate :Pages, :none, 2025, 8
8469
+ deprecate :Pages=, :none, 2025, 8
8462
8470
 
8463
8471
  def initialize(total=nil, certificateslist=nil, pages=nil)
8464
8472
  @Total = total
@@ -8599,8 +8607,8 @@ module TencentCloud
8599
8607
 
8600
8608
  attr_accessor :ID, :Name, :Methods, :Paths, :Hosts, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :CreatedTime, :ForceHttps, :ServiceName, :ServiceID, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering, :RegexPriority
8601
8609
  extend Gem::Deprecate
8602
- deprecate :ForceHttps, :none, 2025, 7
8603
- deprecate :ForceHttps=, :none, 2025, 7
8610
+ deprecate :ForceHttps, :none, 2025, 8
8611
+ deprecate :ForceHttps=, :none, 2025, 8
8604
8612
 
8605
8613
  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)
8606
8614
  @ID = id
@@ -9303,10 +9311,10 @@ module TencentCloud
9303
9311
 
9304
9312
  attr_accessor :GatewayId, :StrategyId, :StrategyName, :Description, :Config, :CronScalerConfig, :MaxReplicas, :CronConfig
9305
9313
  extend Gem::Deprecate
9306
- deprecate :CronScalerConfig, :none, 2025, 7
9307
- deprecate :CronScalerConfig=, :none, 2025, 7
9308
- deprecate :MaxReplicas, :none, 2025, 7
9309
- deprecate :MaxReplicas=, :none, 2025, 7
9314
+ deprecate :CronScalerConfig, :none, 2025, 8
9315
+ deprecate :CronScalerConfig=, :none, 2025, 8
9316
+ deprecate :MaxReplicas, :none, 2025, 8
9317
+ deprecate :MaxReplicas=, :none, 2025, 8
9310
9318
 
9311
9319
  def initialize(gatewayid=nil, strategyid=nil, strategyname=nil, description=nil, config=nil, cronscalerconfig=nil, maxreplicas=nil, cronconfig=nil)
9312
9320
  @GatewayId = gatewayid
@@ -9441,10 +9449,10 @@ module TencentCloud
9441
9449
 
9442
9450
  attr_accessor :GatewayId, :Id, :Name, :Key, :Crt, :BindDomains, :CertId, :CertSource
9443
9451
  extend Gem::Deprecate
9444
- deprecate :Name, :none, 2025, 7
9445
- deprecate :Name=, :none, 2025, 7
9446
- deprecate :BindDomains, :none, 2025, 7
9447
- deprecate :BindDomains=, :none, 2025, 7
9452
+ deprecate :Name, :none, 2025, 8
9453
+ deprecate :Name=, :none, 2025, 8
9454
+ deprecate :BindDomains, :none, 2025, 8
9455
+ deprecate :BindDomains=, :none, 2025, 8
9448
9456
 
9449
9457
  def initialize(gatewayid=nil, id=nil, name=nil, key=nil, crt=nil, binddomains=nil, certid=nil, certsource=nil)
9450
9458
  @GatewayId = gatewayid
@@ -9638,8 +9646,8 @@ module TencentCloud
9638
9646
 
9639
9647
  attr_accessor :GatewayId, :ServiceID, :RouteID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering, :RegexPriority
9640
9648
  extend Gem::Deprecate
9641
- deprecate :ForceHttps, :none, 2025, 7
9642
- deprecate :ForceHttps=, :none, 2025, 7
9649
+ deprecate :ForceHttps, :none, 2025, 8
9650
+ deprecate :ForceHttps=, :none, 2025, 8
9643
9651
 
9644
9652
  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)
9645
9653
  @GatewayId = gatewayid
@@ -11828,8 +11836,8 @@ module TencentCloud
11828
11836
 
11829
11837
  attr_accessor :EnableActiveHealthCheck, :ActiveHealthCheck, :EnablePassiveHealthCheck, :PassiveHealthCheck, :Successes, :Failures, :Timeouts, :HealthyHttpStatuses, :UnhealthyHttpStatuses, :IgnoreZeroWeightNodes, :ZeroWeightHeathCheck
11830
11838
  extend Gem::Deprecate
11831
- deprecate :IgnoreZeroWeightNodes, :none, 2025, 7
11832
- deprecate :IgnoreZeroWeightNodes=, :none, 2025, 7
11839
+ deprecate :IgnoreZeroWeightNodes, :none, 2025, 8
11840
+ deprecate :IgnoreZeroWeightNodes=, :none, 2025, 8
11833
11841
 
11834
11842
  def initialize(enableactivehealthcheck=nil, activehealthcheck=nil, enablepassivehealthcheck=nil, passivehealthcheck=nil, successes=nil, failures=nil, timeouts=nil, healthyhttpstatuses=nil, unhealthyhttpstatuses=nil, ignorezeroweightnodes=nil, zeroweightheathcheck=nil)
11835
11843
  @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.1101
4
+ version: 3.0.1122
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-07-14 00:00:00.000000000 Z
11
+ date: 2025-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common