tencentcloud-sdk-tse 3.0.816 → 3.0.817

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 -48
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 26a7c0749dbe0e207765398749a78196623e190d
4
- data.tar.gz: d5c6092e9db38b9a2439f4ecb71a3f29414a74f0
3
+ metadata.gz: 415f423f1e47ba10f9bd317001d3a52c56a5ee0a
4
+ data.tar.gz: 3d547b67858f2686a4208aaac0ed2d586cb0edbc
5
5
  SHA512:
6
- metadata.gz: 242a94723c9e02e4dc4314d33851f1c8e05172c5e65a9c55094d7158d34860c56b80687a2b2a1c5ae48b5dc3e2b6af2f8654a11f2183f924ebfc09287bcaeb91
7
- data.tar.gz: 3a2983db3a31fbbce7575a841910c462fb97d6689019ff38f0abf2414c846eea5a59c4e4a8892c9b51a675ff0facf9ba996b0ffa0adb4c03204f5757ca8e1117
6
+ metadata.gz: aedc39b9b50fb2b74602cfc4468045bc739a805c22d76dfbb5db8ba9bce6b83d83cd40264ad9c5de73edcd96cb6acf9060ff1d8d372bc36bded9e76e0449dabe
7
+ data.tar.gz: db104d607964deffaddfad46aa77aeeb62735a3547f70b21aeeb4ffe3a231b35f02b71de6c385ffa4230625d744a94c1f72ede83507ab0894cfbd9c9b1d07cfc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.816
1
+ 3.0.817
@@ -868,8 +868,8 @@ module TencentCloud
868
868
 
869
869
  attr_accessor :StrategyId, :StrategyName, :CreateTime, :ModifyTime, :Description, :Config, :GatewayId, :CronConfig, :MaxReplicas
870
870
  extend Gem::Deprecate
871
- deprecate :MaxReplicas, :none, 2024, 4
872
- deprecate :MaxReplicas=, :none, 2024, 4
871
+ deprecate :MaxReplicas, :none, 2024, 5
872
+ deprecate :MaxReplicas=, :none, 2024, 5
873
873
 
874
874
  def initialize(strategyid=nil, strategyname=nil, createtime=nil, modifytime=nil, description=nil, config=nil, gatewayid=nil, cronconfig=nil, maxreplicas=nil)
875
875
  @StrategyId = strategyid
@@ -931,16 +931,16 @@ module TencentCloud
931
931
 
932
932
  attr_accessor :MaxReplicas, :Metrics, :Enabled, :CreateTime, :ModifyTime, :StrategyId, :AutoScalerId, :Behavior
933
933
  extend Gem::Deprecate
934
- deprecate :Enabled, :none, 2024, 4
935
- deprecate :Enabled=, :none, 2024, 4
936
- deprecate :CreateTime, :none, 2024, 4
937
- deprecate :CreateTime=, :none, 2024, 4
938
- deprecate :ModifyTime, :none, 2024, 4
939
- deprecate :ModifyTime=, :none, 2024, 4
940
- deprecate :StrategyId, :none, 2024, 4
941
- deprecate :StrategyId=, :none, 2024, 4
942
- deprecate :AutoScalerId, :none, 2024, 4
943
- deprecate :AutoScalerId=, :none, 2024, 4
934
+ deprecate :Enabled, :none, 2024, 5
935
+ deprecate :Enabled=, :none, 2024, 5
936
+ deprecate :CreateTime, :none, 2024, 5
937
+ deprecate :CreateTime=, :none, 2024, 5
938
+ deprecate :ModifyTime, :none, 2024, 5
939
+ deprecate :ModifyTime=, :none, 2024, 5
940
+ deprecate :StrategyId, :none, 2024, 5
941
+ deprecate :StrategyId=, :none, 2024, 5
942
+ deprecate :AutoScalerId, :none, 2024, 5
943
+ deprecate :AutoScalerId=, :none, 2024, 5
944
944
 
945
945
  def initialize(maxreplicas=nil, metrics=nil, enabled=nil, createtime=nil, modifytime=nil, strategyid=nil, autoscalerid=nil, behavior=nil)
946
946
  @MaxReplicas = maxreplicas
@@ -1069,14 +1069,14 @@ module TencentCloud
1069
1069
 
1070
1070
  attr_accessor :Enabled, :Params, :CreateTime, :ModifyTime, :StrategyId
1071
1071
  extend Gem::Deprecate
1072
- deprecate :Enabled, :none, 2024, 4
1073
- deprecate :Enabled=, :none, 2024, 4
1074
- deprecate :CreateTime, :none, 2024, 4
1075
- deprecate :CreateTime=, :none, 2024, 4
1076
- deprecate :ModifyTime, :none, 2024, 4
1077
- deprecate :ModifyTime=, :none, 2024, 4
1078
- deprecate :StrategyId, :none, 2024, 4
1079
- deprecate :StrategyId=, :none, 2024, 4
1072
+ deprecate :Enabled, :none, 2024, 5
1073
+ deprecate :Enabled=, :none, 2024, 5
1074
+ deprecate :CreateTime, :none, 2024, 5
1075
+ deprecate :CreateTime=, :none, 2024, 5
1076
+ deprecate :ModifyTime, :none, 2024, 5
1077
+ deprecate :ModifyTime=, :none, 2024, 5
1078
+ deprecate :StrategyId, :none, 2024, 5
1079
+ deprecate :StrategyId=, :none, 2024, 5
1080
1080
 
1081
1081
  def initialize(enabled=nil, params=nil, createtime=nil, modifytime=nil, strategyid=nil)
1082
1082
  @Enabled = enabled
@@ -1771,10 +1771,10 @@ module TencentCloud
1771
1771
 
1772
1772
  attr_accessor :GatewayId, :StrategyName, :Description, :Config, :CronScalerConfig, :MaxReplicas, :CronConfig
1773
1773
  extend Gem::Deprecate
1774
- deprecate :CronScalerConfig, :none, 2024, 4
1775
- deprecate :CronScalerConfig=, :none, 2024, 4
1776
- deprecate :MaxReplicas, :none, 2024, 4
1777
- deprecate :MaxReplicas=, :none, 2024, 4
1774
+ deprecate :CronScalerConfig, :none, 2024, 5
1775
+ deprecate :CronScalerConfig=, :none, 2024, 5
1776
+ deprecate :MaxReplicas, :none, 2024, 5
1777
+ deprecate :MaxReplicas=, :none, 2024, 5
1778
1778
 
1779
1779
  def initialize(gatewayid=nil, strategyname=nil, description=nil, config=nil, cronscalerconfig=nil, maxreplicas=nil, cronconfig=nil)
1780
1780
  @GatewayId = gatewayid
@@ -1818,8 +1818,8 @@ module TencentCloud
1818
1818
 
1819
1819
  attr_accessor :Result, :StrategyId, :RequestId
1820
1820
  extend Gem::Deprecate
1821
- deprecate :Result, :none, 2024, 4
1822
- deprecate :Result=, :none, 2024, 4
1821
+ deprecate :Result, :none, 2024, 5
1822
+ deprecate :Result=, :none, 2024, 5
1823
1823
 
1824
1824
  def initialize(result=nil, strategyid=nil, requestid=nil)
1825
1825
  @Result = result
@@ -1894,10 +1894,10 @@ module TencentCloud
1894
1894
 
1895
1895
  attr_accessor :GatewayId, :BindDomains, :CertId, :Name, :Key, :Crt
1896
1896
  extend Gem::Deprecate
1897
- deprecate :Key, :none, 2024, 4
1898
- deprecate :Key=, :none, 2024, 4
1899
- deprecate :Crt, :none, 2024, 4
1900
- deprecate :Crt=, :none, 2024, 4
1897
+ deprecate :Key, :none, 2024, 5
1898
+ deprecate :Key=, :none, 2024, 5
1899
+ deprecate :Crt, :none, 2024, 5
1900
+ deprecate :Crt=, :none, 2024, 5
1901
1901
 
1902
1902
  def initialize(gatewayid=nil, binddomains=nil, certid=nil, name=nil, key=nil, crt=nil)
1903
1903
  @GatewayId = gatewayid
@@ -2225,8 +2225,8 @@ module TencentCloud
2225
2225
 
2226
2226
  attr_accessor :GatewayId, :ServiceID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers
2227
2227
  extend Gem::Deprecate
2228
- deprecate :ForceHttps, :none, 2024, 4
2229
- deprecate :ForceHttps=, :none, 2024, 4
2228
+ deprecate :ForceHttps, :none, 2024, 5
2229
+ deprecate :ForceHttps=, :none, 2024, 5
2230
2230
 
2231
2231
  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)
2232
2232
  @GatewayId = gatewayid
@@ -2537,6 +2537,7 @@ module TencentCloud
2537
2537
  # @type EngineVersion: String
2538
2538
  # @param EngineProductVersion: 引擎的产品版本。参考值:
2539
2539
  # - STANDARD: 标准版
2540
+ # - PROFESSIONAL: 专业版(Zookeeper)/企业版(PolarisMesh)
2540
2541
 
2541
2542
  # 引擎各版本及可选择的规格、节点数说明:
2542
2543
  # apollo - STANDARD版本
@@ -2613,6 +2614,9 @@ module TencentCloud
2613
2614
  # @type PrepaidRenewFlag: Integer
2614
2615
  # @param EngineRegionInfos: 跨地域部署的引擎地域配置详情
2615
2616
  # zk标准版没有跨地域部署,请不要填写
2617
+ # zk专业版跨地域部署开启了固定Leader所在地域,需要满足以下条件
2618
+ # - 固定Leader所在地域当前仅支持跨两个地域
2619
+ # - leader地域的副本数必须是3/2 + 1,5/2+1,7/2+1,也就是 2,3,4
2616
2620
  # @type EngineRegionInfos: Array
2617
2621
  # @param StorageOption: zk专业版至多有两个盘,且磁盘的容量在50-3200之间
2618
2622
  # 如果只有一个磁盘,storageCapacity与storageOption里面的capacity应该一致
@@ -6657,8 +6661,8 @@ module TencentCloud
6657
6661
 
6658
6662
  attr_accessor :GatewayId, :Type, :TypeList
6659
6663
  extend Gem::Deprecate
6660
- deprecate :Type, :none, 2024, 4
6661
- deprecate :Type=, :none, 2024, 4
6664
+ deprecate :Type, :none, 2024, 5
6665
+ deprecate :Type=, :none, 2024, 5
6662
6666
 
6663
6667
  def initialize(gatewayid=nil, type=nil, typelist=nil)
6664
6668
  @GatewayId = gatewayid
@@ -8066,8 +8070,8 @@ module TencentCloud
8066
8070
 
8067
8071
  attr_accessor :Total, :CertificatesList, :Pages
8068
8072
  extend Gem::Deprecate
8069
- deprecate :Pages, :none, 2024, 4
8070
- deprecate :Pages=, :none, 2024, 4
8073
+ deprecate :Pages, :none, 2024, 5
8074
+ deprecate :Pages=, :none, 2024, 5
8071
8075
 
8072
8076
  def initialize(total=nil, certificateslist=nil, pages=nil)
8073
8077
  @Total = total
@@ -8225,8 +8229,8 @@ module TencentCloud
8225
8229
 
8226
8230
  attr_accessor :ID, :Name, :Methods, :Paths, :Hosts, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :CreatedTime, :ForceHttps, :ServiceName, :ServiceID, :DestinationPorts, :Headers
8227
8231
  extend Gem::Deprecate
8228
- deprecate :ForceHttps, :none, 2024, 4
8229
- deprecate :ForceHttps=, :none, 2024, 4
8232
+ deprecate :ForceHttps, :none, 2024, 5
8233
+ deprecate :ForceHttps=, :none, 2024, 5
8230
8234
 
8231
8235
  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)
8232
8236
  @ID = id
@@ -8898,10 +8902,10 @@ module TencentCloud
8898
8902
 
8899
8903
  attr_accessor :GatewayId, :StrategyId, :StrategyName, :Description, :Config, :CronScalerConfig, :MaxReplicas, :CronConfig
8900
8904
  extend Gem::Deprecate
8901
- deprecate :CronScalerConfig, :none, 2024, 4
8902
- deprecate :CronScalerConfig=, :none, 2024, 4
8903
- deprecate :MaxReplicas, :none, 2024, 4
8904
- deprecate :MaxReplicas=, :none, 2024, 4
8905
+ deprecate :CronScalerConfig, :none, 2024, 5
8906
+ deprecate :CronScalerConfig=, :none, 2024, 5
8907
+ deprecate :MaxReplicas, :none, 2024, 5
8908
+ deprecate :MaxReplicas=, :none, 2024, 5
8905
8909
 
8906
8910
  def initialize(gatewayid=nil, strategyid=nil, strategyname=nil, description=nil, config=nil, cronscalerconfig=nil, maxreplicas=nil, cronconfig=nil)
8907
8911
  @GatewayId = gatewayid
@@ -9025,10 +9029,10 @@ module TencentCloud
9025
9029
 
9026
9030
  attr_accessor :GatewayId, :Id, :Name, :Key, :Crt, :BindDomains, :CertId, :CertSource
9027
9031
  extend Gem::Deprecate
9028
- deprecate :Name, :none, 2024, 4
9029
- deprecate :Name=, :none, 2024, 4
9030
- deprecate :BindDomains, :none, 2024, 4
9031
- deprecate :BindDomains=, :none, 2024, 4
9032
+ deprecate :Name, :none, 2024, 5
9033
+ deprecate :Name=, :none, 2024, 5
9034
+ deprecate :BindDomains, :none, 2024, 5
9035
+ deprecate :BindDomains=, :none, 2024, 5
9032
9036
 
9033
9037
  def initialize(gatewayid=nil, id=nil, name=nil, key=nil, crt=nil, binddomains=nil, certid=nil, certsource=nil)
9034
9038
  @GatewayId = gatewayid
@@ -9212,8 +9216,8 @@ module TencentCloud
9212
9216
 
9213
9217
  attr_accessor :GatewayId, :ServiceID, :RouteID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers
9214
9218
  extend Gem::Deprecate
9215
- deprecate :ForceHttps, :none, 2024, 4
9216
- deprecate :ForceHttps=, :none, 2024, 4
9219
+ deprecate :ForceHttps, :none, 2024, 5
9220
+ deprecate :ForceHttps=, :none, 2024, 5
9217
9221
 
9218
9222
  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)
9219
9223
  @GatewayId = gatewayid
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.816
4
+ version: 3.0.817
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-05-07 00:00:00.000000000 Z
11
+ date: 2024-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20201207/client.rb
37
- - lib/v20201207/models.rb
38
36
  - lib/tencentcloud-sdk-tse.rb
37
+ - lib/v20201207/models.rb
38
+ - lib/v20201207/client.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: